---
title: "Ubuntu : ntfsfix ( chkdsk sous Windows) pour fixer les problèmes NFTS sous Ubuntu."
url: https://www.cyber-neurones.org/2020/05/ubuntu-ntfsfix-chkdsk-sous-windows-pour-fixer-les-problemes-nfts-sous-ubuntu/
date: 2020-05-06
modified: 2020-05-06
author: "Frederic"
description: "Voici un petit exemple pour fixer les problèmes NTFS sous Ubuntu : $ sudo mount /dev/sdc2 /media/usb-drive/ $MFTMirr does not match $MFT (record 0). Failed to mount '/dev/sdc2': Input/output error..."
categories:
  - "Ubuntu"
tags:
  - "NTFS"
  - "Ubuntu"
word_count: 179
---

# Ubuntu : ntfsfix ( chkdsk sous Windows) pour fixer les problèmes NFTS sous Ubuntu.

Voici un petit exemple pour fixer les problèmes NTFS sous Ubuntu :
**$ sudo mount /dev/sdc2 /media/usb-drive/**
$MFTMirr does not match $MFT (record 0).
Failed to mount '/dev/sdc2': 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.

$ **sudo ntfsfix /dev/sdc2**
Mounting volume... $MFTMirr does not match $MFT (record 0).
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 0...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/sdc2 was processed successfully.
$ **sudo mount /dev/sdc2 /media/usb-drive/**
$