sexta-feira, 26 de outubro de 2012

debian

SE:
Error mounting: mount exited with exit code 1: helper failed with: 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://tuxera.com/community/ntfs-3g-faq/#unprivileged
----------------------
INFOS:

# fdisk -l
/dev/sdb1  bla bla bla ntfs

# cat /etc/fstab
/dev/sdb1       /media/usb0    auto    rw,user,noauto  0       2

# lsb_release -a

Distributor ID: Debian
Description: Debian GNU/Linux testing (wheezy)
Release: testing
Codename: wheezy


# uname -a

Linux eu 3.2.0-2-amd64 #1 SMP Mon Jun 11 17:24:18 UTC 2012 x86_64 GNU/Linux


ENTÃO:
# vim /etc/fstab
/dev/sdb1       /media/usb0     ntfs-3g    rw,user,noauto  0       2

REBOOT THE SYSTEM

solved!
works!
funciona!

Nenhum comentário: