我的电脑是在Windows 10下安装的Ubuntu 16.04双系统,今天进入Ubuntu系统访问Windows 10 磁盘,出现如下错误:

Error mounting /dev/sda1 at /media/linuxidc/WIN7: Command-line `mount -t “ntfs” -o “uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000” “/dev/sda1” “/media/linuxidc/WIN7”’ 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/sda1’: 不允许的操作
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.

如下图:
Ubuntu双系统无法挂载Windows10 硬盘的解决方法
Ubuntu双系统无法挂载Windows10 硬盘的解决方法

可能原因:上一次使用Windows 10后使电脑睡眠,没有完全关机,这次开机直接进入Ubuntu系统,访问Windows 10磁盘报错。

解决方法:

  1. 在终端输入如下命令,查看分区挂载情况

sudo fdisk -l

如下图:
Ubuntu双系统无法挂载Windows10 硬盘的解决方法
Ubuntu双系统无法挂载Windows10 硬盘的解决方法

  1. 修复挂载错误的相应的分区,如提示中的/dev/sda5,输入:

sudo ntfsfix /dev/sda5

如下图:
Ubuntu双系统无法挂载Windows10 硬盘的解决方法
2. 修复挂载错误的相应的分区,如提示中的/dev/sda5,输入:

现在就可以访问了。

参考资料:
linux公社 Ubuntu双系统无法挂载Windows10 硬盘的解决方法

相关文章:

  • 2021-09-27
  • 2021-12-09
  • 2021-11-13
  • 2021-09-16
  • 2022-12-23
  • 2021-10-18
  • 2022-12-23
猜你喜欢
  • 2021-05-26
  • 2021-11-17
  • 2021-08-25
相关资源
相似解决方案