Whamcloud - gitweb
misc: add e2mmpstatus utility via dumpe2fs
[tools/e2fsprogs.git] / misc / e2image.8.in
index cdf63bf..a7bfdf2 100644 (file)
@@ -8,18 +8,36 @@ e2image \- Save critical ext2/ext3/ext4 filesystem metadata to a file
 .SH SYNOPSIS
 .B e2image
 [
-.B \-acfprsIQ
+.B \-r|Q
+]
+[
+.B \-f
+]
+.I device
+.I image-file
+.br
+.B e2image
+.B \-I
+.I device
+.I image-file
+.br
+.B e2image
+.B \-ra
+[
+.B \-cfnp
 ]
 [
 .B \-o
-.I source_offset
+.I src_offset
 ]
 [
 .B \-O
 .I dest_offset
 ]
-.I device
-.I image-file
+.I src_fs
+[
+.I dest_fs
+]
 .SH DESCRIPTION
 The
 .B e2image
@@ -44,7 +62,7 @@ or
 .B \-Q
 options, the filesystem must be unmounted or be mounted read/only, in order
 for the image file to be in a consistent state.  This requirement can be
-overriden using the
+overridden using the
 .B \-f
 option, but the resulting image file is very likely not going to be useful.
 .PP
@@ -218,7 +236,10 @@ option which cause e2image to try reading a block from the destination
 to see if it is identical to the block which
 .B e2image
 is about to copy.  If the block is already the same, the write can be
-skipped.
+skipped.  The
+.B \-n
+option will cause all of the writes to be no-ops, and print the blocks
+that would have been written.
 .PP
 .SH OFFSETS
 Normally a filesystem starts at the beginning of a partition, and