Gentoo Archives: gentoo-amd64

From: Jeffrey Gardner <je_fro@g.o>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] USB flash drive mount point fun
Date: Wed, 27 Jun 2007 21:12:10
Message-Id: 4682D1B8.6070505@gentoo.org
In Reply to: Re: [gentoo-amd64] USB flash drive mount point fun by Lukas Oliva
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Lukas Oliva wrote:
5 > That is nice, but could this be modified for every USB Mass storage
6 > device or better just to flash memory?
7
8 Yes, it can be modified for every device...here's more:
9
10 BUS=="ide", KERNEL=="hdd", NAME="%k", SYMLINK="dvd", GROUP="disk",
11 OPTIONS="last_rule"
12 BUS=="ide", KERNEL=="hdc", NAME="%k", SYMLINK="dvdburner", GROUP="disk",
13 OPTIONS="last_rule"
14 BUS=="usb", SYSFS{manufacturer}=="Sony DSC", KERNEL=="sd?1", NAME="%k",
15 SYMLINK="camera"
16 BUS=="usb", SYSFS{manufacturer}=="Handspring Inc", NAME="tts/USB1"
17 SYMLINK="pilot"
18 KERNEL=="event*", SYSFS{idVendor}=="056a", NAME="input/%k",
19 SYMLINK="input/wacom"
20 SUBSYSTEMS=="scsi", SYSFS{vendor}=="ST325062", KERNEL=="sd?1",
21 SYMLINK="external"
22 KERNEL=="eth*", SYSFS{address}=="00:e0:81:2c:91:9e", NAME="eth0"
23 KERNEL=="eth*", SYSFS{address}=="00:04:23:9e:ed:16", NAME="eth1"
24 KERNEL=="eth*", SYSFS{address}=="00:04:23:9e:ed:17", NAME="eth2"
25
26
27
28 - --
29 Jeffrey Gardner
30 Gentoo Developer
31 Public PGP Key ID: 4A5D8F23
32 hkp://pgpkeys.mit.edu
33 -----BEGIN PGP SIGNATURE-----
34 Version: GnuPG v1.4.7 (GNU/Linux)
35 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
36
37 iD8DBQFGgtG3iR2KxEpdjyMRAno7AKCaKufEl+V50gqo5PNizQU+4bUuAgCfa0Si
38 6tf9LZ+aKi8aOZKLr2LDsYI=
39 =SV0D
40 -----END PGP SIGNATURE-----
41 --
42 gentoo-amd64@g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] USB flash drive mount point fun Lukas Oliva <xoliva02@×××××××××××××××.cz>