-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jack wrote:
|    linux ubd0=old  , still works.
|    linux ubd0=new , can't work , hangle on " Checking root filesystem
| [/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a /dev/ubd/0
| fsck.ext3: Filesystem has unsupported feature(s) (/dev/ubd/0)
| e2fsck: Get a newer version of e2fsck!

The version of e2fsprogs on your host machine is newer than the version
of e2fsprogs on the UML root filesystem.  You can either upgrade e2fsck
in the UML as the error suggests, create the filesystem without the
'unsupported' features, or change the features with tune2fs.

To see a list of filesystem features:
dumpe2fs root_fs | grep features

To add/remove filesystem features:
tune2fs -O^resize_inode rootfs

I'd guess that your new filesystem was created with the 'resize_inode'
feature, but you may have to try other options before finding the right
feature to turn off.

Frank
- --
Frank Sorenson - KD7TZK
Systems Manager, Computer Science Department
Brigham Young University
[EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCapt3aI0dwg4A47wRAn5gAKCliuRAwF5cNxuffXuLuEyXIEcrUwCeIqfw
7JayXPR7TVtXQgdVEIDzUt4=
=PqwJ
-----END PGP SIGNATURE-----


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to