Update the examples in the quota section to use the new SCSI device names.
PR: 12185 Submitted by: Chris Costello <chris@calldei.com>
This commit is contained in:
parent
192bd03c05
commit
f1f90ae08b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5067
2 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$Id: chapter.sgml,v 1.8 1999-03-08 22:04:48 nik Exp $
|
$Id: chapter.sgml,v 1.9 1999-06-15 20:24:54 mpp Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="quotas">
|
<chapter id="quotas">
|
||||||
|
|
@ -63,7 +63,7 @@ check_quotas=YES</programlisting>
|
||||||
enable quotas on. For example:</para>
|
enable quotas on. For example:</para>
|
||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
/dev/sd1s2g /home ufs rw,userquota 1 2</programlisting>
|
/dev/da1s2g /home ufs rw,userquota 1 2</programlisting>
|
||||||
|
|
||||||
<para>Similarly, to enable group quotas, use the
|
<para>Similarly, to enable group quotas, use the
|
||||||
<literal>groupquota</literal> option instead of the
|
<literal>groupquota</literal> option instead of the
|
||||||
|
|
@ -71,7 +71,7 @@ check_quotas=YES</programlisting>
|
||||||
quotas, change the entry as follows:</para>
|
quotas, change the entry as follows:</para>
|
||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
/dev/sd1s2g /home ufs rw,userquota,groupquota 1 2</programlisting>
|
/dev/da1s2g /home ufs rw,userquota,groupquota 1 2</programlisting>
|
||||||
|
|
||||||
<para>By default the quota files are stored in the root directory of the
|
<para>By default the quota files are stored in the root directory of the
|
||||||
file system with the names <filename>quota.user</filename> and
|
file system with the names <filename>quota.user</filename> and
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$Id: chapter.sgml,v 1.8 1999-03-08 22:04:48 nik Exp $
|
$Id: chapter.sgml,v 1.9 1999-06-15 20:24:54 mpp Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="quotas">
|
<chapter id="quotas">
|
||||||
|
|
@ -63,7 +63,7 @@ check_quotas=YES</programlisting>
|
||||||
enable quotas on. For example:</para>
|
enable quotas on. For example:</para>
|
||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
/dev/sd1s2g /home ufs rw,userquota 1 2</programlisting>
|
/dev/da1s2g /home ufs rw,userquota 1 2</programlisting>
|
||||||
|
|
||||||
<para>Similarly, to enable group quotas, use the
|
<para>Similarly, to enable group quotas, use the
|
||||||
<literal>groupquota</literal> option instead of the
|
<literal>groupquota</literal> option instead of the
|
||||||
|
|
@ -71,7 +71,7 @@ check_quotas=YES</programlisting>
|
||||||
quotas, change the entry as follows:</para>
|
quotas, change the entry as follows:</para>
|
||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
/dev/sd1s2g /home ufs rw,userquota,groupquota 1 2</programlisting>
|
/dev/da1s2g /home ufs rw,userquota,groupquota 1 2</programlisting>
|
||||||
|
|
||||||
<para>By default the quota files are stored in the root directory of the
|
<para>By default the quota files are stored in the root directory of the
|
||||||
file system with the names <filename>quota.user</filename> and
|
file system with the names <filename>quota.user</filename> and
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue