* Document the fact that `options QUOTA' is

needed to use quotas.[1]
* Refer to the quotas section of the Handbook.

PR:		docs/88429 [1]
Submitted by:	Alex Kelly <aekelly@gmail.com> [1]
Approved by:	trhodes (mentor)
This commit is contained in:
Jesus R. Camou 2006-02-16 14:27:35 +00:00
parent cb9695e491
commit 6014ee33f0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=27149

View file

@ -6132,6 +6132,16 @@ perm /dev/acd0 0660</programlisting>
This may be the worst answer in the entire document.
-->
<orderedlist>
<listitem>
<para>It is possible that your kernel is not configured to use
quotas. If this is the case, you will need to add the following
line to your kernel configuration file and recompile:</para>
<programlisting>options QUOTA</programlisting>
<para>Please read the <ulink url="&url.books.handbook;/quotas.html">Handbook
entry on quotas</ulink> for full details.</para>
</listitem>
<listitem>
<para>Do not turn on quotas on <filename>/</filename>.</para>
</listitem>