System Administration Guide, Volume 2

How to Turn Quotas Off

  1. Become superuser.

  2. Turn file system quotas off.


    # quotaoff [-v] -a filesystem ...
    

    -v

    Displays a message from each file system when quotas are turned off. 

    -a

    Turns quotas off for all file systems. 

    filesystem

    Turns quotas off for one or more file systems you specify. 

Example--Turning Quotas Off

The following example turns the quotas off for the /export/home file system.


# quotaoff -v /export/home
/export/home: quotas turned off