Add instructions for users to determine whether their kernel supports
quotas. Reviewed by: pluknet
This commit is contained in:
parent
586efe43ae
commit
e134427096
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43447
1 changed files with 6 additions and 4 deletions
|
@ -2365,10 +2365,12 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
|||
|
||||
<programlisting>options QUOTA</programlisting>
|
||||
|
||||
<para>Prior to &os; 9.2
|
||||
the <filename>GENERIC</filename> kernel did not have this
|
||||
generally enabled by default, so a custom kernel had to be
|
||||
compiled in order to use disk quotas. Refer to <xref linkend="kernelconfig"/> for more information on
|
||||
<para>Before &os; 9.2,
|
||||
the <filename>GENERIC</filename> kernel usually did not include this
|
||||
option. <command>sysctl kern.features.ufs_quota</command>
|
||||
can be used to test whether the current kernel supports
|
||||
quotas. If the option is not present, a custom kernel must be
|
||||
compiled. Refer to <xref linkend="kernelconfig"/> for more information on
|
||||
kernel configuration.</para>
|
||||
|
||||
<para>Next, enable disk quotas in
|
||||
|
|
Loading…
Reference in a new issue