ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • 민트19.2 NTFS 파티션 하드가 마운트 되지 않을 때
    카테고리 없음 2019. 12. 5. 17:44
    반응형

    윈도우와 리눅스를 멀티 부팅으로 사용할 때 공용으로 사용하는 ntfs 포맷된 하드가 인식되지 않을 때가 있습니다.

    이때 해결 방법입니다.

    sudo fdisk -l

    ntfsfix /하드 위치

    ex)

    sudo ntfsfix /dev/sda2
    Mounting volume... The disk contains an unclean file system (0, 0).
    Metadata kept in Windows cache, refused to mount.
    FAILED
    Attempting to correct errors... 
    Processing $MFT and $MFTMirr...
    Reading $MFT... OK
    Reading $MFTMirr... OK
    Comparing $MFTMirr to $MFT... OK
    Processing of $MFT and $MFTMirr completed successfully.
    Setting required flags on partition... OK
    Going to empty the journal ($LogFile)... OK
    Checking the alternate boot sector... OK
    NTFS volume version is 3.1.
    NTFS partition /dev/sda2 was processed successfully.

    완료 됐다는 메시지와 함께 다시 마운트 하면 접속되지 않던 하드가 접속되는 것을 알 수 있습니다.

    반응형

    댓글

Designed by Tistory.