Angry_Ants 2015-08-02 12:20 采纳率: 0%
浏览 2137

关于ubuntu硬盘挂载不了的问题。。求大神帮帮忙

我装的是win10和ubuntu14.04双系统,之前是可以访问硬盘的,但是现在访问不了。
系统提示是win10和ubuntu冲突了。。。
不能访问945GB卷
Error mounting /dev/sda4 at /media/pengjinghui/A060B86D60B84BB2: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda4" "/media/pengjinghui/A060B86D60B84BB2"' exited with non-zero exit status 14: Windows is hibernated, 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.

  • 写回答

2条回答 默认 最新

  • _涵月 2015-08-02 12:33
    关注

    没安装ntfs-3g 的先安装:
    sudo apt-get install ntfs-3g
    然后修复挂载试下
    sudo ntfsfix /dev/sda4

    评论

报告相同问题?