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>
<para>The <command>checkfs</command> script checks the file systems just
before they are mounted (with the exception of journal and network based file
systems).</para>
before they are mounted (with the exception of journal and network based
file systems).</para>
<para>The <command>cleanfs</command> script removes files that shouldn't be
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>
<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
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.
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
systems are becoming increasingly popular. Here we will create an ext2 file
system, but build instructions for other file systems can be found at <ulink
url="&blfs-root;view/stable/postlfs/filesystems.html"/>.</para>
but with the high-capacity hard disks of today the so-called journaling
file systems are becoming increasingly popular. Here we will create an ext2
file system, but build instructions for other file systems can be found at
<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>

View File

@ -10,7 +10,7 @@ file systems are already mounted on your host system -- especially so because
they are virtual file systems.</para>
<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>
<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>
<para>For POSIX shared memory support, ensure that the kernel config option
"Virtual memory file system support" is enabled. It resides within the "File
systems" menu and is normally enabled by default.</para>
"Virtual memory file system support" is enabled. It resides within the
"File systems" menu and is normally enabled by default.</para>
<para>Verify dependencies and create dependency information files:</para>