Benjamin Sher wrote:
Here is my fstab:
[sher@localhost ~]$ cat /etc/fstab
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 / ext3 defaults
1 1
LABEL=/boot /boot ext3 defaults
1 2
none /dev/pts devpts gid=5,mode=620
0 0
none /dev/shm tmpfs defaults
0 0
none /proc proc defaults
0 0
none /sys sysfs defaults
0 0
/dev/VolGroup00/LogVol01 swap swap defaults
0 0
/dev/hdd /media/cdrom auto
noauto,user,exec,ro 0 0
/dev/hdc /media/cdrecorder
autonoauto,user,exec,ro 0 0
You appear to have edited this entry manually. On my system, the
cdrecorder entry looks like:
/dev/hdc /media/cdrecorder auto pamconsole,exec,noauto,managed 0
My CDs get auto-mounted properly.
I'm not sure whether just editing the entry to look like this will cause
it to work. You may need to restart haldaemon or even do other things. I
must learn about this stuff...
Paul.