On Tuesday 19 August 2008, Jérémy Bobbio wrote: > While testing rescue-mode, I noticed that the root filesystem (ext3) > was mounted as ext2 by the following log line: > > kernel: EXT2-fs warning (device hda6) ext2_fill_super: mounting ext3 > filesystem as ext2 > > Maybe we need to explicitely try ext3 before relying on autodection. > Or remove the ext2 module from the list of manually loaded modules…
Guess that is because no file system module is loaded at all and this is mount trying and loading ext2 before trying ext3? If that is the case then I think we should at least try to modprobe ext3 before calling mount. Something else I noticed was that /dev is not bind mounted on /target/dev before a root shell on /target is started. IMO this should be done automatically. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

