Writing 'file system' as two words everywhere.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3198 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Alex Gronenwoud 2004-01-31 15:07:36 +00:00
parent 90afe40d90
commit ab3b93b727
20 changed files with 55 additions and 55 deletions

View File

@ -1,8 +1,8 @@
<sect2><title>Short descriptions</title> <sect2><title>Short descriptions</title>
<para>The <command>checkfs</command> script checks the file systems just <para>The <command>checkfs</command> script checks the file systems just
before they are mounted (with the exception of journal and network based file before they are mounted (with the exception of journal and network based
systems).</para> file systems).</para>
<para>The <command>cleanfs</command> script removes files that shouldn't be <para>The <command>cleanfs</command> script removes files that shouldn't be
preserved between reboots, such as those in <filename>/var/run/</filename> and preserved between reboots, such as those in <filename>/var/run/</filename> and
@ -25,7 +25,7 @@ specified as proper for your keyboard layout.</para>
local loopback device.</para> local loopback device.</para>
<para>The <command>mountfs</command> script mounts all file systems that <para>The <command>mountfs</command> script mounts all file systems that
aren't marked noauto or aren't network based.</para> aren't marked <emphasis>noauto</emphasis> or aren't network based.</para>
<para>The <command>mountproc</command> script is used to mount the proc <para>The <command>mountproc</command> script is used to mount the proc
file system.</para> file system.</para>

View File

@ -61,10 +61,10 @@ names will later be needed for the <filename>/etc/fstab</filename> file.</para>
<para>Now that we have a blank partition, we can create a file system on it. <para>Now that we have a blank partition, we can create a file system on it.
Most widely used in the Linux world is the second extended file system (ext2), Most widely used in the Linux world is the second extended file system (ext2),
but with the high-capacity hard disks of today the so-called journaling file but with the high-capacity hard disks of today the so-called journaling
systems are becoming increasingly popular. Here we will create an ext2 file file systems are becoming increasingly popular. Here we will create an ext2
system, but build instructions for other file systems can be found at <ulink file system, but build instructions for other file systems can be found at
url="&blfs-root;view/stable/postlfs/filesystems.html"/>.</para> <ulink url="&blfs-root;view/stable/postlfs/filesystems.html"/>.</para>
<para>To create an ext2 file system on the LFS partition run the following:</para> <para>To create an ext2 file system on the LFS partition run the following:</para>

View File

@ -10,7 +10,7 @@ file systems are already mounted on your host system -- especially so because
they are virtual file systems.</para> they are virtual file systems.</para>
<para>The <emphasis>proc</emphasis> file system is the process information <para>The <emphasis>proc</emphasis> file system is the process information
pseudo-filesystem that the kernel uses to provide status information about the pseudo file system through which the kernel provides information about the
status of the system.</para> status of the system.</para>
<para>The proc file system is mounted on <para>The proc file system is mounted on

View File

@ -34,8 +34,8 @@ the configuration menus and creating your own kernel configuration from
scratch.</para> scratch.</para>
<para>For POSIX shared memory support, ensure that the kernel config option <para>For POSIX shared memory support, ensure that the kernel config option
"Virtual memory file system support" is enabled. It resides within the "File "Virtual memory file system support" is enabled. It resides within the
systems" menu and is normally enabled by default.</para> "File systems" menu and is normally enabled by default.</para>
<para>Verify dependencies and create dependency information files:</para> <para>Verify dependencies and create dependency information files:</para>