Aneesh Kumar K.V | 5f8a5ae | 2007-08-13 15:56:22 +0530 | [diff] [blame] | 1 | .\" -*- nroff -*- |
| 2 | .\" Copyright 2008 by Theodore Ts'o. All Rights Reserved. |
| 3 | .\" This file may be copied under the terms of the GNU Public License. |
| 4 | .\" |
| 5 | .TH E2UNDO 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@" |
| 6 | .SH NAME |
| 7 | e2undo \- Replay an undo log for an ext2/ext3/ext4 filesystem |
| 8 | .SH SYNOPSIS |
| 9 | .B e2undo |
| 10 | [ |
| 11 | .B \-f |
| 12 | ] |
| 13 | .I undo_log device |
| 14 | .SH DESCRIPTION |
| 15 | .B e2undo |
| 16 | will replay the undo log |
| 17 | .I undo_log |
| 18 | for an ext2/ext3/ext4 filesystem found on |
| 19 | .IR device . |
| 20 | This can be |
| 21 | used to undo a failed operation by an e2fsprogs program. |
| 22 | .SH OPTIONS |
| 23 | .TP |
| 24 | .B \-f |
| 25 | Normally, |
| 26 | .B e2undo |
| 27 | will check the filesystem UUID and last modified time to make sure the |
| 28 | undo log matches with the filesystem on the device. If they do not |
| 29 | match, |
| 30 | .B e2undo |
| 31 | will refuse to apply the undo log as a safety mechanism. The |
| 32 | .B \-f |
| 33 | option disables this safety mechanism. |
| 34 | .SH AUTHOR |
| 35 | .B e2undo |
| 36 | was written by Aneesh Kumar K.V. (aneesh.kumar@linux.vnet.ibm.com) |
| 37 | .SH AVAILABILITY |
| 38 | .B e2undo |
| 39 | is part of the e2fsprogs package and is available from |
| 40 | http://e2fsprogs.sourceforge.net. |
| 41 | .SH SEE ALSO |
| 42 | .BR mke2fs (8), |
| 43 | .BR tune2fs (8) |
| 44 | |