On Sat, 19 Oct 2013, Alan Barrett wrote:
Now that the tmpfs file system has been removed, your /dev directory
should be on the underlying disk. To make device nodes there, use
commands like this:
cd /dev ./MAKEDEV all ./MAKEDEV dk16 dk17 dk18 dk19
That was supposed to be multiple lines:
cd /dev
./MAKEDEV all
./MAKEDEV dk16 dk17 dk18 dk19
--apb (Alan Barrett)