You are not logged in.
I modified policykit.conf to allow hal to mount NTFS drives, but I only have read access to my files on internal and external NTFS volumes.
I am a member of group 'storage.' Here's my /etc/fstab:
/dev/sde1 /media/NTFS1 ntfs-3g defaults 0 0
/dev/sde3 /media/NFTS2 ntfs-3g defaults 0 0
Whenever I try to modify a file in Dolphin I'm greeted with an 'Access denied' message box. I'd greatly appreciate any help in determining why. Thanks.
Jun
Offline
edit your fstab like this
/dev/sde1 /media/NTFS1 ntfs-3g defaults,umask=0000 0 0
/dev/sde3 /media/NFTS2 ntfs-3g defaults,umask=0000 0 0
ntfs doesn't store permissions, if you mount it with default options only root can write on it, check umask with "man mount" if you want to set different umask.
Edit: hal and policykit doesn't use fstab, they are used for devices not found in fstab actually (hotplugging)
Last edited by ChoK (2009-03-29 23:42:16)
Ah, good taste! What a dreadful thing! Taste is the enemy of creativeness.
Picasso
Perfection is reached, not when there is no longer anything to add, but when there is no longer anything to take away.
Saint Exupéry
Offline
You need to have a look at http://wiki.archlinux.org/index.php/NTFS_Write_Support.
Offline
If you still can't get it to work, check this out
I could not get NTFS to mount using the auto mounter even after adding the "policies" mentioned in
http://wiki.archlinux.org/index.php/HAL#NTFS
--> I did ALL of the HAL tricks:
NTFS
Hal 0.5.11-7 (Follow the link and did that)
ntfs-3g linking
automounter still did not work.
I also tried some things in http://wiki.archlinux.org/index.php/NTFS_Write_Support (listed in prior post) but I must have made some big error because I could not even mount ntfs using the terminal as root after doing some of these things so I reinstalled ntfs-3g using pacman and IT WORKED.
I am thinking that after reinstalling ntfs-3g when those "policies" were put into place from the HAL wiki, the ntfs-3g driver configured itself correctly with use for hal or vice versa.
This has worked twice for me now that I think of it. Configure hal, then reinstall the ntfs-3g driver. Don't know why...
Last edited by bwh1969 (2009-04-06 02:35:52)
Offline