Skip to content

Commit 77f7f06

Browse files
committed
Introduce ntfsfix command under Linux
1 parent dc17b7f commit 77f7f06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

repairing_filesystem.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ fsck starts a filesystem specific command, in example for ext4, it run `fsck.ext
2929
If you need a fine grained repair, you should read the man page of the command related to the filesystem you want to repair, i.e. `man fsck.ext4`.
3030
If some files or directories are missing, remember to check the `lost+found` directory at the root of this filesystem.
3131

32+
`ntfsfix` can be used to repair NTFS filesystem followed by Windows `chkdsk` . Note that it resets the NTFS journal file, so it should be used only if Windows failed to repair the filesystem.
33+
3234
Repairing filesystems from macOS
3335
--------------------------------
3436
To check an external drive,

0 commit comments

Comments
 (0)