Whamcloud - gitweb
e2fsck: add Lustre lfsck tool
[tools/e2fsprogs.git] / e2fsck / e2fsck.8.in
1 .\" -*- nroff -*-
2 .\" Copyright 1993, 1994, 1995 by Theodore Ts'o.  All Rights Reserved.
3 .\" This file may be copied under the terms of the GNU Public License.
4 .\" 
5 .TH E2FSCK 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
6 .SH NAME
7 e2fsck \- check a Linux ext2/ext3/ext4 file system
8 .SH SYNOPSIS
9 .B e2fsck
10 [
11 .B \-pacnyrdfkvtDFV
12 ]
13 [
14 .B \-b
15 .I superblock
16 ]
17 [
18 .B \-B
19 .I blocksize
20 ]
21 [
22 .BR \-l | \-L
23 .I bad_blocks_file
24 ]
25 [
26 .B \-C
27 .I fd
28 ]
29 @JDEV@[
30 @JDEV@.B \-j
31 @JDEV@.I external-journal
32 @JDEV@]
33 [
34 .B \-E
35 .I extended_options
36 ]
37 .I device
38 .SH DESCRIPTION
39 .B e2fsck
40 is used to check the ext2/ext3/ext4 family of file systems.   
41 For ext3 and ext4 filesystems that use a journal, if the system has been
42 shut down uncleanly without any errors, normally, after replaying the
43 committed transactions  in the journal, the file system should be
44 marked as clean.   Hence, for filesystems that use journalling,
45 .B e2fsck
46 will normally replay the journal and exit, unless its superblock
47 indicates that further checking is required.
48 .PP
49 .I device
50 is the device file where the filesystem is stored (e.g.
51 .IR /dev/hdc1 ).
52 .PP
53 Note that in general it is not safe to run
54 .B e2fsck
55 on mounted filesystems.  The only exception is if the
56 .B \-n
57 option is specified, and 
58 .BR \-c , 
59 .BR \-l ,
60 or
61 .B -L
62 options are 
63 .I not
64 specified.   However, even if it is safe to do so, the results printed by
65 .B e2fsck
66 are not valid if the filesystem is mounted.   If 
67 .B e2fsck
68 asks whether or not you should check a filesystem which is mounted, 
69 the only correct answer is ``no''.  Only experts who really know what
70 they are doing should consider answering this question in any other way.
71 .SH OPTIONS
72 .TP
73 .B \-a 
74 This option does the same thing as the 
75 .B \-p
76 option.  It is provided for backwards compatibility only; it is
77 suggested that people use 
78 .B \-p 
79 option whenever possible.
80 .TP
81 .BI \-b " superblock"
82 Instead of using the normal superblock, use an alternative superblock
83 specified by 
84 .IR superblock .
85 This option is normally used when the primary superblock has been
86 corrupted.  The location of the backup superblock is dependent on the
87 filesystem's blocksize.  For filesystems with 1k blocksizes, a backup
88 superblock can be found at block 8193; for filesystems with 2k
89 blocksizes, at block 16384; and for 4k blocksizes, at block 32768.  
90 .IP
91 Additional backup superblocks can be determined by using the 
92 .B mke2fs 
93 program using the 
94 .B \-n
95 option to print out where the superblocks were created.   The 
96 .B \-b 
97 option to 
98 .BR mke2fs ,
99 which specifies blocksize of the filesystem must be specified in order
100 for the superblock locations that are printed out to be accurate.
101 .IP
102 If an alternative superblock is specified and  
103 the filesystem is not opened read-only, e2fsck will make sure that the
104 primary superblock is updated appropriately upon completion of the 
105 filesystem check.
106 .TP
107 .BI \-B " blocksize"
108 Normally, 
109 .B e2fsck
110 will search for the superblock at various different
111 block sizes in an attempt to find the appropriate block size.
112 This search can be fooled in some cases.  This option forces 
113 .B e2fsck
114 to only try locating the superblock at a particular blocksize.
115 If the superblock is not found, 
116 .B e2fsck 
117 will terminate with a fatal error.
118 .TP
119 .B \-c
120 This option causes 
121 .B e2fsck 
122 to use 
123 .BR badblocks (8)
124 program to do a read-only scan of the device in order to find any bad
125 blocks.  If any bad blocks are found, they are added to the bad block
126 inode to prevent them from being allocated to a file or directory.  If
127 this option is specified twice, then the bad block scan will be done
128 using a non-destructive read-write test.
129 .TP
130 .BI \-C " fd"
131 This option causes
132 .B e2fsck
133 to write completion information to the specified file descriptor 
134 so that the progress of the filesystem 
135 check can be monitored.  This option is typically used by programs 
136 which are running
137 .BR e2fsck .
138 If the file descriptor number is negative, then absolute value of
139 the file descriptor will be used, and the progress information will be
140 suppressed initially.  It can later be enabled by sending the
141 .B e2fsck
142 process a SIGUSR1 signal.
143 If the file descriptor specified is 0, 
144 .B e2fsck
145 will print a completion bar as it goes about its business.  This requires
146 that e2fsck is running on a video console or terminal.
147 .TP
148 .B \-d
149 Print debugging output (useless unless you are debugging
150 .BR e2fsck ).
151 .TP
152 .B \-D
153 Optimize directories in filesystem.  This option causes e2fsck to
154 try to optimize all directories, either by reindexing them if the
155 filesystem supports directory indexing,  or by sorting and compressing
156 directories for smaller directories, or for filesystems using
157 traditional linear directories.
158 .IP
159 Even without the
160 .B \-D
161 option,
162 .B e2fsck
163 may sometimes optimize a few directories --- for example, if
164 directory indexing is enabled and a directory is not indexed and would
165 benefit from being indexed, or if the index structures are corrupted
166 and need to be rebuilt.  The
167 .B \-D
168 option forces all directories in the filesystem to be optimized.  This can
169 sometimes make them a little smaller and slightly faster to search, but
170 in practice, you should rarely need to use this option.
171 .IP
172 The
173 .B \-D
174 option will detect directory entries with duplicate names in a single
175 directory, which e2fsck normally does not enforce for performance reasons.
176 .TP
177 .BI \-E " extended_options"
178 Set e2fsck extended options.  Extended options are comma
179 separated, and may take an argument using the equals ('=') sign.  The 
180 following options are supported:
181 .RS 1.2i
182 .TP
183 .BI clone= dup|zero
184 Resolve files with shared blocks in pass 1D by giving each file a private
185 copy of the blocks (dup);
186 or replacing the shared blocks with private, zero-filled blocks (zero).
187 The default is dup.
188 .TP
189 .BI shared= preserve|lost+found|delete
190 Files with shared blocks discovered in pass 1D are cloned and then left
191 in place (preserve);
192 cloned and then disconnected from their parent directory,
193 then reconnected to /lost+found in pass 3 (lost+found);
194 or simply deleted (delete).  The default is preserve.
195 .TP
196 .BI ea_ver= extended_attribute_version
197 Set the version of the extended attribute blocks which
198 .B e2fsck
199 will require while checking the filesystem.  The version number may 
200 be 1 or 2.  The default extended attribute version format is 2.
201 .TP
202 .BI journal_only
203 Only replay the journal if required, but do not perform any further checks
204 or repairs.
205 .TP
206 .BI inode_badness_threshold= threshold_value
207 A badness counter is associated with every inode, which determines the degree
208 of inode corruption. Each error found in the inode will increase the badness by
209 1 or 2, and inodes with a badness at or above
210 .I threshold_value
211 will be prompted for deletion. The default
212 .I threshold_value
213 is 7.
214 .TP
215 .BI fragcheck
216 During pass 1, print a detailed report of any discontiguous blocks for
217 files in the filesystem.
218 .TP
219 .BI discard
220 Attempt to discard free blocks and unused inode blocks after the full
221 filesystem check (discarding blocks is useful on solid state devices and sparse
222 / thin-provisioned storage). Note that discard is done in pass 5 AFTER the
223 filesystem has been fully checked and only if it does not contain recognizable
224 errors. However there might be cases where
225 .B e2fsck
226 does not fully recognise a problem and hence in this case this
227 option may prevent you from further manual data recovery.
228 .TP
229 .BI nodiscard
230 Do not attempt to discard free blocks and unused inode blocks. This option is
231 exactly the opposite of discard option. This is set as default.
232 .RE
233 .TP
234 .B \-f
235 Force checking even if the file system seems clean.
236 .TP
237 .B \-F
238 Flush the filesystem device's buffer caches before beginning.  Only
239 really useful for doing 
240 .B e2fsck 
241 time trials.
242 @JDEV@.TP
243 @JDEV@.BI \-j " external-journal"
244 @JDEV@Set the pathname where the external-journal for this filesystem can be
245 @JDEV@found.
246 .TP
247 .BI \-k
248 When combined with the 
249 .B \-c
250 option, any existing bad blocks in the bad blocks list are preserved,
251 and any new bad blocks found by running
252 .BR badblocks (8) 
253 will be added to the existing bad blocks list.
254 .TP
255 .BI \-l " filename"
256 Add the block numbers listed in the file specified by 
257 .I filename
258 to the list of bad blocks.  The format of this file is the same as the
259 one generated by the 
260 .BR badblocks (8)
261 program.  Note that the block numbers are based on the blocksize
262 of the filesystem.  Hence, 
263 .BR badblocks (8)
264 must be given the blocksize of the filesystem in order to obtain correct
265 results.  As a result, it is much simpler and safer to use the 
266 .B -c
267 option to 
268 .BR e2fsck ,
269 since it will assure that the correct parameters are passed to the
270 .B badblocks
271 program.
272 .TP
273 .BI \-L " filename"
274 Set the bad blocks list to be the list of blocks specified by 
275 .IR filename .
276 (This option is the same as the 
277 .B \-l
278 option, except the bad blocks list is cleared before the blocks listed
279 in the file are added to the bad blocks list.)
280 .TP
281 .B \-n
282 Open the filesystem read-only, and assume an answer of `no' to all
283 questions.  Allows
284 .B e2fsck
285 to be used non-interactively.  This option
286 may not be specified at the same time as the 
287 .B \-p
288 or
289 .B \-y
290 options.
291 .TP
292 .B \-p
293 Automatically repair ("preen") the file system.  This option will cause
294 .B e2fsck
295 to automatically
296 fix any filesystem problems that can be safely fixed without human
297 intervention.  If 
298 .B e2fsck
299 discovers a problem which may require the system administrator
300 to take additional corrective action, 
301 .B e2fsck
302 will print a description of the problem and then exit with the value 4
303 logically or'ed into the exit code.  (See the \fBEXIT CODE\fR section.)
304 This option is normally used by the system's boot scripts.  It may not 
305 be specified at the same time as the
306 .B \-n
307 or
308 .B \-y
309 options.
310 .TP
311 .B \-r
312 This option does nothing at all; it is provided only for backwards
313 compatibility.
314 .TP
315 .B \-t
316 Print timing statistics for
317 .BR e2fsck .
318 If this option is used twice, additional timing statistics are printed
319 on a pass by pass basis.
320 .TP
321 .B \-v
322 Verbose mode.
323 .TP
324 .B \-V
325 Print version information and exit.
326 .TP
327 .B \-y
328 Assume an answer of `yes' to all questions; allows 
329 .B e2fsck
330 to be used non-interactively.  This option
331 may not be specified at the same time as the 
332 .B \-n
333 or
334 .B \-p
335 options.
336 @LFSCK_MAN@.TP
337 @LFSCK_MAN@.BI \-\-mdsdb " mds_database_filename"
338 @LFSCK_MAN@Specify which file to use for an MDS database on a Lustre filesystem.
339 @LFSCK_MAN@The mdsdb also needs to be specified when creating an OST database with
340 @LFSCK_MAN@.B \-\-ostdb
341 @LFSCK_MAN@but the mdsdb file used in a read-only manner.
342 @LFSCK_MAN@.TP
343 @LFSCK_MAN@.BI \-\-ostdb " ostN_database_filename"
344 @LFSCK_MAN@Specify which file to use for an OST database on a Lustre filesystem.
345 @LFSCK_MAN@A separate database file should be specified for each OST device in
346 @LFSCK_MAN@the filesystem.  For convenience a stub
347 @LFSCK_MAN@.BR mdsdb .hdr
348 @LFSCK_MAN@file is generated for use by the OST e2fsck to avoid the need to
349 @LFSCK_MAN@wait for the MDS e2fsck to finish or copy the full mdsdb to the OSTs.
350 .SH EXIT CODE
351 The exit code returned by
352 .B e2fsck
353 is the sum of the following conditions:
354 .br
355 \       0\      \-\ No errors
356 .br
357 \       1\      \-\ File system errors corrected
358 .br
359 \       2\      \-\ File system errors corrected, system should
360 .br
361 \       \       \ \ be rebooted
362 .br
363 \       4\      \-\ File system errors left uncorrected
364 .br
365 \       8\      \-\ Operational error
366 .br
367 \       16\     \-\ Usage or syntax error
368 .br
369 \       32\     \-\ E2fsck canceled by user request
370 .br
371 \       128\    \-\ Shared library error
372 .br
373 .SH SIGNALS
374 The following signals have the following effect when sent to 
375 .BR e2fsck .
376 .TP
377 .B SIGUSR1
378 This signal causes
379 .B e2fsck
380 to start displaying a completion bar or emitting progress information.  
381 (See discussion of the 
382 .B \-C
383 option.)
384 .TP
385 .B SIGUSR2
386 This signal causes
387 .B e2fsck 
388 to stop displaying a completion bar or emitting progress information.
389 .SH REPORTING BUGS
390 Almost any piece of software will have bugs.  If you manage to find a
391 filesystem which causes 
392 .B e2fsck
393 to crash, or which 
394 .B e2fsck
395 is unable to repair, please report it to the author.
396 .PP
397 Please include as much information as possible in your bug report.
398 Ideally, include a complete transcript of the
399 .B e2fsck
400 run, so I can see exactly what error messages are displayed.  (Make sure
401 the messages printed by 
402 .B e2fsck 
403 are in English; if your system has been
404 configured so that 
405 .BR e2fsck 's
406 messages have been translated into another language, please set the the
407 .B LC_ALL
408 environment variable to
409 .B C
410 so that the transcript of e2fsck's output will be useful to me.)
411 If you
412 have a writable filesystem where the transcript can be stored, the 
413 .BR script (1)
414 program is a handy way to save the output of
415 .B e2fsck
416 to a file.
417 .PP
418 It is also useful to send the output of 
419 .BR dumpe2fs (8).
420 If a specific inode or inodes seems to be giving 
421 .B e2fsck 
422 trouble, try running the
423 .BR debugfs (8)
424 command and send the output of the 
425 .BR stat (1u)
426 command run on the relevant inode(s).  If the inode is a directory, the 
427 .B debugfs
428 .I dump
429 command will allow you to extract the contents of the directory inode,
430 which can sent to me after being first run through
431 .BR uuencode (1).  
432 The most useful data you can send to help reproduce
433 the bug is a compressed raw image dump of the filesystem, generated using
434 .BR e2image (8).
435 See the 
436 .BR e2image (8)
437 man page for more details.
438 .PP
439 Always include the full version string which 
440 .B e2fsck
441 displays when it is run, so I know which version you are running.
442 .SH AUTHOR
443 This version of 
444 .B e2fsck
445 was written by Theodore Ts'o <tytso@mit.edu>.
446 .SH SEE ALSO
447 .BR e2fsck.conf (5),
448 .BR badblocks (8),
449 .BR dumpe2fs (8),
450 .BR debugfs (8),
451 .BR e2image (8),
452 .BR mke2fs (8),
453 .BR tune2fs (8)