Ambarish Mitra a écrit :
> Hi all,
> 
> I am on LFS 6.1.1 and have just started on LFS.
> 
> My question is on chapter 2.3 - Creating a File System on the partition. It
> is mentioned in the documentation to
> run the command:
> 
> debugfs -R feature /dev/[xxx]
> 
> <snip>
> 
> If the output contains features other than: dir_index; filetype; large_file;
> resize_inode or sparse_super
> then your host system may have custom enhancements. In that case, to avoid
> later problems, you should compile
> the stock e2fsprogs package and use the resulting binaries to re-create the
> filesystem on your LFS partition:
> 
> tar -xjvf /path/to/sources/e2fsprogs-1.37.tar.bz2
> cd e2fsprogs-1.37
> mkdir -v build
> cd build
> ../configure
> make #note that we intentionally don't 'make install' here!
> ./misc/mke2fs -v /dev/[xxx]
> 
> </snip>
> 
> Well, I did this, and now when I execute: debugfs -R feature /dev/[xxx]
> the output is:
> debugfs 1.35 (28-Feb-2004)
> Filesystem features: filetype sparse_super
> 
> I believe it should also have included dir_index, large_file, resize_inode,
> but it did not. Will these missing
> features create any problem ahead?
> 
> How to include those features?
> 
> Thanks for all help.
> 
> 
> DISCLAIMER
> ==========
> This e-mail may contain privileged and confidential information which is the 
> property of Persistent Systems Pvt. Ltd. It is intended only for the use of 
> the individual or entity to which it is addressed. If you are not the 
> intended recipient, you are not authorized to read, retain, copy, print, 
> distribute or use this message. If you have received this communication in 
> error, please notify the sender and delete all copies of this message. 
> Persistent Systems Pvt. Ltd. does not accept any liability for virus infected 
> mails.
man mke2fs will probably answer you
and for me the rebuild of e2fsprogs was not necessary simply remake the
partition with the desired options

--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to