I am using FC11
I have added the following line to /etc/fstab
/dev/sdd1 /media/myhdd ntfs-3g rw,users 0 0
As root I can successfully mout the drive using
mount /media/myhdd
As a normal user if I call
mount /media/myhdd
Nothing happens, no error, no mounted drive, nothing. However if I mount the drive as root the normal user can successfully unmount the drive.
Does anyone know why the mount is not working and what I can do to fix it?
Thanks in advance