系统背景 电脑型号:thinkpad x230i 操作系统:win 8.1 中文版 ubuntu 13.10 双系统运行 问题 描述 在ubuntu系统下 无法 打开win 分区 , 提示 以下信息 unable to access windowserror mounting /dev/sda3 at /media/dany/data: command-line `mount -t ntf
系统背景电脑型号:thinkpad x230i
操作系统:win 8.1 中文版 + ubuntu 13.10 双系统运行
问题描述在ubuntu系统下无法打开win分区,提示以下信息
unable to access windowserror mounting /dev/sda3 at /media/dany/data: command-line `mount -t ntfs -o uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177 /dev/sda3 /media/dany/data' 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/sda3': 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.
问题解决思路win8系统定义了一个快速启动的功能。当此功能启用的时候,win8系统并不是真实完全地关闭计算机,而是进入一个“休眠关闭”的状态,能够在启动时,把上次关机时的备份状态迅速恢复,从而达到快速启动的目的。
所以,在此功能启用的情况下,通过ubuntu系统访问win8系统分区时,提示非完全关闭分区的情况下是无法访问的(pleaseresumeand shutdown windows fully (no hibernation or fastrestarting))
问题解决步骤步骤一,打开win8控制面板,点击“电源选项”按钮
步骤二,选择左侧面板中的电源按钮工作状态选项;
步骤三,点击“更改当前未启用的功能选项”
步骤四,关闭“快速启动”功能
http://askubuntu.com/questions/145902/unable-to-mount-windows-ntfs-filesystem-due-to-hibernation