ka-long wrote:
My IDE cdrom /dev/cdrom is linked to /dev/hda, but /dev/hda is owned by root,root (u:rw g:rw o:none).

But in udevs 25-lfs-rule file is:
KERNEL=="hd*", GROUP="disk"

But that's not the rule that makes the /dev/cdrom symlink. It's this rule you need to look at

BUS=="ide", KERNEL=="*[!0-9]", PROGRAM="/bin/cat /proc/ide/%k/media", RESULT="cdrom", NAME="%k", SYMLINK="cdrom"

Somebody have an idea ?

Read /usr/share/doc/udev_rules/index.html

Andy
--
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