Gentoo Archives: gentoo-user

From: daid kahl <daidxor@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How do I eject an audio CD inside Gnome?
Date: Tue, 31 May 2011 02:31:01
Message-Id: BANLkTinWKsM3hY730+HHYKdD8ofQMLvvDw@mail.gmail.com
In Reply to: Re: [gentoo-user] How do I eject an audio CD inside Gnome? by daid kahl
1 > daid@titan ~ % cat /etc/udev/rules.d/10-local.rules
2 > # external USB, Seagate FreeAgent GO aka cyclops
3 >  SUBSYSTEMS=="usb", DRIVERS=="usb", ATTRS{serial}=="
4 > 5LZ2XQJ5", SYMLINK+="cyclops" ACTION=="add",
5 > RUN+="/etc/udev/scripts/mount_cyclops.sh"
6
7 Sorry, but make sure that the one entry (begins with SUBSYSTEMS) is on
8 *only one line* since that is a general requirement for a udev rule
9 format (but some email programs may auto-indent or mis-represent the
10 single line, but this is a necessary detail, just like makefiles don't
11 paste well from html either due to whitespace issues).
12
13 ~daid.