Re: 2.5.6-pre3 Kernel panic: VFS: Unable to mount root fs on 03:02

Alexander Viro (viro@math.psu.edu)
Thu, 7 Mar 2002 01:29:30 -0500 (EST)


On Thu, 7 Mar 2002, Voluspa wrote:

> VFS: Cannot open root device "302" or 03:02

Add
printk("mount() -> %d\n", err);
right before
printk ("VFS: Cannot open root device \"%s\" or %s\n",
root_device_name, kdevname (ROOT_DEV));
in init/do_mounts.c and see what it prints.

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