码迷,mamicode.com
首页 > Windows程序 > 详细

Ubuntu双系统无法挂载Windows10 硬盘的解决方法

时间:2017-05-15 22:40:33      阅读:295      评论:0      收藏:0      [点我收藏+]

标签:允许   sudo   strong   原因   windows10   status   hiberna   error   fdisk   

我的电脑是在Windows 10下安装的Ubuntu 14.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.

技术分享

 

可能原因:上一次使用Windows 10后使电脑睡眠,没有完全关机,这次开机直接进入Ubuntu系统,访问Windows 10磁盘报错。其实关机重启就可以,但是有时候不可以,

解决方法:

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

sudo fdisk -l 

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

sudo ntfsfix /dev/sda5

技术分享

此刻就能读写硬盘了 

 

Ubuntu双系统无法挂载Windows10 硬盘的解决方法

标签:允许   sudo   strong   原因   windows10   status   hiberna   error   fdisk   

原文地址:http://www.cnblogs.com/wanghuixi/p/6858297.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!