On Sun, 11 Mar 2007 14:07:00 +0100, paulie.x wrote:
> Yes I'm in plugdev group. Problem is that I'm owner of the /dev/sdc
> block device but owner and group of link that udev creates is root.
OK, instead of
SUBSYSTEMS=="scsi", ATTRS{model}=="LYRA_MPHR2301_EU", OWNER="user",
SYMLINK+="lyra"
do
Dne ne 11. březen 2007 09:45 Neil Bothwick napsal(a):
> On Sat, 10 Mar 2007 23:51:56 +0100, paulie.x wrote:
> > I created new user and just changed OWNER in 10-local.rules to new
> > username. Now when I plug in mp3 player it created device node
> > (example) /dev/sdc and rightly I'm owner of this
On Sat, 10 Mar 2007 23:51:56 +0100, paulie.x wrote:
> I created new user and just changed OWNER in 10-local.rules to new
> username. Now when I plug in mp3 player it created device node
> (example) /dev/sdc and rightly I'm owner of this file but I'm not owner
> of the link so I cannot mount it lik
Hi.
For a long time i used this udev rules for my mp3 player and flash disk
10-local.rules:
UBSYSTEMS=="scsi", ATTRS{model}=="LYRA_MPHR2301_EU", OWNER="old_user",
SYMLINK+="lyra"
SUBSYSTEMS=="scsi", ATTRS{vendor}=="USB 2.0", ATTRS{model}=="Flash Disk",
OWNER="old_user", SYMLINK+="massive"
In /et
4 matches
Mail list logo