quota-3.06-9

Support

Updated on Red Hat 9 on 17th June 2003

What is Quota?

Quota allows you to specify limits on two aspects of disk storage: the number of inodes a user or a group of users may possess; and the number of disk blocks that may be allocated to a user or a group of users.

The idea behind quota is that users are forced to stay under their disk comsumption limit, taking away their ability to comsume unlimited disk space on a system. Quota is handled on a per user, per file system basis. If there is more than one file system which a user is expected to create files, then quota must be set for each file system seperately.

Modify /etc/fstab

Partitions that you have not yet enabled quota normally look something like:

/dev/sda9        /            ext3    defaults        1 1
/dev/sda7        /home        ext3    defaults        1 2
/dev/sda8        /var         ext3    defaults        1 2

To enable user quota support on a file system, add "usrquota" to the fourth field containing the word "defaults" (man fstab for details).

/dev/sda9        /            ext3    defaults        1 1
/dev/sda7        /home        ext3    defaults,usrquota 1 2
/dev/sda8        /var         ext3    defaults,usrquota 1 2

Back

Copyright © [- SroNey / JohN -]. All rights reserved

Hosted by www.Geocities.ws

1