Hi, When using devtmpfs, do we still have to copy /lib/udev/devices to /dev before running udev? What are the device nodes that should always be created/copied statically? And what about the links below[0]? Are they still required for a proper udev functionality? ln -sv /proc/self/fd /lib/udev/devices/fd ln -sv /proc/self/fd/0 /lib/udev/devices/stdin ln -sv /proc/self/fd/1 /lib/udev/devices/stdout ln -sv /proc/self/fd/2 /lib/udev/devices/stderr ln -sv /proc/kcore /lib/udev/devices/core [0]: http://www.linuxfromscratch.org/lfs/view/development/chapter06/udev.html Regards, Ozan Caglayan -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html