您的位置:首页 > 其它

win8安装ubuntu后不能访问windows其他磁盘

2015-07-16 01:09 507 查看
今天在win8下安装ubuntu后发现win磁盘无法访问问题,看了下提示

Error mounting /dev/sda6 at /media/ubuntu-kylin/Windows8_OS: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=999,gid=999,dmask=0077,fmask=0177" "/dev/sda5" "/media/ubuntu-kylin/Windows8_OS"' exited with non-zero exit status 14: Windows is hibernated, refused to mount.
Failed to mount '/dev/sda6': 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.


google下原来是因为win8没有正确关闭的问题,但也有可能是磁盘问题,修复磁盘后能用 ,贴出解决方法,备用

$ sudo ntfsfix/dev/sda6 sd6是要修复的磁盘




成功了,不用关闭windows的快速启动也可以访问磁盘啦
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: