Gentoo Archives: gentoo-user

From: Dale <dalek1967@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] DVD and changing permissions
Date: Sun, 13 Jul 2008 10:53:14
Message-Id: 4879DE95.4040908@bellsouth.net
In Reply to: Re: [gentoo-user] DVD and changing permissions by Neil Bothwick
1 Neil Bothwick wrote:
2 > On Sat, 12 Jul 2008 17:10:15 -0500, Dale wrote:
3 >
4 >
5 >> d--------- 2 ivman plugdev 112 2008-07-12 03:08 hdd
6 >>
7 >
8 > This is weird, the ownership is correct (you need to belong to the
9 > plugdev group to use automounted devices) but the permissions certainly
10 > are not. Do you have any rules for this in /etc/udev/rules.d?
11 >
12 >
13 >
14
15 This is what I found that even mentions DVD in the file: I'm only
16 including the lines that contain DVD.
17
18 From /etc/udev/rules.d/65-permissions.rules
19
20 KERNEL=="pktcdvd|pktcdvd[0-9]*", GROUP="cdrom", MODE="660"
21
22 From /etc/udev/rules.d/70-persistent-cd.rules:
23
24 # Optiarc_DVD_RW_AD-7200A (pci-0000:00:09.0-ide-1:1)
25 ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:09.0-ide-1:1",
26 SYMLINK+="dvd1", ENV{GENERATED}="1"
27 ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:09.0-ide-1:1",
28 SYMLINK+="dvdrw1", ENV{GENERATED}="1"
29
30 From /etc/udev/rules.d/50-udev-default.rules:
31
32 KERNEL=="pktcdvd[0-9]*", NAME="pktcdvd/%k"
33 KERNEL=="pktcdvd", NAME="pktcdvd/control"
34
35 Those are the only ones I can find. I used the find part of Konqeror to
36 do the search. Anything odd that you see? It looks like it should go
37 to the group cdrom and have permissions set to 660 to me.
38
39 Ideas?
40
41 Dale
42
43 :-) :-)
44
45
46 --
47 gentoo-user@l.g.o mailing list