PDA

View Full Version : How to reinstall cdrom driver


dolemitecomputer
11-13-01, 12:01 AM
I am using RedHat 7.2 and have had problems mounting a cdrom drive. I had read to remove the cdrom file and the hdc file under the /dev/ folder. Now I need it back but how do I reinstall it without having to reinstall Linux?

XWRed1
11-13-01, 12:55 AM
as root:

mknod /dev/hdc c 22 0

then,

ls -l /dev/hdc /dev/cdrom


that should do it.

If you want more info, read the man page for mknod.