Re: 2.6.0-test3 cannot mount root fs

From: "Andrey Borzenkov"
Date: Wed Aug 13 2003 - 00:22:04 EST




-----Original Message-----

>
> On Die, 12 Aug 2003, "Andrey Borzenkov" wrote:
> > > cannot mount rootfs "NULL" or hdb1
> > > I have compile in (of course) the filesystems of my root fs (ext3)
> >
> > and you have tried to add rootfstype=ext3?
>
> Yes. No change. Also in combination with all root= options and also with
> ext2.
>

would you mind adding printk to mount_block_root to show
on which filesystem it fails and with which error? Something like

printk("VFS: Cannot open root device \"%s\" or %s for fs %s error=%d\n",
root_device_name, b, p, err);

-andrey
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/