현재 UEFI바이오스에 윈8, 우분투 듀얼부팅이구요…
GUI 상태에서 윈도우가 설치된 하드 볼륨 클릭하면
‘201 GB 볼륨’에 접근할 수 없습니다
Error mounting /dev/sda4 at /media/damin/E25AEF135AEEE2F11: Command-line `mount -t "ntfs" -o "uhelper=udisks2,nodev,nosuid,uid=1000,gid=1000,dmask=0077,fmask=0177" "/dev/sda4" "/media/damin/E25AEF135AEEE2F11"’ 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.
라고 뜹니다. 구글링으로 해봤던 방법은
[code:3icnbnvm]sudo mkdir -p /media/damin/E25AEF135AEEE2F1
sudo mount -t ntfs-3g-o /dev/sda4 /media/damin/E25AEF135AEEE2F1
[/code:3icnbnvm]
인데요…
Windows is hibernated, refused to mount.
Failed to mount ‘/dev/sda4’: 명령을 허용하지 않음
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.
라고 여전히 에러가 뜹니다.
초보라 뭐가 뭔지 모르겠네요 ㅠㅠ
윈도우를 다시 깔려고 해봐도 설치단계에서 아예 원도우가 설치됬던 하드가 검색이 안됩니다.
어찌해야할까요…