Sync usage with man page.
[netbsd-mini2440.git] / sbin / fsck_msdos / fsck_msdos.8
blob260471e68eb8af06ca8fa98ae7aa7049add73bfd
1 .\"     $NetBSD: fsck_msdos.8,v 1.14 2003/02/25 10:34:57 wiz Exp $
2 .\"
3 .\" Copyright (C) 1995 Wolfgang Solfrank
4 .\" Copyright (c) 1995 Martin Husemann
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\"
15 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``AS IS'' AND ANY EXPRESS OR
16 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18 .\" IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY DIRECT, INDIRECT,
19 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 .\"
26 .\"
27 .Dd August 13, 1995
28 .Dt FSCK_MSDOS 8
29 .Os
30 .Sh NAME
31 .Nm fsck_msdos
32 .Nd DOS/Windows (FAT) filesystem consistency checker
33 .Sh SYNOPSIS
34 .Nm
35 .Fl p
36 .Op Fl f
37 .Ar filesystem ...
38 .Nm
39 .Op Fl fny
40 .Ar filesystem ...
41 .Sh DESCRIPTION
42 The
43 .Nm
44 utility verifies and repairs
45 .Tn FAT
46 filesystems (more commonly known
48 .Tn DOS
49 filesystems).
50 .Pp
51 The first form of
52 .Nm
53 preens the specified filesystems.
54 It is normally started by
55 .Xr fsck 8
56 run from
57 .Pa /etc/rc
58 during automatic reboot, when a FAT filesystem is detected.
59 When preening file systems,
60 .Nm
61 will fix common inconsistencies non-interactively.
62 If more serious problems are found,
63 .Nm
64 does not try to fix them, indicates that it was not
65 successful, and exits.
66 .Pp
67 The second form of
68 .Nm
69 checks the specified file systems and tries to repair all
70 detected inconsistencies, requesting confirmation before
71 making any changes.
72 .Pp
73 The options are as follows:
74 .Bl -hang -offset indent
75 .It Fl f
76 This option is ignored by
77 .Nm ,
78 and is present only for compatibility with programs that
79 check other file system types for consistency, such as
80 .Xr fsck_ffs 8 .
81 .It Fl n
82 Causes
83 .Nm
84 to assume no as the answer to all operator
85 questions, except
86 .Dq CONTINUE? .
87 .It Fl p
88 Preen the specified filesystems.
89 .It Fl y
90 Causes
91 .Nm
92 to assume yes as the answer to all operator questions.
93 .El
94 .Sh SEE ALSO
95 .Xr fsck 8 ,
96 .Xr fsck_ffs 8 ,
97 .Xr mount_msdos 8
98 .Sh BUGS
99 .Nm
100 is still under construction.