|
From: Ian B. <ib...@gm...> - 2004-10-13 21:27:32
|
Ok, I think what Brian was talking about is why are there errors at all here. I have a feeling that the way the new 2.6.8 kernel works is that it doesn't have any filesystem drivers compiled into it, but instead loads them at boot time. The only way to do that is by loading an initrd and testing your filesystem for all the different filesystem types. Hence, the error messages. (I.E. its trying to fsck-like-test each filesystem driver against your partition, and the only one that works, is the one that loads). Its a rather brute-force attack, but its quite good if you want to ship out a generic kernel to a whole slew of systems and insure that it works on all of them. Ian On Wed, 13 Oct 2004 02:23:15 +0100, Nuno Lucas <ml-...@xp...> wrote: > Brian Krusic, dando pulos de alegria, escreveu : > [...] > > FAT: bogus logical sector size 0 > > UMSDOS: msdos_read_super failed, mount aborted. > > FAT: bogus logical sector size 0 > > FAT: bogus logical sector size 0 > > sh-2021: reiserfs_read_super: can not find reiserfs on cobd(117,7) > > Kernel panic: VFS: Unable to mount root fs on 75:07 > > > > My partition layout (being XFS fs); > [...] > > The current linux kernel has XFS as a module. When it tries to open the > root partition the modules aren't loaded yet, so it fails (after trying > the file systems it knows about). > > The solution would be to either use a non-XFS image as root or > create an initrd image that will allow the xfs module to be loaded. > > Another option is compiling a new kernel with xfs linked into. > > -- > Regards, > ~Nuno Lucas > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: IT Product Guide on ITManagersJournal > Use IT products in your business? Tell us what you think of them. Give us > Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more > http://productguide.itmanagersjournal.com/guidepromo.tmpl > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users > |