Something has been bothering me for a while now, I still can't get udev
to create proper symlinks for cdrom and dvd.  Up til now, I just
manually run:
ln -sv /dev/sr0 cdrom
ln -sv /dev/sr0 dvd
...each time I reboot.

However, I know this should work better, so maybe some can see a reason
udev isn't creating these automatically, as it should.

Here is /etc/udev/rules.d/24-cdrom.rules

KERNEL="sr0", SYMLINK="cdrom", GROUP="disk"
KERNEL="sr0", SYMLINK="dvd", GROUP="disk"

That's about the only thing I've added to the otherwise default setup of
LFS-SVN udev. 

So, any reason it shouldn't be making those symlinks automatically???

Thx,
-Lup


-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to