OSDN Git Service

e2fsprogs: Update originals to e2fsprogs 1.42.1.
[linuxjm/jm.git] / manual / e2fsprogs / original / man8 / e2undo.8
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 "February 2012" "E2fsprogs version 1.42.1"
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