Ignore:
Timestamp:
09/13/2003 03:04:22 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5ff3721
Parents:
c815c04
Message:

update to reiserfs-3.6.11

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1053 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/ext3.xml

    rc815c04 rf7b26fb  
    88
    99<para>You don't need to install anything to use ext3, all the required
    10 packages are available with a bare LFS system.</para>
     10packages are available with a bare <acronym>LFS</acronym> system.</para>
    1111
    1212<para>When building the kernel, ensure that you have compiled in ext3
     
    1515kernel if needed.</para>
    1616
    17 <para>Edit your <filename>/etc/fstab</filename>. For each partition that you want to convert into
    18 ext3, edit the entry so that it looks similar to the following line.</para>
     17<para>Edit your <filename>/etc/fstab</filename>. For each partition that you
     18want to convert into ext3, edit the entry so that it looks similar to the
     19following line.</para>
    1920
    20 <para><screen>/dev/hdXX /mnt_point ext3 defaults 1 0</screen></para>
     21<screen>/dev/hdXX /mnt_point ext3 defaults 1 0</screen>
    2122
    2223<para>In the above line, replace <filename>/dev/hdXX</filename> by the
    23 partition (e.g. <filename>/dev/hda2</filename>),
    24 <filename class="directory">/mnt_point</filename> by the mount point (e.g. <filename>/home</filename>). The 0 in the last field ensures
    25 that the partition will not be checked for consistency during bootup by the
    26 checkfs script. You may replace the ext3 fs type in the above by auto if you
    27 want to ensure that the partition is mounted if you accidentally skip
    28 enabling the ext3 support in the kernel.</para>
     24partition (e.g. <filename>/dev/hda2</filename>), <filename class="directory">
     25/mnt_point</filename> by the mount point (e.g. <filename>/home</filename>). The
     260 in the last field ensures that the partition will not be checked for
     27consistency during bootup by the checkfs script. You may replace the ext3 fs
     28type in the above by auto if you want to ensure that the partition is mounted
     29if you accidentally skip enabling the ext3 support in the kernel.</para>
    2930
    30 <para>For each partition that you have converted to ext3 in
    31 <filename>/etc/fstab</filename>,
    32 enable the journal for the partition by running the following command.</para>
     31<para>For each partition that you have converted to ext3 in <filename>
     32/etc/fstab</filename>, enable the journal for the partition by running the
     33following command.</para>
    3334
    34 <para><userinput>tune2fs -j /dev/hdXX</userinput></para>
     35<screen><userinput><command>tune2fs -j /dev/hdXX</command></userinput></screen>
    3536
    3637<para>Remount the concerned partitions, or simply reboot if you have
Note: See TracChangeset for help on using the changeset viewer.