Am Dienstag, 5. Juni 2007 schrieb ext Alan McKinnon:
> On Tuesday 05 June 2007, sean wrote:
> > Trying to create a permanent link as such
>
> /dev does not exist on a disk, it is created on the fly by udev, so any
> hard links you make are never written to persistent storage
>
> You will need to create a udev rule for this
>
> Something like:
>
> # cdrom symlinks and other good cdrom naming
> KERNEL=="sr[0-9]*|hd[a-z]|pcd[0-9]*", ACTION=="add",
> IMPORT{program}="cdrom_id --export $tempnode"
> ENV{ID_CDROM}=="?*", GROUP="cdrom"
> # assign cdrom-permission also to associated generic device (for
> cd-burning ...)
> KERNEL=="sg[0-9]*", ACTION=="add", ATTRS{type}=="4|5", GROUP="cdrom"
>
> in /etc/udev/rules.d/50-udev.rules

...and read http://www.reactivated.net/writing_udev_rules.html for the 
details.

Bye...

        Dirk
-- 
Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Wanheimerstraße 68      | Web:  http://www.capgemini.com
D-40468 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to