Pernahkah sahabat mengalami gagal mounting (automount) Harddisk eksternal pada Ubuntu? Saya pernah mengalaminya, yakni ketika pertama kali memasang HDD eksternal baru pada Ubuntu 12.04. Pesan error yang muncul adalah sebagai berikut : $MFTMirr does not match $MFT (record 0).Failed to mount '/dev/sdb1': Input/output errorNTFS is either inconsistent, or there is a hardware fault, or it's aSoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windowsthen reboot into Windows twice. The usage of the /f parameter is veryimportant! If the device is a SoftRAID/FakeRAID then first activateit and mount a different device under the /dev/mapper/ directory, (e.g./dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation Setelah googling saya menemukan solusi dengan menjalankan perintah berikut: sudo ntfsfix /dev/sdb1 atau sudo ntfsfix /dev/[path-to-hdd] Silahkan ganti [path-to-hdd] dengan lokasi mount HDD eksternal kita, yang bisa dilihat dengan...
~ Where being fanatic can be fun ~ Java, Linux-Ubuntu, PostgreSQL