Update to r43447:

Add instructions for users to determine whether their kernel supports
quotas.

Approved by:	bcr (mentor)
This commit is contained in:
Bjoern Heidotting 2015-08-12 16:29:59 +00:00
parent 4a38496d44
commit 87d25d4548
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=47208

View file

@ -5,7 +5,7 @@
$FreeBSD$
$FreeBSDde: de-docproj/books/handbook/disks/chapter.xml,v 1.187 2012/04/26 19:32:48 bcr Exp $
basiert auf: r43444
basiert auf: r43447
-->
<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0" xml:id="disks">
<info><title>Speichermedien</title>
@ -2584,10 +2584,12 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
<programlisting>options QUOTA</programlisting>
<para>Vor &os;&nbsp;9.2 sind Quotas im
<filename>GENERIC</filename>-Kernel standardmäßig nicht
aktiviert, so dass ein angepasster
Kernel gebaut werden muss, um Quotas zu benutzen. Weitere
<para>Vor &os;&nbsp;9.2 ist diese Option in der Regel nicht im
<filename>GENERIC</filename>-Kernel enthalten.
<command>sysctl kern.features.ufs_quota</command> kann benutzt
werden um zu testen, ob der aktuelle Kernel Quotas
unterstützt. Wenn die Option nicht vorhanden ist, muss ein
angepasster Kernel erstellt werden. Weitere
Informationen zur Kernelkonfiguration finden Sie in
<xref linkend="kernelconfig"/>.</para>