Click on any of the 687 commands below to get a description and list of available options. All links in the command summaries point to the online version of the book on Safari Bookshelf.
System administration command. Similar to fsck, but specifically intended for MS-DOS filesystems. When checking an MS-DOS filesystem, fsck calls this command. Normally dosfsck stores all changes in memory, then writes them when checks are complete.
Options
-a
Automatically repair the system; do not prompt the user.
-dfile
Drop the named file from the file allocation table. Force checking, even if kernel has already marked the filesystem as valid. dosfsck will normally exit without checking if the system appears to be clean.
-f
Save unused cluster chains to files.
-l
List pathnames of files being processed.
-r
Repair the system, prompting user for advice.
-t
Mark unreadable clusters as bad.
-ufile
Attempt to undelete the named file.
-v
Verbose mode.
-w
Write changes to disk immediately.
-y
When queried, answer "yes."
-A
Filesystem is an Atari version of MS-DOS.
-V
Repeat test to verify all errors have been corrected.