You are not logged in.
Hi,
I have problems with mounting my ntfs partition with ntfs-3g utility. When I'm trying to mount it as regular user I get message:
fusermount: ser has no write access to mountpoint /mnt/hda6
Retrying mount ...
fusermount: ser has no write access to mountpoint /mnt/hda6
Failed to mount NTFSUnmounting /dev/hda6 ()
Firstly, I've tried to find informations on linux-ntfs project forum, and I found <A HREF="http://forum.linux-ntfs.org/viewtopic.php?t=376">this</A>.
I'm added to group "disk". Devices /dev/fuse and /dev/hda6 belongs to "disk" group. And I still can't mount my ntfs partition correctly
Have somebody any idea what's wrong?
//edited
This is entry in my /etc/fstab:
/dev/hda6 /mnt/hda6 ntfs-3g rw,group,noauto,umask=0 0 0
Information streams,
simulating dreams
Interactive mind-control, systematic
overflow
Offline
i have the line:
/dev/hda1 /media/windows ntfs-3g silent,umask=0,locale=es_ES.utf8
0 0
and works good
Offline
Have you checked the permissions of /mnt/hda6 (I think needs to be executable)?
To get something done, a committee should consist of no more than three persons, two of them absent.
--
My Github
Offline
The permissions /mnt/hda6 and /dev/hda6 are good. Finally I've used sudoers and it works fine, but it isn't too much comfortable. Anyway thx for help, maybe it'll change in next release.
Information streams,
simulating dreams
Interactive mind-control, systematic
overflow
Offline
/dev/hda6 /mnt/hda6 ntfs-3g rw,group,noauto,umask=0 0 0
Change group for users and try again...
Or try this
/dev/hda6 /mnt/hda6 ntfs-3g defaults,noauto,users,rw,uid="user",umask=0002,silent 0 0
Offline