최대 절전 모드로 인해 Windows (NTFS) 파일 시스템을 마운트 할 수 없음 및 최대 절전 모드 NTFS 파티션을 마운트하는 방법 과 같은 질문을 살펴 보았습니다 . 그리고 그들은 모두 할 수없는 "부팅 창으로"라고 말합니다. 그런 다음 많은주의를 기울인 후에 옵션 remove_hiberfile
이 제안됩니다. 나는 그 옵션을 좋아할 것입니다. 내가 연 프로그램이나 그 데이터에 대해서는 신경 쓰지 않습니다. Windows 파티션은 / dev / sda5에 있으므로 실행했습니다.
sudo mount /dev/sda5 /mnt/win
나중에 읽어야 할 것들 ...
sudo mount -t ntfs-3g -o remove_hiberfile /dev/sda5 /mnt/win
sudo mount -t ntfs-3g -o debug,remove_hiberfile /dev/sda5 /mnt/win
아직 운이 없다. 등이있어 remove_hiberfile
옵션이 인식되지 않는 I이 옵션을 사용하려고 할 때 오류가 발생하지 않기 때문에, remove_hiberfile3ejeiofe
오히려 같은 메시지 만.
이것은 위의 모든 명령의 결과로 주어진 메시지입니다 (디버그 추가로 아무것도 변경되지 않았습니다).
The disk contains an unclean file system (0, 0).
Metadata kept in Windows cache, refused to mount.
Failed to mount '/dev/sda5': 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.
읽기 전용으로 마운트 할 수는 있지만별로 도움이되지 않습니다.
fsck: fsck.ntfs: not found
sudo ntfsck /dev/sda5
준 Unsupported: replay_log() Volume is dirty. Unsupported: check_volume() Checking 381952 MFT records. Unsupported cases found.
fsck /dev/sda5
디스크에 오류가 있는지 확인하려면 명령을 시도 하십시오.