Re: [2.5.51] Failure to mount ext3 root when ext2 compiled in

Mohamed El Ayouty (melayout@umich.edu)
14 Dec 2002 14:06:13 -0500


I tried your suggestion to replace CONFIG_DEVFS_FS with

CONFIG_DEVFS_MOUNT in the code snippet:

#ifdef CONFIG_DEVFS_FS
sys_mount("devfs", "/dev", "devfs", 0, NULL);
do_devfs = 1;
#endif

But it gave me the same panic on boot.

Mohamed
-
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/