I have followed the Gentoo Wiki article on ntfs and also the Arch Wiki article on the same issue and I still cannot mount a ntfs unit as normal user.
I have the kernel settings
Code: Select all
File Systems-->
<*> FUSE support
< > Character device in userspace support
DOS/FAT/NT Filesystems--->
<*> MSDOS fs support x x
x x <*> VFAT (Windows-95) fs support x x
x x (437) Default codepage for FAT x x
x x (iso8859-1) Default iocharset for FAT x x
x x <*> NTFS file system support x x
x x [*] NTFS debugging support x x
x x [*] NTFS write support
Code: Select all
[I] sys-fs/ntfs3g
Available versions: 2013.1.13 2014.2.15 2014.2.15-r1 ~2015.3.14(0/86) {acl debug +external-fuse ntfsdecrypt +ntfsprogs static-libs suid xattr}
Installed versions: 2014.2.15-r1(09:59:10 PM 08/30/2015)(acl ntfsprogs suid -debug -external-fuse -ntfsdecrypt -static-libs -xattr)
Code: Select all
-rwsr-sr-x 1 root root 128K Aug 30 21:59 ntfs-3g
Code: Select all
/dev/sdb1 /media/USB1 auto noauto,users,rw 0 0
/dev/sdc1 /media/USB2 auto noauto,users,rw 0 0
/dev/sdb1 /media/USBntfs ntfs-3g noauto,users,rw 0 0
But then, I try to mount and this happens
Code: Select all
karel@Coatlicue ~ $ mount /media/USBntfs/
Error opening '/dev/sdb1': Permission denied
Failed to mount '/dev/sdb1': Permission denied
Please check '/dev/sdb1' and the ntfs-3g binary permissions,
and the mounting user ID. More explanation is provided at
http://tuxera.com/community/ntfs-3g-faq/#unprivileged
I am absolutely lost here.
All other previous posts are really old and don't seem to apply here.




