Re: Permanent /dev/cdrecorder
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
What's the best startup script to put a # ln -s /dev/hdc /dev/cdrecorder (needed by cdrdao)? Bye, Marco