관리 메뉴

김가연 | makeAppsGreat

[Ubuntu 16.04]Ubuntu에 NTFS로 저장된 하드 mount 본문

Linux/Ubuntu 16.04

[Ubuntu 16.04]Ubuntu에 NTFS로 저장된 하드 mount

makeAppsGreat 2017. 3. 24. 19:34



설정 완료 후 정상적으로 인식되고 사용가능하다.




우분투 간단한 설정을 마친 후


기존에 윈도우에서 사용하던 파일을 읽으려고 했으나


다음과 같은 오류가 나오면서 확인할 수 없었다.




Unable to access "~"


Error mounting ~ at ~: Command-line 'mount -t "ntfs" -o "~" "~" "~"'


exited with non-zero exit status 14: The disk contains an unclean file system (0, 0).


Metadata kept in Windows cache, refused to mount.


Failed to mount '~': 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


(~는 사용자 환경에 따라서 다름)




오류 메시지를 조금씩 검색하면서


Ubuntu Documentation(https://help.ubuntu.com/)을 알게 되었고


여기서 해결방법을 찾을 수 있었다.


→ MountingWindowsPartitions - Community Help Wiki

(https://help.ubuntu.com/community/MountingWindowsPartitions)




해결 과정 및 결과






'Linux > Ubuntu 16.04' 카테고리의 다른 글

[Ubuntu 16.04]노트북 절전모드 끄기  (0) 2017.03.29
[Ubuntu 16.04]시작  (0) 2017.03.24
Comments