出现如下错误:
Error mounting /dev/sda8 at /media/fzh/System: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda8" "/media/fzh/System"' exited with non-zero exit status 14: Windows is hibernated, 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.
解决办法:
1、打开终端:如果没有安装ntfs-3g就要安装:sudo apt-get install ntfs-3g
2、修复挂载错误的相应的分区如提示中的/dev/sda8,输入:
sudo ntfsfix /dev/sda8
回车就可以了。