blob: b5d6b333c5c35325963402aaea2b926042e889ef [file] [log] [blame]
Theodore Ts'o583a1ce2002-05-11 13:00:22 -04001.\" -*- nroff -*-
Theodore Ts'ob5ffead2002-05-11 19:17:00 -04002.TH EXT2ED 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
Theodore Ts'o583a1ce2002-05-11 13:00:22 -04003.SH NAME
4ext2ed \- ext2 file system editor
5.SH SYNOPSIS
6.B ext2ed
7.SH DESCRIPTION
8.B ext2ed
9in an
10.B editor
11for the
12.B second extended filesystem.
13Its aim is to show you the various internal filesystem structures in an
14intuitive form so that you would be able to easily understand and modify
15them.
16.SH DOCUMENTATION
17The documentation is not available in man page format. Instead, I have
18written three articles which are related to ext2ed:
19
20The first article is
21.B The user's guide.
22This article explains how to use ext2ed.
23
24The second article is
25.B The Ext2fs overview.
26This article gives an overview of internal structure of the ext2 filesystem.
27You need to understand the internal layout in order to effectively edit
28your filesystem.
29
30The third article is
31.B EXT2ED - Design and implementation.
32This article explains how I constructed ext2ed. You may want to have a look
33in it if you plan to view or modify the source code.
34
35.SH WARNING
36
37.B
38Do not use ext2ed on a mounted filesystem.
39
40.SH FILES
41.TP
42.I /usr/bin/ext2ed
43The program itself.
44.TP
Theodore Ts'ob5ffead2002-05-11 19:17:00 -040045.I @root_sysconfdir@/ext2ed.conf
Theodore Ts'o583a1ce2002-05-11 13:00:22 -040046ext2ed's configuration file.
47.TP
Theodore Ts'ob5ffead2002-05-11 19:17:00 -040048.I @datadir@/ext2.descriptors
Theodore Ts'o583a1ce2002-05-11 13:00:22 -040049Definition of the various objects for the ext2 filesystem.
50.TP
Theodore Ts'ob5ffead2002-05-11 19:17:00 -040051.I /var/log/ext2ed.log
Theodore Ts'o583a1ce2002-05-11 13:00:22 -040052Log file of actual changes made to the filesystem.
53.TP
54.I /usr/man/man8/ext2ed.8
55The manual page.
56.TP
Theodore Ts'ob5ffead2002-05-11 19:17:00 -040057.I @datadir@/doc/ext2ed/user-guide-0.1.ps
Theodore Ts'o583a1ce2002-05-11 13:00:22 -040058The user's guide.
59.TP
Theodore Ts'ob5ffead2002-05-11 19:17:00 -040060.I @datadir@/doc/ext2ed/Ext2fs-overview-0.1.ps
Theodore Ts'o583a1ce2002-05-11 13:00:22 -040061Technical overview of the ext2 filesystem.
62.TP
Theodore Ts'ob5ffead2002-05-11 19:17:00 -040063.I @datadir@/doc/ext2ed/ext2ed-design-0.1.ps
Theodore Ts'o583a1ce2002-05-11 13:00:22 -040064EXT2ED design notes.
65
66.SH BUGS
67Filesystems bigger than 2 GB aren't yet supported.
68.SH AUTHOR
69Gadi Oxman <tgud@tochnapc2.technion.ac.il>
70.SH SEE ALSO
71.BR e2fsck (8),
72.BR debugfs (8)