How to fsck an NTFS Drive in Linux

fscklinuxntfs

Is there a way to fsck/chkdsk an NTFS drive from Linux?

Best Answer

Yes. This was handled by fsck on some releases. If the partition is not listed in /etc/fstab, then you will likely need to tell it the partition type. I've used this from a Linux CD to recover a partition Windows wouldn't boot from.

Based on the comments below, the actual fixing is done by the ntfsfix program. It should be available, even if there is no program to run a fsck on and NTFS file system.

Related Question