Grey,
Do u know of any utility for checking an external ntfs hd for errors from a Puppy, Slacko 7.0 in particular or else?
How to check external NTFS drive for errors with Slacko?
Moderator: Forum moderators
Re: Fossapup User Contributed Packages
BionicPup64 has ntfsfix
You can find the device name for the external drive by typing fdisk -l
It might be sdb2 or sdb1 or sdc2 or ...
You can check for file system errors without fixing anything by typing (use the correct device name):
ntfsfix -n /dev/sdb2
You can automatically repair errors by typing:
ntfsfix /dev/sdb2
ntfsfix is not as capable as Windows chkdsk.exe.
it would be better to use ms Windows to fix the file system.
There are no guarantees using ntfsfix.