Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] help with UDEV and USB flash drive
Date: Fri, 09 Jun 2006 20:02:24
Message-Id: 7573e9640606091250p3b349714wfee4a025a822eadb@mail.gmail.com
In Reply to: RE: [gentoo-user] help with UDEV and USB flash drive by Daevid Vincent
1 On 6/9/06, Daevid Vincent <daevid@××××××.com> wrote:
2 > Thanks everybody that was the trick. I settled upon this:
3 >
4 > BUS=="usb", KERNEL=="sd?1", SYSFS{idVendor}=="0ef5",
5 > SYSFS{idProduct}=="2202", SYMLINK="istick%n", MODE="0666"
6
7 One problem with this. Udev will apply all matching rules until it
8 finds one with a NAME entry. So you probably want MODE:="0666" to
9 prevent any later rules from overwriting your mode.
10
11 -Richard
12 --
13 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] help with UDEV and USB flash drive Daniel Drake <dsd@g.o>