diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml index 3f226ece20..91d7263f13 100644 --- a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml @@ -1,7 +1,7 @@ @@ -213,7 +213,7 @@ Slices, dangerously dedicated physical drives, and other drives contain - partitions, which represented as + partitions, which are represented as letters from a to h. b is reserved for swap partitions, and c is an unused partition the size of the @@ -300,7 +300,7 @@ filesystems, followed by any other options that may be needed. A common option is for filesystems not normally mounted during the boot sequence. - Other options in the &man.mount.8; manual page. + Other options are listed in the &man.mount.8; manual page. @@ -342,9 +342,11 @@ - Mount all filesystems in - /etc/fstab, as modified by - , if given. + Mount all the filesystems listed in + /etc/fstab. Exceptions are those + marked as noauto, excluded by the + flag, or those that are already + mounted. @@ -352,8 +354,10 @@ - Do everything but actually mount the - filesystem. + Do everything except for the actual system call. + This option is useful in conjunction with the + flag to determine what the + mount is actually trying to do. @@ -361,7 +365,10 @@ - Force the mounting the filesystem. + 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. @@ -369,7 +376,9 @@ - Mount the filesystem read-only. + Mount the filesystem read-only. This is identical + to using the argument to the + option. @@ -412,7 +421,7 @@ - The takes a comma-separated list of + The option takes a comma-separated list of the options, including the following: @@ -421,7 +430,7 @@ Do not interpret special devices on the - filesystem. Useful security option. + filesystem. This is a useful security option. @@ -430,7 +439,7 @@ Do not allow execution of binaries on this - filesystem. Useful security option. + filesystem. This is also a useful security option. @@ -439,14 +448,14 @@ Do not interpret setuid or setgid flags on the - filesystem. Useful security option. + filesystem. This is also a useful security option. - The umount Command + The <command>umount</command> Command filesystems unmounting @@ -534,7 +543,9 @@ sysinstall adding disks - + + su + Navigating <application>Sysinstall</application> @@ -699,7 +710,7 @@ linkend="nfs">Network Filesystem and Coda, memory-based filesystems such as md and file-backed filesystems created by vnconfig. + linkend="disks-vnconfig">vnconfig or mdconfig. vnconfig: File-Backed Filesystem @@ -755,7 +766,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on memory filesystem - md is a simple, efficient means to do memory + md is a simple, efficient means to create memory filesystems. Simply take a filesystem you've prepared with, for @@ -804,8 +815,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on The stock GENERIC kernel does not have this enabled by default, so you will have to configure, build and install a custom kernel in order to use disk quotas. Please refer - to the Configuring the FreeBSD - Kernel section for more information on kernel + to for more information on kernel configuration. Next you will need to enable disk quotas in @@ -966,8 +976,7 @@ Filesystem 1K-blocks Used Avail Capacity Mounted on &prompt.root; edquota -p test 10000-19999 - See the &man.edquota.8; for more detailed - information. + For more information see &man.edquota.8;.