~ubuntu-branches/ubuntu/edgy/e2fsprogs/edgy-security

« back to all changes in this revision

Viewing changes to misc/fsck.8.in

  • Committer: Bazaar Package Importer
  • Author(s): Tollef Fog Heen
  • Date: 2005-08-23 10:42:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050823104210-t15igvmgrkzea0dq
Tags: 1.38-2ubuntu1
* Merge with Debian.  (Ubuntu #13757)
* Remove tests/f_bad_disconnected_inode/image.gz to be able to build the
  package.  This will (hopefully) be in the next upstream version and is
  just used for testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
.SH SYNOPSIS
9
9
.B fsck
10
10
[
11
 
.B \-sACVRTNP
 
11
.B \-sAVRTNP
 
12
]
 
13
[
 
14
.B \-C
 
15
[
 
16
.I fd
 
17
]
12
18
]
13
19
[
14
20
.B \-t
30
36
UUID=8868abf6-88c5-4a83-98b8-bfc24057f7bd or LABEL=root).  
31
37
Normally, the 
32
38
.B fsck 
33
 
program will try to run filesystems on different physical disk drives 
34
 
in parallel to reduce total amount time to check all of the filesystems.
 
39
program will try to handle filesystems on different physical disk drives 
 
40
in parallel to reduce the total amount of time needed to check all of the
 
41
filesystems.
35
42
.PP
36
43
If no filesystems are specified on the command line, and the 
37
44
.B \-A 
39
46
.B fsck
40
47
will default to checking filesystems in
41
48
.B /etc/fstab
42
 
serial.  This is equivalent to the 
 
49
serially.  This is equivalent to the 
43
50
.B \-As
44
51
options.
45
52
.PP
121
128
.I fslist
122
129
will be checked.
123
130
.sp
124
 
Options specifiers may be included in the comma separated
 
131
Options specifiers may be included in the comma-separated
125
132
.IR fslist .
126
133
They must have the format 
127
134
.BI opts= fs-option\fR.
179
186
file and try to check all file systems in one run.  This option is
180
187
typically used from the
181
188
.I /etc/rc
182
 
system initalization file, instead of multiple commands for checking
 
189
system initialization file, instead of multiple commands for checking
183
190
a single file system.
184
191
.sp
185
192
The root filesystem will be checked first unless the
207
214
files is to set the root filesystem to have a 
208
215
.I fs_passno
209
216
value of 1
210
 
and to set all filesystems to have a
 
217
and to set all other filesystems to have a
211
218
.I fs_passno
212
219
value of 2.  This will allow
213
220
.B fsck
218
225
machine in question is short on memory so that
219
226
excessive paging is a concern.
220
227
.TP
221
 
.B \-C
222
 
Display completion/progress bars for those filesystems checkers (currently
223
 
only for ext2) which support them.   Fsck will manage the filesystem checkers
224
 
so that only one of them will display a progress bar at a time.
 
228
.B \-C\fR [ \fI "fd" \fR ]
 
229
Display completion/progress bars for those filesystem checkers (currently 
 
230
only for ext2 and ext3) which support them.   Fsck will manage the
 
231
filesystem checkers so that only one of them will display  
 
232
a progress bar at a time.  GUI front-ends may specify a file descriptor
 
233
.IR fd ,
 
234
in which case the progress bar information will be sent to that file descriptor.
225
235
.TP
226
236
.B \-N
227
237
Don't execute, just show what would be done.
379
389
This environment variable allows the system administrator 
380
390
to override the standard location of the 
381
391
.B /etc/fstab
382
 
file.  It is also use for developers who are testing
 
392
file.  It is also useful for developers who are testing
383
393
.BR fsck .
384
394
.SH SEE ALSO
385
395
.BR fstab (5),