Ubuntu 无法访问 win8 分区问题。 提示 Unable to access "
程序员文章站
2022-06-12 11:48:31
...
系统背景 电脑型号: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 "WINDOWS" Error 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 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.
问题解决思路
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