On 18 August 2002 16:10, Ed Sweetman wrote:
> It appears i'm completely unable to not use devfs. Attempting to run
> the kernel without mounting devfs results in it still being mounted or
> if not compiled in, locks up during boot. Attempts to run the kernel
> and mv /dev does not work, umounting /dev does not work and rm'ing /dev
> does not work. I cant create the non-devfs nodes while devfs is
> mounted and i cant boot the kernel without devfs. It seems that no
> uninstall procedure has been made and i've read the documentation that
> comes with the kernel about devfs and it says nothing about how to move
> back to the old device nodes from devfs.
>
> anyone have any suggestions?
Boot with devfs as usual.
Mount your root fs again, say
#mount /dev/hda2 /mnt/tmp
and you will see your /dev as it is on disk (i.e. without
devfs mounted over it) in /mnt/tmp/dev.
Now, mknod everything you need.
BTW, NFS mount over loopback (127.0.0.1) works too.
-- vda - 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/
This archive was generated by hypermail 2b29 : Fri Aug 23 2002 - 22:00:15 EST