diff options
Diffstat (limited to 'chapter08/fstab.xml')
-rw-r--r-- | chapter08/fstab.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 2cbde9f98..128b13ccf 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -9,10 +9,10 @@ <indexterm zone="ch-bootable-fstab"><primary sortas="e-/etc/fstab">/etc/fstab</primary></indexterm> -<para>The <filename>/etc/fstab</filename> file is used by some -programs to determine where file systems are to be mounted by default, -which must be checked, and in which order. Create a new file systems -table like this:</para> +<para>The <filename>/etc/fstab</filename> file is used by some programs to +determine where file systems are to be mounted by default, in which order, and +which must be checked (for integrity errors) prior to mounting. Create a new +file systems table like this:</para> <screen><userinput>cat > /etc/fstab << "EOF" <literal># Begin /etc/fstab |