e2undel
Details
| Size: | 0K |
| Last Update: | 2008-05-31 01:16:09 |
| Version: | 0.82 |
| OS Support: | Linux |
| License/Program Type: | GPL (GNU General Public License) |
| Publisher: | Oliver Diedrich |
| Price: | $0.00 |
Description:
e2undel 0.82 is filesystems software developed by Oliver Diedrich.
e2undel is an interactive console tool that recovers the data of deleted files on an ext2 file system under Linux.
Included is a library that allows to recover deleted files by name. It does not require any knowledge about the secrets of the ext2 file system and should be useable by everyone.
e2undel does not manipulate internal ext2 structures and requires only read access to the file system where the files to recover are located. It accesses the ext2 file system by way of Ted Ts'o's ext2fs library; so I think ist is safe to use.
The e2undel package contains a library that allows you to recover deleted files by their names. Usually, when a file is deleted, its name is lost; after installing this library, the names of deleted files are logged and accessible via the e2undel program.
e2undel searches all inodes marked as deleted on a file system and lists them assorted by owner and time of deletion. Additionally, it gives you the file size and tries to determine the file type in the way file(1) does.
If you did not just delete a whole bunch of files with a rm -r , this information should be helpful to find out which of the deleted files you would like to recover. After selecting a deleted file, e2undel assembles its data by reading the data blocks (whose numbers are still stored in the inode), and writes the data to a new file.
Inluded in the package is the undel library. This library, loaded by the $LD_PRELOAD mechanism, hooks into the system calls unlink(2) and remove(3). libundel logs the device (like /dev/hdb7 etc.), the inode number, and the name of each file that is deleted by these system calls in a log file (/var/e2undel/e2undel by default).
With this information, it is possible to recover deleted files by name. Of course, e2undel also works without the undel library (as outlined in the deleted file recovery howto), but you lose the functionality to recover deleted files by name if you don't use libundel - maybe the best part of this tool.
e2undel does not actually undelete a file (i.e., does not manipulate ext2 internal structures like inode, block bitmap, and inode bitmap). Instead it recovers the data of a deleted file and saves it in a new file.
Requirements:
Linux with kernel 2.2 or 2.4 (2.0 should work, but is not tested)
ext2 filesystem (no ext3, ReiserFS, XFS, JFS; no RAID)
only tested on Intel architecture, other platforms may work
glibc 2.2 ist tested, other versions should work
the e2fsprogs packet (might be called ext2fs or something similar on your distribution); versions from 1.19 to 1.25 are tested, other (not too old) versions should work
the e2fsprogs-devel packet (Ted Ts'o's original e2fsprogs packet conatins everything necessary)
Installation
compile with make e2undel-file
install by copying the resulting e2undel binary to any directory within your $PATH (e.g., /usr/local/bin)
If you delete a file stored on an ext2 file system, its data is not instantly lost. What happens is:
ext2 marks the file's data blocks as avalaible in its block bitmap
ext2 marks the file's inode as available in its inode bitmap
the number of hard links to this file is set to 0 in the file's inode
the deletion time is set in the file's inode
ext2 invalidates the file's name in the directory entry
So, the file's data is not actually deleted (but it might be overwritten in the future); and the crucial information in the inode (owner, access rights, size, data blocks occupied by the file and some more) is not touched. If you know the inode number, you simply can recover the file by using Ted Ts'o's debugfs tool.
What is lost however is the association between the file name and the inode: You can't restore the former file name from the inode information. To recover the data of a deleted file, you must completely rely on the information in the inode like file size, owner, deletion time, etc.
e2undel 0.82 supports english interface languages and works with Linux.
Downloading e2undel 0.82 will take if you use fast ADSL connection.
0 comments
Add to
e2undel Version History
Related Software
|
|
From category: Networking |
| BlockHosts is a script to record how many times... |
|
|
From category: Shells |
| metashell is a lightweight, user friendly, interactive, intelligent command-line shell.... |
|
|
From category: Diagnostics |
| cpuburn 1.4 is diagnostics software developed by Robert Redelmeier. WARNING: This program is designed to heavily load CPU chips. Undercooled, overclocked or otherwise weak systems may fail causi... |
|
|
From category: Operating-Systems-Linux-Distri |
| Damn Small Linux Not 0.1 RC4 is operating systems linux distri software developed by Damn Small Linux Team. Damn Small Linux Not is built on Damn Small Linux technology. Damn Small Linux Not is als... |
|
|
From category: Emulators |
| FakeNES 0.5.7 is emulators software developed by Randy McDowell. FakeNES project is a portable, Open Source NES emulator which is written mostly in pure C, while using the Allegro library for multi... |
|
|
From category: Hardware |
| BlueSense SDK rev 1190 is hardware software developed by Blue Melon. BlueSense SDK is a software development kit for communicating with BlueSense equipment. BlueSense SDK allows you to read out sen... |
|
|
From category: System-Administration |
| FAUS is a Perl CGI to permit user administration through a Web interface.... |
|
|
From category: Filesystems |
| fistgen 0.1.1 is filesystems software developed by Erez Zadok. File System development is very difficult and time consuming. Even small changes to existing file systems require deep understanding o... |
|
|
From category: Filesystems |
| OpenAFS is a client-server distributed filesystem.... |
|
|
From category: Networking |
| CapiSuite 0.4.5 is networking software developed by Gernot Hillier. CapiSuite is an ISDN telecommunication suite providing easy to use telecommunication functions which can be controlled from Pytho... |
|
|
From category: System-Administration |
| CPAN+changelog 1.33 is system administration software developed by Matthias Ferdinand. If you are administrator for a Perl installation and you use CPAN for updating Perl modules, then this softwar... |
|
|
From category: Networking |
| countertrace 1.0 is networking software developed by Michael C Toren. countertrace project is a userland, iptables QUEUE target handler for Linux 2.4 kernels running Netfilter, which attempts to gi... |
|
|
From category: Networking |
| bmon 2.1.0 is networking software developed by Thomas Graf. bmon is a portable bandwidth monitor and rate estimator running on various operating systems. It supports various input methods for diffe... |
|
|
From category: System-Administration |
| ChangePassword 0.9 is system administration software developed by Vinicius M. Souza. ChangePassword modifies the passwords of passwd, Samba, and Squid through the Web. All passwords are syncronized... |
|
|
From category: Monitoring |
| BixData 2.6 is monitoring software developed by Kobus. BixData is a system monitoring tool. BixData monitors services (HTTP, ping, POP3, SMTP), performance, and processes. You can create critical n... |
Leave a comment