首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法挂载外部硬盘

无法挂载外部硬盘
EN

Unix & Linux用户
提问于 2014-12-30 12:07:37
回答 1查看 3.7K关注 0票数 2

我正在使用Debian,我也使用Windows (更长的时间)。

我在Windows上加载了一个外部磁盘,但是当再次尝试在linux上挂载时,我仍然得到相同的错误:

代码语言:javascript
复制
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

尝试使用命令行进行安装,但得到了另一个错误:

代码语言:javascript
复制
:~$ 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.
EN

回答 1

Unix & Linux用户

发布于 2015-04-24 11:13:05

我在这个论坛上找到了一个答案,链接,它建议将驱动器挂载为root:

代码语言:javascript
复制
mount -t ntfs /dev/sdb1 /mnt
票数 -1
EN
页面原文内容由Unix & Linux提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://unix.stackexchange.com/questions/176581

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档