Add missing words to make complete sentences.
Clarify the descriptions of the different mount options. Clean up a couple of man page references.
This commit is contained in:
parent
126c118090
commit
91bb5c5671
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10282
1 changed files with 31 additions and 22 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.44 2001/08/08 17:27:03 dd Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml,v 1.45 2001/08/09 23:42:30 chern Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="disks">
|
<chapter id="disks">
|
||||||
|
|
@ -213,7 +213,7 @@
|
||||||
|
|
||||||
<para>Slices, <quote>dangerously dedicated</quote> physical
|
<para>Slices, <quote>dangerously dedicated</quote> physical
|
||||||
drives, and other drives contain
|
drives, and other drives contain
|
||||||
<firstterm>partitions</firstterm>, which represented as
|
<firstterm>partitions</firstterm>, which are represented as
|
||||||
letters from <literal>a</literal> to <literal>h</literal>.
|
letters from <literal>a</literal> to <literal>h</literal>.
|
||||||
<literal>b</literal> is reserved for swap partitions, and
|
<literal>b</literal> is reserved for swap partitions, and
|
||||||
<literal>c</literal> is an unused partition the size of the
|
<literal>c</literal> is an unused partition the size of the
|
||||||
|
|
@ -300,7 +300,7 @@
|
||||||
filesystems, followed by any other options that may be
|
filesystems, followed by any other options that may be
|
||||||
needed. A common option is <option>noauto</option> for
|
needed. A common option is <option>noauto</option> for
|
||||||
filesystems not normally mounted during the boot sequence.
|
filesystems not normally mounted during the boot sequence.
|
||||||
Other options in the &man.mount.8; manual page.</para>
|
Other options are listed in the &man.mount.8; manual page.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
@ -342,9 +342,11 @@
|
||||||
<term><option>-a</option></term>
|
<term><option>-a</option></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Mount all filesystems in
|
<para>Mount all the filesystems listed in
|
||||||
<filename>/etc/fstab</filename>, as modified by
|
<filename>/etc/fstab</filename>. Exceptions are those
|
||||||
<option>-t</option>, if given.</para>
|
marked as <quote>noauto</quote>, excluded by the
|
||||||
|
<option>-t</option> flag, or those that are already
|
||||||
|
mounted.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
@ -352,8 +354,10 @@
|
||||||
<term><option>-d</option></term>
|
<term><option>-d</option></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Do everything but actually mount the
|
<para>Do everything except for the actual system call.
|
||||||
filesystem.</para>
|
This option is useful in conjunction with the
|
||||||
|
<option>-v</option> flag to determine what the
|
||||||
|
<command>mount</command> is actually trying to do.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
@ -361,7 +365,10 @@
|
||||||
<term><option>-f</option></term>
|
<term><option>-f</option></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Force the mounting the filesystem.</para>
|
<para>Force the mount of an unclean filesystem
|
||||||
|
(dangerous), or forces the revocation of write access
|
||||||
|
when downgrading a filesystem's mount status from
|
||||||
|
read-write to read-only.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
@ -369,7 +376,9 @@
|
||||||
<term><option>-r</option></term>
|
<term><option>-r</option></term>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Mount the filesystem read-only.</para>
|
<para>Mount the filesystem read-only. This is identical
|
||||||
|
to using the <option>rdonly</option> argument to the
|
||||||
|
<option>-o</option> option.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
@ -412,7 +421,7 @@
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
|
||||||
<para>The <option>-o</option> takes a comma-separated list of
|
<para>The <option>-o</option> option takes a comma-separated list of
|
||||||
the options, including the following:</para>
|
the options, including the following:</para>
|
||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
|
@ -421,7 +430,7 @@
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Do not interpret special devices on the
|
<para>Do not interpret special devices on the
|
||||||
filesystem. Useful security option.</para>
|
filesystem. This is a useful security option.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
@ -430,7 +439,7 @@
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Do not allow execution of binaries on this
|
<para>Do not allow execution of binaries on this
|
||||||
filesystem. Useful security option.</para>
|
filesystem. This is also a useful security option.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
@ -439,14 +448,14 @@
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Do not interpret setuid or setgid flags on the
|
<para>Do not interpret setuid or setgid flags on the
|
||||||
filesystem. Useful security option.</para>
|
filesystem. This is also a useful security option.</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="disks-umount">
|
<sect2 id="disks-umount">
|
||||||
<title>The umount Command</title>
|
<title>The <command>umount</command> Command</title>
|
||||||
<indexterm>
|
<indexterm>
|
||||||
<primary>filesystems</primary>
|
<primary>filesystems</primary>
|
||||||
<secondary>unmounting</secondary>
|
<secondary>unmounting</secondary>
|
||||||
|
|
@ -534,7 +543,9 @@
|
||||||
<primary><application>sysinstall</application></primary>
|
<primary><application>sysinstall</application></primary>
|
||||||
<secondary>adding disks</secondary>
|
<secondary>adding disks</secondary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
<indexterm>
|
||||||
|
<primary>su</primary>
|
||||||
|
</indexterm>
|
||||||
<procedure>
|
<procedure>
|
||||||
<step>
|
<step>
|
||||||
<title>Navigating <application>Sysinstall</application></title>
|
<title>Navigating <application>Sysinstall</application></title>
|
||||||
|
|
@ -699,7 +710,7 @@
|
||||||
linkend="nfs">Network Filesystem</link> and Coda, memory-based
|
linkend="nfs">Network Filesystem</link> and Coda, memory-based
|
||||||
filesystems such as <link linkend="disks-md">md</link> and
|
filesystems such as <link linkend="disks-md">md</link> and
|
||||||
file-backed filesystems created by <link
|
file-backed filesystems created by <link
|
||||||
linkend="disks-vnconfig">vnconfig</link>.</para>
|
linkend="disks-vnconfig">vnconfig</link> or mdconfig.</para>
|
||||||
|
|
||||||
<sect2 id="disks-vnconfig">
|
<sect2 id="disks-vnconfig">
|
||||||
<title>vnconfig: File-Backed Filesystem</title>
|
<title>vnconfig: File-Backed Filesystem</title>
|
||||||
|
|
@ -755,7 +766,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
||||||
<secondary>memory filesystem</secondary>
|
<secondary>memory filesystem</secondary>
|
||||||
</indexterm>
|
</indexterm>
|
||||||
|
|
||||||
<para><devicename>md</devicename> is a simple, efficient means to do memory
|
<para><devicename>md</devicename> is a simple, efficient means to create memory
|
||||||
filesystems.</para>
|
filesystems.</para>
|
||||||
|
|
||||||
<para>Simply take a filesystem you've prepared with, for
|
<para>Simply take a filesystem you've prepared with, for
|
||||||
|
|
@ -804,8 +815,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
||||||
<para>The stock <filename>GENERIC</filename> kernel does not have
|
<para>The stock <filename>GENERIC</filename> kernel does not have
|
||||||
this enabled by default, so you will have to configure, build and
|
this enabled by default, so you will have to configure, build and
|
||||||
install a custom kernel in order to use disk quotas. Please refer
|
install a custom kernel in order to use disk quotas. Please refer
|
||||||
to the <link linkend="kernelconfig">Configuring the FreeBSD
|
to <xref linkend="kernelconfig"> for more information on kernel
|
||||||
Kernel</link> section for more information on kernel
|
|
||||||
configuration.</para>
|
configuration.</para>
|
||||||
|
|
||||||
<para>Next you will need to enable disk quotas in
|
<para>Next you will need to enable disk quotas in
|
||||||
|
|
@ -966,8 +976,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on
|
||||||
|
|
||||||
<screen>&prompt.root; <userinput>edquota -p test 10000-19999</userinput></screen>
|
<screen>&prompt.root; <userinput>edquota -p test 10000-19999</userinput></screen>
|
||||||
|
|
||||||
<para>See the &man.edquota.8; for more detailed
|
<para>For more information see &man.edquota.8;.</para>
|
||||||
information.</para>
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2>
|
<sect2>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue