Peter Hunter wrote:
This is the contents of the fstab file
/dev/hdb2 / reiserfs acl,user_xattr 1 1 /dev/hda1 /windows/C ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0 /dev/hda5 /windows/D ntfs ro,users,gid=users,umask=0002,nls=utf8 0 0 /dev/hdb1 swap swap pri=42 0 0 devpts /dev/pts devpts mode=0620,gid=5 0 0 proc /proc proc defaults 0 0 usbfs /proc/bus/usb usbfs noauto 0 0 sysfs /sys sysfs noauto 0 0 /dev/cdrecorder /media/cdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0 /dev/dvdrecorder /media/dvdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocharset=utf8 0 0 /dev/fd0 /media/floppy subfs noauto,fs=floppyfss,procuid,nodev,nosuid,sync 0 0
Peter
I forgot this, sorry.
peter@linux:~> ls -l /dev/hdb2 brw-rw---- 1 root disk 3, 66 2005-03-19 19:36 /dev/hdb2 peter@linux:~>
Right...Could you do a 'ls -l /dev/cdrecorder' and 'ls -l /dev/dvdrecorder' Hopefully that might help. Actually, could you do the same for /dev/hdc and /dev/hdd too? I have a sneaky suspicion that /dev/cdrecorder etc. will just be a symlink to them.
beb