我正在使用Debian,我也使用Windows (更长的时间)。
我在Windows上加载了一个外部磁盘,但是当再次尝试在linux上挂载时,我仍然得到相同的错误:
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尝试使用命令行进行安装,但得到了另一个错误:
:~$ sudo mount -t ntfs /dev/sda1 /media
Mount is denied because the NTFS volume is already exclusively opened.
The volume may be already mounted, or another software may use it which
could be identified for example by the help of the 'fuser' command.发布于 2015-04-24 11:13:05
我在这个论坛上找到了一个答案,链接,它建议将驱动器挂载为root:
mount -t ntfs /dev/sdb1 /mnthttps://unix.stackexchange.com/questions/176581
复制相似问题