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

来源:互联网 发布:杨辉三角c语言程序六行 编辑:程序博客网 时间:2024/05/16 00:43

报错形式:

不能访问 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(对应路径)


原理就是在Ubuntu下运行ntfs fix 工具 把误报错误销掉

0 0
原创粉丝点击