Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Nov 2005 02:53:05 GMT
From:      Alex Kelly <aekelly@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/88429: FAQ 10.9. Quotas Improvement
Message-ID:  <200511030253.jA32r5nD071153@www.freebsd.org>
Resent-Message-ID: <200511030300.jA330aKK025141@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511030253.jA32r5nD071153>