I have ntfs-3g installed, and use this udev rule to auto mount external drives automatically. When I try umount it as non-root, it says:
umount: /media/umm is not in the fstab (and you are not root)
The device mounts as:
/dev/sdc1 fuseblk 150G 143G 6.6G 96% /media/umm
and is part of the users
group. I did a chkdsk
on a Windows machine to ensure no file system errors.
Any ideas?
(personally I'd prefer not to use ntfs, but I need it for sharing with all the non-UNIX systems and allow for files > 4GB).