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

Andrew Morton (akpm@digeo.com)
Sat, 14 Dec 2002 10:48:52 -0800


Mohamed El Ayouty wrote:
>
> I started having that problem since 2.5.48.
>
> I just commented out those 4 lines in init/do_mounts.c:
>
> #ifdef CONFIG_DEVFS_FS
> sys_mount("devfs", "/dev", "devfs", 0, NULL);
> do_devfs = 1;
> #endif
>
> and 2.5.51 now works.
>

OK, the above code was added in 2.5.48. Thanks. I'll bug Mr Viro
about it when the power comes back on over on the East coast...

If you replace CONFIG_DEVFS_FS with CONFIG_DEVFS_MOUNT there, does
that fix it?
-
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/