Expand description
NTFS repair. ntfsfix -d unmounts the volume, clears the dirty
flag and runs a light chkdsk-like pass. fsck_ntfs is a heavier
alternative.
Structs§
- FixOptions
- Options for
fix.
Enums§
- FixTool
- Which fix tool to use.
Functions§
- fix
- Run a repair pass on
vol. - fix_
with_ opts - Run a repair pass with explicit options.