프로그램/Linux / / 2013. 9. 7. 03:46

리눅스 ntfs-3g 사용하여 ntfs 외장하드 연결 오류 해결 하기

반응형

리눅스에 ntfs 외장하드 연결할려고 하는데 아래와 같이 오류가 발생할시.

당연히 ntfs-3g를 설치하고 시도를 하고 아래와 같이 오류가 났을것이다.

ntfs_mst_post_read_fixup: Invalid argument
Record 0 has no FILE magic (0x0)
Failed to load $MFT: Input/output error
Failed to mount '/dev/sda2': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.


해결방법

apt-get install ntfsprogs 

ntfsfix /dev/sdb1 (외장하드 위치)


를 해주고 


mount -t ntfs-3g /dev/sdb1 /ntfs_disk


해주면 ntfs_disk 에 마운트가 된다.

반응형
  • 네이버 블로그 공유
  • 네이버 밴드 공유
  • 페이스북 공유
  • 카카오스토리 공유