Dear Roland,

often it's usefull to use a bind mount. Example (fstab lines):
1st mount all Filesystems for NFS export in under one directory,

   /dev/local/home   /export/theorie/home   xfs usrquota 1 2

and 2nd do a bind mount for local software (e.g. samba using /home)
wih this :

   /export/theorie/home  /home           none bind

A "mount|grep home" shows:
/dev/mapper/local-home on /export/theorie/home type xfs 
(rw,relatime,attr2,inode64,usrquota)
/dev/mapper/local-home on /home type xfs (rw,relatime,attr2,inode64,usrquota)

Problem: The quota module thinks, these are two independent
filesystems and display two lines of quota. But that's wrong.

Why dont you display the device in your quota module instead of the
mounted directory?
Especially because you also have to specify the device when setting
the quota.

--
Mit freundlichen Grüßen

##------------ IT Physik / Georg August Universitaet Goettingen ----------
## Tel: +49 551 399363 http://www.theorie.physik.uni-goettingen.de/jh.html
##
## Rechtschreibfehler sind Absicht und dienen der allgemeinen Belustigung.
##-------------- Verschtehen Sie, Isch habe garrr kein Wooerd! -----------

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Lam-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lam-public

Reply via email to