Whamcloud - gitweb
Add more intelligent handling of the mke2fs.conf installation process
[tools/e2fsprogs.git] / misc / dumpe2fs.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 DUMPE2FS 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
6 .SH NAME
7 dumpe2fs \- dump ext2/ext3 filesystem information
8 .SH SYNOPSIS
9 .B dumpe2fs
10 [
11 .B \-bfhixV
12 ]
13 [
14 .B \-o superblock=\fIsuperblock
15 ]
16 [
17 .B \-o blocksize=\fIblocksize
18 ]
19 .I device
20 .SH DESCRIPTION
21 .B dumpe2fs
22 prints the super block and blocks group information for the filesystem
23 present on
24 .I device.
25 .PP
26 .B dumpe2fs
27 is similar to Berkeley's
28 .B dumpfs
29 program for the BSD Fast File System.
30 .SH OPTIONS
31 .TP
32 .B \-b
33 print the blocks which are reserved as bad in the filesystem.
34 .TP
35 .B \-o superblock=\fIsuperblock
36 use the block
37 .I superblock
38 when examining the filesystem.
39 This option is not usually needed except by a filesystem wizard who 
40 is examining the remains of a very badly corrupted filesystem.
41 .TP
42 .B \-o blocksize=\fIblocksize
43 use blocks of
44 .I blocksize
45 bytes when examining the filesystem.
46 This option is not usually needed except by a filesystem wizard who 
47 is examining the remains of a very badly corrupted filesystem.
48 .TP
49 .B \-f
50 force dumpe2fs to display a filesystem even though it may have some 
51 filesystem feature flags which dumpe2fs may not understand (and which
52 can cause some of dumpe2fs's display to be suspect).
53 .TP 
54 .B \-h
55 only display the superblock information and not any of the block
56 group descriptor detail information.
57 .TP
58 .B \-i
59 display the filesystem data from an image file created by 
60 .BR e2image ,
61 using 
62 .I device
63 as the pathname to the image file.
64 .TP
65 .B \-x
66 print the detailed group information block numbers in hexadecimal format
67 .TP
68 .B \-V
69 print the version number of 
70 .B dumpe2fs
71 and exit.
72 .SH BUGS
73 You need to know the physical filesystem structure to understand the
74 output.
75 .SH AUTHOR
76 .B dumpe2fs 
77 was written by Remy Card <Remy.Card@linux.org>.  It is currently being
78 maintained by Theodore Ts'o <tytso@alum.mit.edu>.
79 .SH AVAILABILITY
80 .B dumpe2fs
81 is part of the e2fsprogs package and is available from 
82 http://e2fsprogs.sourceforge.net.
83 .SH SEE ALSO
84 .BR e2fsck (8),
85 .BR mke2fs (8),
86 .BR tune2fs (8)
87