我装的是win10和ubuntu14.04双系统,之前是可以访问硬盘的,但是现在访问不了。
系统提示是win10和ubuntu冲突了。。。
不能访问945GB卷
Error mounting /dev/sda4 at /media/pengjinghui/A060B86D60B84BB2: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda4" "/media/pengjinghui/A060B86D60B84BB2"' exited with non-zero exit status 14: Windows is hibernated, refused to mount.
Failed to mount '/dev/sda4': 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.
没安装ntfs-3g 的先安装:
sudo apt-get install ntfs-3g
然后修复挂载试下
sudo ntfsfix /dev/sda4
把windows 10的快速关机功能禁用看看,在电源管理中。