Changeset ab3b93b


Ignore:
Timestamp:
01/31/2004 03:07:36 PM (20 years ago)
Author:
Alex Gronenwoud <alex@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, v5_1, v5_1_1, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
374b4f7
Parents:
90afe40d
Message:

Writing 'file system' as two words everywhere.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3198 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
20 edited

Legend:

Unmodified
Added
Removed
  • appendixa/bootscripts-desc.xml

    r90afe40d rab3b93b  
    22
    33<para>The <command>checkfs</command> script checks the file systems just
    4 before they are mounted (with the exception of journal and network based file
    5 systems).</para>
     4before they are mounted (with the exception of journal and network based
     5file systems).</para>
    66
    77<para>The <command>cleanfs</command> script removes files that shouldn't be
     
    2626
    2727<para>The <command>mountfs</command> script mounts all file systems that
    28 aren't marked noauto or aren't network based.</para>
     28aren't marked <emphasis>noauto</emphasis> or aren't network based.</para>
    2929
    3030<para>The <command>mountproc</command> script is used to mount the proc
    31 filesystem.</para>
     31file system.</para>
    3232
    3333<para>The <command>network</command> script sets up network interfaces, such
  • appendixa/coreutils-desc.xml

    r90afe40d rab3b93b  
    4444
    4545<para><command>df</command> reports the amount of disk space available
    46 (and used) on all mounted filesystems, or only on the filesystems holding the
     46(and used) on all mounted file systems, or only on the file systems holding the
    4747given files.</para>
    4848
     
    178178given file.</para>
    179179
    180 <para><command>sync</command> flushes filesystem buffers. It forces
     180<para><command>sync</command> flushes file system buffers. It forces
    181181changed blocks to disk and updates the super block.</para>
    182182
  • appendixa/e2fsprogs-desc.xml

    r90afe40d rab3b93b  
    88
    99<para><command>chattr</command> changes the attributes of files on a
    10 second extended (ext2) filesystem.</para>
     10second extended (ext2) file system.</para>
    1111
    1212<para><command>compile_et</command> is an error table compiler. It
     
    1414suitable for use with the com_err library.</para>
    1515
    16 <para><command>debugfs</command> is a filesystem debugger. It can be
    17 used to examine and change the state of an ext2 filesystem.</para>
     16<para><command>debugfs</command> is a file system debugger. It can be
     17used to examine and change the state of an ext2 file system.</para>
    1818
    1919<para><command>dumpe2fs</command> prints the super block and blocks group
    20 information for the filesystem present on a given device.</para>
     20information for the file system present on a given device.</para>
    2121
    2222<para><command>e2fsck</command> is used to check, and optionally repair,
    23 second extended (ext2) filesystems, and also ext3 filesystems.</para>
     23second extended (ext2) file systems, and also ext3 file systems.</para>
    2424
    25 <para><command>e2image</command> is used to save critical ext2 filesystem
     25<para><command>e2image</command> is used to save critical ext2 file system
    2626data to a file.</para>
    2727
    28 <para><command>e2label</command> will display or change the filesystem
    29 label on the ext2 filesystem present on a given device.</para>
     28<para><command>e2label</command> will display or change the file system
     29label on the ext2 file system present on a given device.</para>
    3030
    3131<para><command>findfs</command> finds a file system by label or UUID.</para>
    3232
    3333<para><command>fsck</command> is used to check, and optionally repair,
    34 filesystems. By default it checks the filesystems listed in
     34file systems. By default it checks the file systems listed in
    3535<filename>/etc/fstab</filename></para>
    3636
     
    3838
    3939<para><command>lsattr</command> lists the attributes of files on a second
    40 extended filesystem.</para>
     40extended file system.</para>
    4141
    4242<para><command>mk_cmds</command> converts a table of command names
     
    4545
    4646<para><command>mke2fs</command> is used to create a second extended
    47 filesystem on the given device.</para>
     47file system on the given device.</para>
    4848
    4949<para><command>mklost+found</command> is used to create a
    50 <filename>lost+found</filename> directory on a second extended filesystem.
     50<filename>lost+found</filename> directory on a second extended file system.
    5151It pre-allocates disk blocks to this directory to lighten the task of e2fsck.</para>
    5252
    5353<para><command>resize2fs</command> can be used to enlarge or shrink an
    54 ext2 filesystem.</para>
     54ext2 file system.</para>
    5555
    56 <para><command>tune2fs</command> is used adjust tunable filesystem
    57 parameters on a second extended filesystem.</para>
     56<para><command>tune2fs</command> is used adjust tunable file system
     57parameters on a second extended file system.</para>
    5858
    5959<para><command>uuidgen</command> creates new universally unique
     
    7070
    7171<para><command>libext2fs</command> contains routines to enable user-level
    72 programs to manipulate an ext2 filesystem.</para>
     72programs to manipulate an ext2 file system.</para>
    7373
    7474<para><command>libss</command> is used by debugfs.</para>
  • appendixa/file-desc.xml

    r90afe40d rab3b93b  
    22
    33<para><command>file</command> tries to classify each given file. It does
    4 this by performing several tests: filesystem tests, magic number tests, and
     4this by performing several tests: file system tests, magic number tests, and
    55language tests. The first test that succeeds determines the result.</para>
    66
  • appendixa/findutils-desc.xml

    r90afe40d rab3b93b  
    1818
    1919<para><command>updatedb</command> updates the locate database. It scans
    20 the entire filesystem (including other filesystems that are currently mounted,
     20the entire file system (including other file systems that are currently mounted,
    2121unless told not to) and puts every file name it finds in the database.</para>
    2222
  • appendixa/glibc-desc.xml

    r90afe40d rab3b93b  
    77
    88<para><command>getconf</command> displays the system configuration values
    9 for filesystem specific variables.</para>
     9for file system specific variables.</para>
    1010
    1111<para><command>getent</command> gets entries from an administrative
  • appendixa/procinfo-desc.xml

    r90afe40d rab3b93b  
    55
    66<para><command>procinfo</command> displays an overview of some of the info
    7 present in the virtual proc filesystem.</para>
     7present in the virtual proc file system.</para>
    88
    99<para><command>socklist</command> lists the open sockets, reporting their
  • appendixa/psmisc-desc.xml

    r90afe40d rab3b93b  
    22
    33<para><command>fuser</command> reports the PIDs of processes that use
    4 the given files or filesystems.</para>
     4the given files or file systems.</para>
    55
    66<para><command>killall</command> kills processes by name. It sends a signal
  • appendixa/utillinux-desc.xml

    r90afe40d rab3b93b  
    4646
    4747<para><command>fsck.cramfs</command> performs a consistency check on the
    48 Cramfs filesystem on the given device.</para>
     48Cramfs file system on the given device.</para>
    4949
    5050<para><command>fsck.minix</command> performs a consistency check on the
    51 Minix filesystem on the given device.</para>
     51Minix file system on the given device.</para>
    5252
    5353<para><command>getopt</command> parses options in the given command line.</para>
     
    6464
    6565<para><command>isosize</command> reports the size of an iso9660
    66 filesystem.</para>
     66file system.</para>
    6767
    6868<para><command>line</command> copies a single line.</para>
     
    7979hexadecimal numbers, for xauth.</para>
    8080
    81 <para><command>mkfs</command> is used to build a filesystem on a device
     81<para><command>mkfs</command> is used to build a file system on a device
    8282(usually a harddisk partition).</para>
    8383
    84 <para><command>mkfs.bfs</command> creates an SCO bfs filesystem.</para>
     84<para><command>mkfs.bfs</command> creates an SCO bfs file system.</para>
    8585
    86 <para><command>mkfs.cramfs</command> creates a cramfs filesystem.</para>
     86<para><command>mkfs.cramfs</command> creates a cramfs file system.</para>
    8787
    88 <para><command>mkfs.minix</command> creates a Minix filesystem.</para>
     88<para><command>mkfs.minix</command> creates a Minix file system.</para>
    8989
    9090<para><command>mkswap</command> initializes the given device or file to be
     
    9494screenful at a time. But less is much better.</para>
    9595
    96 <para><command>mount</command> attaches the filesystem on the given device
     96<para><command>mount</command> attaches the file system on the given device
    9797to the given directory in the system's file tree.</para>
    9898
     
    103103time.</para>
    104104
    105 <para><command>pivot_root</command> makes the given filesystem the new
    106 root filesystem of the current process.</para>
     105<para><command>pivot_root</command> makes the given file system the new
     106root file system of the current process.</para>
    107107
    108108<para><command>ramsize</command> could be used to set the size of the
     
    152152escape sequences indicating underlining for the terminal in use.</para>
    153153
    154 <para><command>umount</command> disconnects a filesystem from the
     154<para><command>umount</command> disconnects a file system from the
    155155system's file tree.</para>
    156156
  • chapter03/chapter03.xml

    r90afe40d rab3b93b  
    6262<para>Now that we have a blank partition, we can create a file system on it.
    6363Most widely used in the Linux world is the second extended file system (ext2),
    64 but with the high-capacity hard disks of today the so-called journaling file
    65 systems are becoming increasingly popular. Here we will create an ext2 file
    66 system, but build instructions for other file systems can be found at <ulink
    67 url="&blfs-root;view/stable/postlfs/filesystems.html"/>.</para>
     64but with the high-capacity hard disks of today the so-called journaling
     65file systems are becoming increasingly popular. Here we will create an ext2
     66file system, but build instructions for other file systems can be found at
     67<ulink url="&blfs-root;view/stable/postlfs/filesystems.html"/>.</para>
    6868
    6969<para>To create an ext2 file system on the LFS partition run the following:</para>
  • chapter05/chapter05.xml

    r90afe40d rab3b93b  
    593593
    594594<para>You will now need to have at least 850 MB of free space on your LFS
    595 filesystem to be able to build and install Glibc in the next phase. If you can
     595file system to be able to build and install Glibc in the next phase. If you can
    596596build and install Glibc, you can build and install the rest too.</para>
    597597
  • chapter06/chapter06.xml

    r90afe40d rab3b93b  
    111111If you ever leave this environment for any reason (rebooting for example),
    112112you must remember to again enter chroot and mount the proc and devpts
    113 filesystems (discussed later) before continuing with the installations.</para>
     113file systems (discussed later) before continuing with the installations.</para>
    114114
    115115<para>Note that the bash prompt will say "I have no name!" This is
  • chapter06/e2fsprogs.xml

    r90afe40d rab3b93b  
    44
    55<para>The E2fsprogs package contains the utilities for handling the ext2
    6 filesystem. It also supports the ext3 journaling filesystem.</para>
     6file system. It also supports the ext3 journaling file system.</para>
    77
    88<screen>&buildtime; &e2fsprogs-time;
  • chapter06/grub.xml

    r90afe40d rab3b93b  
    4545<para>The <filename class="directory">i386-pc</filename> directory also
    4646contains a number of <filename>*stage1_5</filename> files, different ones
    47 for different filesystems. Have a look at the ones available and copy the
     47for different file systems. Have a look at the ones available and copy the
    4848appropriate ones to the <filename class="directory">/boot/grub</filename>
    4949directory. Most people will copy the <filename>e2fs_stage1_5</filename>
  • chapter06/makedev.xml

    r90afe40d rab3b93b  
    5454available for making extra device nodes.</para>
    5555
    56 <para>Additionally, if you were unable to mount the devpts filesystem earlier
     56<para>Additionally, if you were unable to mount the devpts file system earlier
    5757in <xref linkend="ch-system-proc"/>, now is the time to try the alternatives. If
    5858your kernel supports the devfs file system, run the following command to mount
     
    6464<filename>/dev</filename> structure. This poses no problems, as the device nodes
    6565created are still present, they are just hidden by the new devfs
    66 filesystem.</para>
     66file system.</para>
    6767
    6868<para>If this still doesn't work, the only option left is to use the MAKEDEV
  • chapter06/mountproc.xml

    r90afe40d rab3b93b  
    1111
    1212<para>The <emphasis>proc</emphasis> file system is the process information
    13 pseudo-filesystem that the kernel uses to provide status information about the
     13pseudo file system through which the kernel provides information about the
    1414status of the system.</para>
    1515
     
    5555
    5656<para>Remember, if for any reason you stop working on your LFS, and start again
    57 later, it's important to check that these filesystems are still mounted inside
     57later, it's important to check that these file systems are still mounted inside
    5858the chroot environment, otherwise problems are likely to occur.</para>
    5959
  • chapter06/psmisc.xml

    r90afe40d rab3b93b  
    2828<filename>/usr/bin</filename>. As the Psmisc programs are often used in
    2929bootscripts, they should be available also when the <filename>/usr</filename>
    30 filesystem isn't mounted.</para></listitem>
     30file system isn't mounted.</para></listitem>
    3131</itemizedlist>
    3232
  • chapter06/utillinux.xml

    r90afe40d rab3b93b  
    44
    55<para>The Util-linux package contains miscellaneous utility programs. Among
    6 them are utilities for handling filesystems, consoles, partitions, and
     6them are utilities for handling file systems, consoles, partitions, and
    77messages.</para>
    88
  • chapter08/fstab.xml

    r90afe40d rab3b93b  
    1111# Begin /etc/fstab
    1212
    13 # filesystem  mount-point  fs-type  options         dump  fsck-order
     13# file system  mount-point  fs-type  options         dump  fsck-order
    1414
    1515/dev/xxx      /            fff      defaults        1     1
  • chapter08/kernel-inst.xml

    r90afe40d rab3b93b  
    3535
    3636<para>For POSIX shared memory support, ensure that the kernel config option
    37 "Virtual memory file system support" is enabled. It resides within the "File
    38 systems" menu and is normally enabled by default.</para>
     37"Virtual memory file system support" is enabled. It resides within the
     38"File systems" menu and is normally enabled by default.</para>
    3939
    4040<para>Verify dependencies and create dependency information files:</para>
Note: See TracChangeset for help on using the changeset viewer.