Whamcloud - gitweb
ChangeLog, mke2fs.c:
[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 filesystem information
8 .SH SYNOPSIS
9 .B dumpe2fs
10 [
11 .B \-bfhxV
12 ]
13 [
14 .B \-ob 
15 .I superblock
16 ]
17 [
18 .B \-oB
19 .I blocksize
20 ]
21 .I device
22 .SH DESCRIPTION
23 .B dumpe2fs
24 prints the super block and blocks group information for the filesystem
25 present on
26 .I device.
27 .PP
28 .B dumpe2fs
29 is similar to Berkeley's
30 .B dumpfs
31 program for the BSD Fast File System.
32 .SH OPTIONS
33 .TP
34 .B \-b
35 print the blocks which are reserved as bad in the filesystem.
36 .TP
37 .BI \-ob " superblock"
38 use the block
39 .I superblock
40 when examining the filesystem.
41 This option is not usually needed except by a filesystem wizard who 
42 is examining the remains of a very badly corupted filesystem.
43 .TP
44 .BI \-oB " blocksize"
45 use blocks of
46 .I blocksize
47 bytes when examining the filesystem.
48 This option is not usually needed except by a filesystem wizard who 
49 is examining the remains of a very badly corupted filesystem.
50 .TP
51 .B \-f
52 force dumpe2fs to display a filesystem even though it may have some 
53 filesystem feature flags which dumpe2fs may not understand (and which
54 can cause some of dumpe2fs's display to be suspect).
55 .TP 
56 .B \-h
57 only display the superblock information and not any of the block
58 group descriptor detail information.
59 .TP
60 .B \-x
61 print the detailed group information block numbers in hexadecimal format
62 .TP
63 .B \-V
64 print the version number of 
65 .B dumpe2fs
66 and exit.
67 .SH BUGS
68 You need to know the physical filesystem structure to understand the
69 output.
70 .SH AUTHOR
71 .B dumpe2fs 
72 was written by Remy Card <Remy.Card@linux.org>.
73 .SH AVAILABILITY
74 .B dumpe2fs
75 is part of the e2fsprogs package and is available for anonymous 
76 ftp from tsx-11.mit.edu in /pub/linux/packages/ext2fs.
77 .SH SEE ALSO
78 .BR e2fsck (8),
79 .BR mke2fs (8),
80 .BR tune2fs (8)