Tim Wunder wrote: > > Hi, > Well, I managed quite the brain fart today... > Trying to install my new CDRW and managed to delete /dev/scd0, /dev/scd1 AND > /dev/sr0 and /dev/sr1. It seems that the "real" devices were /dev/scd? and > the symlinks were sr? and in was inadvertently assuming the other way 'round. > Now, the question is, how do I create my /dev/scd? devices again? > I'm searching how-to's and the 'net, but it looks like the list is active (I > just got some mail...) so I thought I'd fire off the question here. > I though the command was mkdev, but I don't seem to have that on my system > anywhere... > > Thanks, > Tim >
mknod /dev/scd0 b 11 0 mknod /dev/scd1 b 11 1 Andrew Mathews ------------------------------------------------------------ 7:50pm up 7 days, 59 min, 6 users, load average: 1.32, 1.15, 1.07 ------------------------------------------------------------ _______________________________________________ Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.
