1E2TOOLS(7) Miscellaneous Information Manual E2TOOLS(7)
2
3
4
6 e2tools - utilities to manipulate files in an ext2/ext3 filesystem
7
9 E2tools is a simple set of GPL'ed utilities to read, write, and manipu‐
10 late files in an ext2/ext3 filesystem. These utilities access a
11 filesystem directly using the ext2fs library. I wrote these tools in
12 order to copy files into a linux filesystem on a machine that does not
13 have ext2 support. Of course, they can also be used on a linux machine
14 to read/write to disk images or floppies without having to mount them
15 or have root access.
16
17 Supported functionality:
18
19 e2cp copy files
20
21 e2mv move files
22
23 e2rm remove files
24
25 e2mkdir
26 create directory
27
28 e2ln create hard links
29
30 e2ls list files/directories
31
32 e2tail output the last part of a file
33
34 In general, to specify a directory or file on an ext2 filesystem for
35 the e2tools utilities, use the following form:
36
37 filesystem:directory_path
38
39 The filesystem can be an unmounted partition or a regular file that's
40 been formatted to contain an ext2 filesystem. In general, if a command
41 takes multiple file names on the command line, if the first one con‐
42 tains an ext2 file specification, the rest of the files are assumed to
43 be on the same filesystem until another one is explicitly stated:
44
45 /tmp/boot.img:/tmp/file1
46
47 /tmp/file2
48
49 /tmp/file3
50
51 /tmp/boot2.img:/tmp/file4
52
53 Files 1-3 are on /tmp/boot.img and the last file is on /tmp/boot2.img
54
56 e2cp(1), e2ln(1), e2ls(1), e2mkdir(1), e2mv(1), e2rm(1), e2tail(1).
57
59 The e2tools were written by Keith Sheffield <sheff@pobox.com>.
60
61 This manual page was written by Lucas Wall <lwall@debian.org>, for the
62 Debian project (but may be used by others).
63
64
65
66 March 2, 2005 E2TOOLS(7)