现在的问题是:只要我启动过win10,打开过分区磁盘,回到linux下就无法挂在nfts分区。错误提示如下:
代码: 全选
Error mounting /dev/sda4 at /media/jerry/system: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda4" "/media/jerry/system"' 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/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.
1、关闭win10的快速启动----已经关闭
2、在win10上执行 powercfg /h off -----已经执行
3、关闭win10,再按电源键开机,进入linux ----这样进入还是无法挂在ntfs分区
暂时的解决办法:
在linux下执行: ntfsfix /dev/sda4,然后再挂载即可成功。
问题是,这样实在太麻烦了,虽然我用win比较少,但是也不能每次从win换到linux都要fix一下吧,而且win还要求必须关机,不能是通过重启来进入linux。
请问有没有其他办法能解决这个问题呢?win10真是太麻烦了 :(
谢谢