Problem beim Mounten eines USB-Sticks

Situation

USB-Stick mit NTFS (auf Ubuntu 9.10) ist wochenlang angesteckt, kein Probleme. Dann wird der USB-Stick einmal ausgesteckt, beim nächsten Hochfahren + Mounten kommt dann eine Fehlermeldung. Unter Ubuntu 10.4 am selben Rechner klappt das Mounten wie gewohnt.

Fehlermeldung

Error mounting: mount exited with exit code 1: helper failed with:
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

Hinweise

Notizen

  • fstab
    /dev/disk/by-label/corsair16 /media/corsair16 ntfs-3g defaults,locale=de_DE.utf8,users,umask=000,gid=46 0 0
  • sudo mount /dev/disk/by-label/corsair16 -t ntfs-3g -o defaults,locale=de_DE.utf8,users,umask=000,gid=46 /media/corsair16

Klassifikation

mount NTFS USB-Stick