olivier
Developer
Hi all,
I'm trying to mount a NTFS formatted USB drive,
then I've installed /usr/ports/sysutils/fusefs-ntfs and start fusefs.
I've followed the instructions in:
But when I plug the NTFS drive I've got the error "operation not permit", and testing ntfs on a terminal with my user (member of the operator group) I've got this problem:
Then, I've try a
, but now the error message is:
On the ntfs-3g.org support page, the instructions for a normal user too use ntfs-3g are:
I think that the problem came for the compilation option «use integrated FUSE». But when I look on /usr/ports/sysutils/fusefs-ntfs I didn't find how to change it.
Does someone know to use ntfs-3g with a simple user ?
Thanks
I'm trying to mount a NTFS formatted USB drive,
then I've installed /usr/ports/sysutils/fusefs-ntfs and start fusefs.
I've followed the instructions in:
- /usr/local/share/doc/ntfs-3g/README.FreeBSD
- /usr/local/share/doc/hal-0.5.11/README.fuse
But when I plug the NTFS drive I've got the error "operation not permit", and testing ntfs on a terminal with my user (member of the operator group) I've got this problem:
Code:
Error opening '/dev/da0s1': Permission denied
Failed to mount '/dev/da0s1': Permission denied
Please check '/dev/da0s1' and the ntfs-3g binary permissions,
and the mounting user ID. More explanation is provided at
http://ntfs-3g.org/support.html#unprivileged
Then, I've try a
Code:
chmod 4577 /usr/local/bin/ntfs-3g
Code:
Mount is denied because setuid and setgid root ntfs-3g is insecure with the
external FUSE library. Either remove the setuid/setgid bit from the binary
or rebuild NTFS-3G with integrated FUSE support and make it setuid root.
Please see more information at http://ntfs-3g.org/support.html#unprivileged
Code:
1. ntfs-3g is compiled with integrated FUSE support
2. the ntfs-3g binary is at least version 1.2506
3. the ntfs-3g binary is set to setuid-root
4. the user has access right to the volume
5. the user has access right to the mount point
I think that the problem came for the compilation option «use integrated FUSE». But when I look on /usr/ports/sysutils/fusefs-ntfs I didn't find how to change it.
Does someone know to use ntfs-3g with a simple user ?
Thanks