830a0c2
.TH E2TOOLS 7 "March 2, 2005"
830a0c2
.\"
830a0c2
.SH NAME
830a0c2
e2tools \-  utilities to manipulate files in an ext2/ext3 filesystem
830a0c2
.\"
830a0c2
.SH DESCRIPTION
830a0c2
E2tools is a simple set of GPL'ed utilities to read, write, and
830a0c2
manipulate files in an ext2/ext3 filesystem. These utilities access a
830a0c2
filesystem directly using the ext2fs library. I wrote these tools in order
830a0c2
to copy files into a linux filesystem on a machine that does not have ext2
830a0c2
support. Of course, they can also be used on a linux machine to read/write
830a0c2
to disk images or floppies without having to mount them or have root
830a0c2
access.
830a0c2
.PP
830a0c2
Supported functionality:
830a0c2
.TP
830a0c2
.B e2cp
830a0c2
copy files
830a0c2
.TP
830a0c2
.B e2mv
830a0c2
move files
830a0c2
.TP
830a0c2
.B e2rm
830a0c2
remove files
830a0c2
.TP
830a0c2
.B e2mkdir
830a0c2
create directory
830a0c2
.TP
830a0c2
.B e2ln
830a0c2
create hard links
830a0c2
.TP
830a0c2
.B e2ls
830a0c2
list files/directories
830a0c2
.TP
830a0c2
.B e2tail
830a0c2
output the last part of a file
830a0c2
.PP
830a0c2
In general, to specify a directory or file on an ext2 filesystem for the
830a0c2
e2tools utilities, use the following form:
830a0c2
.IP
830a0c2
filesystem:directory_path
830a0c2
.PP
830a0c2
The filesystem can be an unmounted partition or a regular file that's been
830a0c2
formatted to contain an ext2 filesystem.  In general, if a command takes
830a0c2
multiple file names on the command line, if the first one contains an ext2
830a0c2
file specification, the rest of the files are assumed to be on the same
830a0c2
filesystem until another one is explicitly stated:
830a0c2
.IP
830a0c2
/tmp/boot.img:/tmp/file1
830a0c2
.IP
830a0c2
/tmp/file2
830a0c2
.IP
830a0c2
/tmp/file3
830a0c2
.IP
830a0c2
/tmp/boot2.img:/tmp/file4
830a0c2
.PP
830a0c2
Files 1-3 are on /tmp/boot.img and the last file is on /tmp/boot2.img
830a0c2
.\"
830a0c2
.SH SEE ALSO
830a0c2
.BR e2cp (1),
830a0c2
.BR e2ln (1),
830a0c2
.BR e2ls (1),
830a0c2
.BR e2mkdir (1),
830a0c2
.BR e2mv (1),
830a0c2
.BR e2rm (1),
830a0c2
.BR e2tail (1).
830a0c2
.\"
830a0c2
.SH AUTHOR
830a0c2
The \fBe2tools\fP were written by Keith Sheffield <sheff@pobox.com>.
830a0c2
.PP
830a0c2
This manual page was written by Lucas Wall <lwall@debian.org>,
830a0c2
for the Debian project (but may be used by others).