separated quotas /var/mail and /home
Hi everyone,
Quotas are configured in separated hard drives:
/dev/sdc1 /var/mail ext3 defaults,usrquota,grpquota 0 2
/dev/sdb1 /home ext3 defaults,usrquota,grpquota 0 2
I need to configure a unique quota for both of them.
Like "/home/user" usage + "/var/mail/user" usage should be less than 500 MB
How can I do that?
regards
|