fstab 저장해서 잘 마운트 되던 ntfs 파티션이 부팅 시 마운트 되지 않았다.
수동으로 터미널에서 마운트 하니 아래와 같은 에러 메시지가 나온다.
laptop root # mount -t ntfs /dev/sdb2 /media/hdd_ntfs/
Windows is hibernated, refused to mount.
Failed to mount '/dev/sdb2': 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.
검색하여 보니 나같은 사람이 있었다.
I cannot mount Windows 8 partition disk on Ubuntu 12.10.
My Windows 8 is installed on "C" partition, and I have another "D" partition.
I can easily mount "D" partition, see files and make changes on them.
Actually I also have a problem with this: when I copy a file from ubuntu to "D", I cannot see this file on Windows 8.
My main problem is when I try to mount "C" partition I get this:
Unable to mount 121 GB Volume
Error mounting /dev/sda3 at /media/furkan/06DEC78FDEC77589: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda3" "/media/furkan/06DEC78FDEC77589"' exited with non-zero exit status 14: Windows is hibernated, refused to mount. Failed to mount '/dev/sda3': Operation not permitted The NTFS partition is hibernated. Please resume and shutdown Windows properly, or mount the volume read-only with the 'ro' mount option, or mount the volume read-write with the 'remove_hiberfile' mount option. For example type on the command line:
mount -t ntfs-3g -o remove_hiberfile /dev/sda3 /media/furkan/06DEC78FDEC77589
해결 방법은 간단했다. 윈도우로 부팅 해서 커맨드 명령어로 종료하면 되었다.
Windows 8 uses hybrid shutdown by default. It means that it will just close most applications and hibernate to start faster next time. And hibernated Windows partitions can't be mounted.
There are few solutions:
- disable hybrid shutdown completely
- shutdown Windows from command line (or simply by typing on the Start screen, or with a shortcut to this command):
shutdown /s /t 0
- reboot to Ubuntu - reboot is always using complete shutdown