状况
在Ubuntu进入NTFS分区出现问题,无法进入。
不能访问 新加卷
Error mounting /dev/sda8 at /media/zhuxiaoxi/新加卷: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000" "/dev/sda8" "/media/zhuxiaoxi/新加卷"' 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/sda8': 不允许的操作
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.
原因
在Ubuntu中原生支持NTFS分区都读写,出现这种情况是由于Windows系统没有正常都被关闭,包括强制关机、睡眠、休眠等情况。
解决方法
进入Windows当中正常关闭,再进入Ubuntu中即可解决。]
更多Ubuntu相关信息见Ubuntu 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=2
本文永久更新链接地址:http://www.linuxidc.com/Linux/2017-10/147753.htm