System Administration Guide: Advanced Administration

Setting Up Quotas

Setting up quotas involves these general steps:

  1. Ensure that quotas are enforced each time the system is rebooted by adding an quota option to the /etc/vfstab file entries, and creating a quotas file in the top-level directory of the file system.

  2. After you create a quota for one user, you can copy the quota as a prototype to set up other user quotas.

  3. Before you turn quotas on, check the consistency of the proposed quotas with the current disk usage to make sure that there are no conflicts.

  4. Finally, turn the quotas on for one or more file systems.

For specific information about these procedures, see Setting Up Quotas (Task Map).

The following table describes the commands you use to set up disk quotas.

Table 17–1 Commands for Setting Up Quotas

Command 

Task 

Man Page 

edquota

Sets the hard limits and soft limits on the number of inodes and the amount of disk space for each user  

edquota(1M)

quotacheck

Examines each mounted UFS file system, comparing the file system's current disk usage against information stored in the file system's disk quota file, and resolves inconsistencies 

quotacheck(1M)

quotaon

Activates the quotas for the specified file systems 

quotaon(1M)

quota

Displays users' disk quotas on mounted file systems to verify that the quotas have been correctly set up 

quota(1M)

Guidelines for Setting Up Quotas

Before you set up quotas, you need to determine how much space and how many inodes to allocate to each user. If you want to be sure that the total file system space is never exceeded, you can divide the total size of the file system between the number of users. For example, if three users share a 100-Mbyte slice and have equal disk space needs, you could allocate 33 Mbytes to each user.

In environments where not all users are likely to push their limits, you might want to set individual quotas so that they add up to more than the total size of the file system. For example, if three users share a 100-Mbyte slice, you could allocate 40 Mbytes to each user.

When you have established a quota for one user by using the edquota command, you can use this quota as a prototype to set the same quota for other users on the same file system.

Before you turn on the quotas, you must first configure the UFS file systems for the quotas, establish quotas for each user, and run the quotacheck command to check for consistency between current disk usage and quota files. Also, you should run the quotacheck command periodically if systems are rebooted infrequently.

The quotas you set up with the edquota command are not enforced until you turn them on by using the quotaon command. If you have properly configured the quota files, the quotas are turned on automatically each time a system is rebooted and the file system is mounted.