The only way I can mount removeable media is by inserting the media then:
Code:
#/sbin/service haldaemon restart
Then I double click on the icon, then it mounts. But I cannot unmount afterwards.
So, I'm stuck. How do I automount removeable media without having to restart haldaemon everytime for FC4 to recognize/mount the drive?
Here is my /etc/fstab file:
Code:
# 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
/dev/devpts /dev/pts devpts gid=5,mode=620 0 0
/dev/shm /dev/shm tmpfs defaults 0 0
/dev/proc /proc proc defaults 0 0
/dev/sys /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
/dev/sdb1 /mnt/windows ntfs ro,defaults,umask=0222 0 0
/dev/hda1 /mnt/yellow ntfs ro,defaults,umask=0222 0 0
/dev/hdb1 /mnt/green ntfs ro,defaults,umask=0222 0 0
/dev/fd0 /media/floppy auto pamconsole,exec,noauto,managed 0 0
/dev/hdd /media/dvdrecorder auto pamconsole,exec,noauto,managed 0 0
/dev/hdc /media/cdrecorder auto pamconsole,exec,noauto,managed 0 0
I'm running the latest version of haldaemon.