Andrew Benton wrote:
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"

Edit this rule by adding: GROUP="cdrom"

--
Alexander E. Patrakov
--
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