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

来源:互联网 发布:软件宏编辑器 编辑:程序博客网 时间:2024/05/21 22:21

今天在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 permittedThe NTFS partition is in an unsafe state. Please resume and shutdownWindows fully (no hibernation or fast restarting), or mount the volumeread-only with the 'ro' mount option.

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

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

成功了,不用关闭windows的快速启动也可以访问磁盘啦

1 0