MAN page from RedHat Other dosfsck-0.1-4.i386.rpm
DOSFSCK
Section: MAINTENANCE COMMANDS (8)
Updated: May 11 1993
Index NAME
dosfsck - check and repair MS-DOS file systems
SYNOPSIS
dosfsck[
-aflrtvVw][
-dpath-d...][
-upath-u...]device DESCRIPTION
dosfsckverifies the consistency of MS-DOS file systems and optionally tries torepair them. The following file system problems can be corrected (in thisorder):
- -
- FAT contains invalid cluster numbers. Cluster is changed to EOF.
- -
- File's cluster chain contains a loop. The loop is broken.
- -
- Bad clusters (read errors). The clusters are marked bad and they areremoved from files owning them. This check is optional.
- -
- Directories with a large number of bad entries (probably corrupt). Thedirectory can be dropped.
- -
- Files . and .. are non-directories. They can be dropped or renamed.
- -
- Directories . and .. in root directory. They are dropped.
- -
- Bad file names. They can be renamed.
- -
- Duplicate directory entries. They can be dropped or renamed.
- -
- Directories with non-zero size field. Size is set to zero.
- -
- Directory . does not point to parent directory. The start pointer isadjusted.
- -
- Directory .. does not point to parent of parent directory. The start pointeris adjusted.
- -
- Start cluster number of a file is invalid. The file is truncated.
- -
- File contains bad or free clusters. The file is truncated.
- -
- File's cluster chain is longer than indicated by the size fields. The fileis truncated.
- -
- Two or more files share the same cluster(s). All but one of the files aretruncated. If the file being truncated is a directory file that has alreadybeen read, the file system check is restarted after truncation.
- -
- File's cluster chain is shorter than indicated by the size fields. The fileis truncated.
- -
- Clusters are marked as used but are not owned by a file. They are markedas free.
Additionally, the following problems are detected, but not repaired:
- -
- Invalid parameters in boot sector.
- -
- Absence of . and .. entries in non-root directories
When dosfsck checks a file system, it accumulates all changes in memoryand performs them only after all checks are complete. This can be disabledwith the -w option.
OPTIONS
- -a
- Automatically repair the file system. No user intervention is necessary.Whenever there is more than one method to solve a problem, the leastdestructive approach is used.
- -d
- Drop the specified file. If more that one file with that name exists, thefirst one is dropped.
- -f
- Salvage unused cluster chains to files. By default, unused clusters areadded to the free disk space.
- -l
- List path names of files being processed.
- -r
- Interactively repair the file system. The user is asked for advice wheneverthere is more than one approach to fix an inconsistency.
- -t
- Mark unreadable clusters as bad.
- -u
- Try to undelete the specified file. dosfsck tries to allocate a chainof contiguous unallocated clusters beginning with the start cluster of theundeleted file.
- -v
- Verbose mode. Generates slightly more output.
- -V
- Perform a verification pass. The file system check is repeated after thefirst run. The second pass should never report any fixable errors. It maytake considerably longer than the first pass, because the first pass mayhave generated long list of modifications that have to be scanned for eachdisk read.
- -w
- Write changes to disk immediately.
If -a and -r are absent, the file system is only checked,but not repaired.
EXIT STATUS
- 0
- No recoverable errors have been detected.
- 1
- Recoverable errors have been detected or dosfsck has discovered aninternal inconsistency.
- 2
- Usage error. dosfsck did not access the file system.
BUGS
Does not create . and .. files where necessary. Does not remove entirelyempty directories. Should give more diagnostic messages. Undeleting filesshould use a more sophisticated algorithm.
AUTHOR
Werner Almesberger <almesberAATTbernina.ethz.ch>
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- EXIT STATUS
- BUGS
- AUTHOR
This document was created byman2html,using the manual pages.