docs/88429: FAQ 10.9. Quotas Improvement

Alex Kelly aekelly at gmail.com
Thu Nov 3 03:00:37 UTC 2005


>Number:         88429
>Category:       docs
>Synopsis:       FAQ 10.9. Quotas Improvement
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 03 03:00:36 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kelly
>Release:        5.4-RELEASE
>Organization:
>Environment:
>Description:
             The stock GENERIC kernel does not have quotas enabled by default. An admin would need to add support for quotas to the kernel first before the other possible reasons for why the quotas are not working would apply.
>How-To-Repeat:
              
>Fix:
              Add the statement:

Before attempting to use disk quotas, it is necessary to make sure that quotas are configured in your kernel. This is done by adding the following line to your kernel configuration file:

options QUOTA

Also, you will need to enable disk quotas in /etc/rc.conf. This is done by adding the line:

enable_quotas="YES"
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list