Hall Stevenson wrote: > > > okay, this.. is stupid question.. being completely spoilt > > by Redhats simplicity.. i'm unaware of which device > > /dev/cdrom was linked to. ..can someone, give me a hint? > > Try > > ls -l /dev/cdrom > > How's that for simplicity ?? ;-)
You can even do it in completly opposite direction: Find in dmesg which device is a cdrom drive hdc: SAMSUNG CD-ROM SC-148F, ATAPI CDROM drive and make a link rm /dev/cdrom ln -s /dev/hdc /dev/cdrom :) -- Mariusz Zielinski