我是靠谱客的博主 凶狠舞蹈,这篇文章主要介绍linux挂载u盘出错_Linux下无法挂载U盘,现在分享给大家,希望可以做个参考。

大概的错误信息是这样的:

Error mounting /dev/sdb4 at /media/xxx/xx: Command-line`mount -t "ntfs" -o"uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177""/dev/sdb4" "/media/eden/文檔"' exited with non-zero exit status14: The disk contains an unclean file system (0, 0).

Metadata kept in Windows cache, refused to mount.

Failed to mount '/dev/sdb4': Operation not permitted

The NTFS partition is in an unsafe state. Please resume andshutdown

Windows fully (no hibernation or fast restarting), or mount thevolume

read-only with the 'ro' mount option.

解决方法:

1. 打开终端,输入sudo fdisk -l 可列出所有的分区情况,找到自己U盘的分区;

2.  sudo ntfsfix /dev/sdb4

OK 问题解决

最后

以上就是凶狠舞蹈最近收集整理的关于linux挂载u盘出错_Linux下无法挂载U盘的全部内容,更多相关linux挂载u盘出错_Linux下无法挂载U盘内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(69)

评论列表共有 0 条评论

立即
投稿
返回
顶部