Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Creating /dev/dk* nodes so as to be persistent



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)


Home | Main Index | Thread Index | Old Index