Marche pas !
1) FSTAB > /dev/sda1 /media/Vista ntfs-3g defaults,locale=fr_FR.UTF-8 0 0
laurent@laurent-desktop:~$ sudo chmod 4755 /bin/ntfs-3g
laurent@laurent-desktop:~$ mount /dev/sda1
J'ai ça
mount: seul l'usager ROOT peut monter /dev/sda1 sur /media/Vista
idem avec ça : sudo chmod 755 /bin/ntfs-3g
J'ai bien essayé
chown -R /media/Vista
mais c'est la même chose...
J'ai aussi essayé de monter dans mon /home, toujours le même résultat !
2) FSTAB > /dev/sda1 /media/Vista ntfs-3g rw,user,auto,gid=100,uid=1000,nls=utf8,umask=002 0 0
laurent@laurent-desktop:~$ sudo chmod 4755 /bin/ntfs-3g
laurent@laurent-desktop:~$ mount /dev/sda1
j'ai ça
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
ou
laurent@laurent-desktop:~$ sudo chmod 755 /bin/ntfs-3g
laurent@laurent-desktop:~$ mount /dev/sda1
j'ai ça
Unprivileged user can not mount NTFS block devices using the external FUSE
library. Either mount the volume as root, 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
Je sèche...