You are not logged in.

#1 2006-09-27 18:27:12

ampersand
Member
Registered: 2006-09-27
Posts: 3

mounting with ntfs-3g as regular user

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 sad
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

#2 2006-09-29 04:05:51

DarkMind
Member
Registered: 2005-02-22
Posts: 68

Re: mounting with ntfs-3g as regular user

i have the line:

/dev/hda1   /media/windows  ntfs-3g silent,umask=0,locale=es_ES.utf8         
    0    0


and works good smile

Offline

#3 2006-09-29 08:58:08

onearm
Member
From: Anywhere but here
Registered: 2006-07-06
Posts: 359
Website

Re: mounting with ntfs-3g as regular user

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

#4 2006-09-29 19:19:40

ampersand
Member
Registered: 2006-09-27
Posts: 3

Re: mounting with ntfs-3g as regular user

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

#5 2006-09-29 21:32:05

ahioros
Member
From: Panamá
Registered: 2005-11-26
Posts: 41
Website

Re: mounting with ntfs-3g as regular user

/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

Board footer

Powered by FluxBB