Solucionado el error "$MFTMirr does not match $MFT (record 0)." al montar una partición NTFS

Si intentamos montar un disco o partición en NTFS, el formato que utiliza Windows, que no ha sido desconectada “de forma segura”, es posible que no podamos montarla y que recibamos el siguiente error: $ sudo mount -t ntfs-3g /dev/sdb1 /media/ntfs $MFTMirr does not match $MFT (record 0). Failed to mount '/dev/sdb1': Error de entrada/salida 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. Incluso si utilizamos el parámetro -o force nos sigue devolviendo el mismo error. ...

September 6, 2012 · 2 min · 281 palabras · Nacho Cano