Index ¦ Archives ¦ Atom

ubuntu打不开磁盘错误修复

错误:

Error mounting /dev/sda2 at /media/cici/5C70BCDA70BCBC58: Command-line `mount -t “ntfs” -o “uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177” “/dev/sda2” “/media/cici/5C70BCDA70BCBC58”’ exited with non-zero exit status 14: Windows is hibernated, refused to mount.

Failed to mount ‘/dev/sda2’: 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 .打开终端:如果没有安装ntfs-3g就要安装:

sudo apt-get install ntfs-3g

2 .修复挂载错误的相应的分区如提示中的/dev/sda8,输入:

sudo ntfsfix /dev/sda8

3 .回车就可以了。

© Ivesein. Built using Pelican. Theme by Giulio Fidente on github.