4/3 - 4/10 기간동안 서버 이전 및 유지보수로 인해 읽기 전용 모드로 운영되며 일시적으로 접속이 되지 않을 수 있습니다.

라즈베리 파이 ntfs 디스크 오류 고치기

이 글은 읽는데 약 2분이 걸립니다.

갑자기 전원이 나가는 등의 오류로 외부 ntfs 디스크가 마운트가 안될 때

sudo apt install ntfs-3g
sudo ntfsfix /dev/sdaX
Mounting volume... $MFTMirr does not match $MFT (record 3).
FAILED
Attempting to correct errors... 
Processing $MFT and $MFTMirr...
Reading $MFT... OK
Reading $MFTMirr... OK
Comparing $MFTMirr to $MFT... FAILED
Correcting differences in $MFTMirr record 3...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/sda1 was processed successfully.

이후 다시 마운트하니 된다.