Changeset 85e60d36


Ignore:
Timestamp:
08/02/2006 03:17:06 PM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
6.2
Children:
b9c4d20
Parents:
db6ee85
Message:

Update list of acceptable features in ext3 filesystem

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rdb6ee85 r85e60d36  
    3636    </listitem>
    3737-->
     38
     39    <listitem>
     40      <para>August 2, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[dnicholson] - Added to the list of acceptable features in
     44          ext3 file systems. Thanks to George Gowers.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
    3848
    3949    <listitem>
  • chapter02/creatingfilesystem.xml

    rdb6ee85 r85e60d36  
    4242<screen role="nodump"><userinput>debugfs -R feature /dev/<replaceable>&lt;xxx&gt;</replaceable></userinput></screen>
    4343
    44     <para>If the output contains features other than: <option>dir_index</option>;
    45     <option>filetype</option>; <option>large_file</option>;
    46     <option>resize_inode</option> or <option>sparse_super</option> then your host
     44    <para>If the output contains features other than
     45    <option>has_joural</option>, <option>dir_index</option>,
     46    <option>filetype</option>, <option>large_file</option>,
     47    <option>resize_inode</option>, <option>sparse_super</option> or
     48    <option>needs_recovery</option>, then your host
    4749    system may have custom enhancements.  In that case, to avoid later problems,
    4850    you should compile the stock E2fsprogs package and use the resulting binaries
Note: See TracChangeset for help on using the changeset viewer.