System Administration Guide

How to Turn Quotas Off

  1. Become superuser.

  2. Turn file system quotas off.


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

    -v

    (Optional) Verbose option. 

    -a

    Turns quotas off for all file systems. 

    filesystem1, 2, 3 ...

    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