Neil Bothwick wrote:
On Sat, 12 Jul 2008 17:10:15 -0500, Dale wrote:

d---------  2 ivman plugdev  112 2008-07-12 03:08 hdd

This is weird, the ownership is correct (you need to belong to the
plugdev group to use automounted devices) but the permissions certainly
are not. Do you have any rules for this in /etc/udev/rules.d?



This is what I found that even mentions DVD in the file: I'm only including the lines that contain DVD.

From /etc/udev/rules.d/65-permissions.rules

KERNEL=="pktcdvd|pktcdvd[0-9]*", GROUP="cdrom", MODE="660"

From /etc/udev/rules.d/70-persistent-cd.rules:

# Optiarc_DVD_RW_AD-7200A (pci-0000:00:09.0-ide-1:1)
ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:09.0-ide-1:1", SYMLINK+="dvd1", ENV{GENERATED}="1" ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:09.0-ide-1:1", SYMLINK+="dvdrw1", ENV{GENERATED}="1"

From /etc/udev/rules.d/50-udev-default.rules:

KERNEL=="pktcdvd[0-9]*",    NAME="pktcdvd/%k"
KERNEL=="pktcdvd",        NAME="pktcdvd/control"

Those are the only ones I can find. I used the find part of Konqeror to do the search. Anything odd that you see? It looks like it should go to the group cdrom and have permissions set to 660 to me.

Ideas?

Dale

:-)  :-)


--
gentoo-user@lists.gentoo.org mailing list

Reply via email to