Hi
After a BIOS update, my main NTFS storage partition didn't mount.
Something about unprivileged user not allowed to mount. it says to find information at http://ntfs-3g.org/support.html#unprivileged
I have tried
# chown root $(which ntfs-3g)
# chmod 4755 $(which ntfs-3g)
but it does only change the problem and the error message I get now is the following
It says 'mount is denied because setuid and setgid root ntfs-3g is insecure within the fuse library. either remove the setuid/setgid 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'
I have seen similar discussion about the issue, but none with enough explanations to understand ...
Seems like you can't mount if you are not root, but then to use an ntfs partition everyday, what is the best course ? explanations in newbie's language please ....
my fstab lines :
# /dev/sda5 storage NTFS partition
/dev/sda5 /home/username/Mountpoint ntfs user,auto,exec 0 0
Thanks in advance
kln
After a BIOS update, my main NTFS storage partition didn't mount.
Something about unprivileged user not allowed to mount. it says to find information at http://ntfs-3g.org/support.html#unprivileged
I have tried
# chown root $(which ntfs-3g)
# chmod 4755 $(which ntfs-3g)
but it does only change the problem and the error message I get now is the following
It says 'mount is denied because setuid and setgid root ntfs-3g is insecure within the fuse library. either remove the setuid/setgid 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'
I have seen similar discussion about the issue, but none with enough explanations to understand ...
Seems like you can't mount if you are not root, but then to use an ntfs partition everyday, what is the best course ? explanations in newbie's language please ....
my fstab lines :
# /dev/sda5 storage NTFS partition
/dev/sda5 /home/username/Mountpoint ntfs user,auto,exec 0 0
Thanks in advance
kln
Comment