Searched hist:166485 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.bin/quota/
H A Dquota.cdiff 166485 Sun Feb 04 04:33:15 MST 2007 mpp If two files systems, /a and /b are marked as having quotas enabled
in fstab and they are normally mounted as /a/b, if /b is not mounted,
the various quota utilities will incorrectly operate with the quotas on
/a (silently) when operations are attemted on /b.

Sync up all the hasquota() routines between all the different
quota utilities and change it to detect if the file system we are
attempting to perform quota operations on is not currently mounted
and warn the user accordingly.

PR: bin/38918

Completed in 196 milliseconds