aboutsummaryrefslogtreecommitdiffstats
path: root/misc/e2image.8.in
diff options
context:
space:
mode:
authorPhillip Susi <psusi@ubuntu.com>2013-12-16 11:33:19 -0500
committerTheodore Ts'o <tytso@mit.edu>2013-12-26 00:20:40 -0500
commit22b83f628080088fb901b1d001ed47f0de64cd93 (patch)
treeec8f0a38015784fbea096b0c97b4655865f0870f /misc/e2image.8.in
parent6b5535f40974d522e827c83d02d005ac5c8b5056 (diff)
downloadandroid_external_e2fsprogs-22b83f628080088fb901b1d001ed47f0de64cd93.tar.gz
android_external_e2fsprogs-22b83f628080088fb901b1d001ed47f0de64cd93.tar.bz2
android_external_e2fsprogs-22b83f628080088fb901b1d001ed47f0de64cd93.zip
e2image: perform in-place move
If given at least one offset and only one file, assume source and dest are the same, and do an in place move. Signed-off-by: Phillip Susi <psusi@ubuntu.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'misc/e2image.8.in')
-rw-r--r--misc/e2image.8.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/e2image.8.in b/misc/e2image.8.in
index ba97ef80..f04dda23 100644
--- a/misc/e2image.8.in
+++ b/misc/e2image.8.in
@@ -237,6 +237,9 @@ MiB for a partition table with:
\ \fBe2image -arO 1048576 /dev/sda1 img\fR
.br
.PP
+If you specify at least one offset, and only one file, an in-place
+move will be performed, allowing you to safely move the filesystem
+from one offset to another.
.SH AUTHOR
.B e2image
was written by Theodore Ts'o (tytso@mit.edu).