用电脑的时候突然断电了,再打开mint系统时,想打开装了win10的硬盘时,没挂载成功,错误提示如下,

Error mounting /dev/sdb6 at /media/wilf/11161BB611161BB6: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sdb6" "/media/wilf/11161BB611161BB6"' 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/sdb6': Operation not permitted
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.

Error mounting /dev/sdb6 at /media/wilf/11161BB611161BB6: Command-line `mount -t "ntfs" -o

解决方法:

修复ntfs即可,命令如下,

sudo ntfsfix /dev/sdb6

运行结果,

Error mounting /dev/sdb6 at /media/wilf/11161BB611161BB6: Command-line `mount -t "ntfs" -o

再打开硬盘,成功。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-27
  • 2021-11-11
  • 2021-08-09
  • 2021-09-08
  • 2021-06-07
猜你喜欢
  • 2021-09-08
  • 2022-01-01
  • 2022-12-23
  • 2022-01-15
  • 2022-12-23
  • 2021-11-21
  • 2021-09-29
相关资源
相似解决方案