Re: Permanent /dev/cdrecorder

2006-04-24 Thread Michael Biebl
Marco wrote: > What's the best startup script to put a > > # ln -s /dev/hdc /dev/cdrecorder > > (needed by cdrdao)? > I guess you are using udev, so add this to /etc/udev/cd-aliases.rules: ENV{ID_CDROM_CD_RW}=="?*", SYMLINK+="cdrecorder%e" HTH, Michael -- Why is it that all of the instru

Permanent /dev/cdrecorder

2006-04-24 Thread Marco
What's the best startup script to put a # ln -s /dev/hdc /dev/cdrecorder (needed by cdrdao)? Bye, Marco