解决ubuntu下的磁盘不能访问问题

2016-09-21 07:38:23 18195

报错形式:

不能访问 107 GB 卷

Error mounting /dev/nvme0n1p4(对应路径) at /media/chudongfang/F27A236F7A232FB1: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/nvme0n1p4" "/media/chudongfang/F27A236F7A232FB1"' exited with non-zero exit status 14: The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/nvme0n1p4': 不允许的操作
The NTFS partition is in an unsafe state. Please resume and shutdown
Windows fully (no hibernation or fast restarting), or mount the volume
read-only with the 'ro' mount option.


解决方法:

打开终端

1.sudo apt-get install ntfsprogs
2.sudo ntfsfix    /dev/sdb2(对应路径)



提交成功!非常感谢您的反馈,我们会继续努力做到更好!

这条文档是否有帮助解决问题?

非常抱歉未能帮助到您。为了给您提供更好的服务,我们很需要您进一步的反馈信息:

在文档使用中是否遇到以下问题: