Hacker News new | ask | show | jobs
NTFS-recover – NTFS data recovery when the MFT is corrupted (github.com)
4 points by mjgil 37 days ago
2 comments

This looks promising. Any chance of adding some CHKDSK-like functionality for general purpose filesystem repair? Like file/metadata corruption resulting from power loss or improper dismounting.

The current tools for fixing NTFS filesystems in Linux are less than ideal, but it seems like your tool is almost there (but designed to handle extreme case, instead of the simple ones).

Fixed now. Thanks!