blob: 26d4b5f1b8c428b9e37aec17f64665dd20c3ec71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
ext4magic 0.2.2
Expansion of the Expert-Mode.
With the new "-D" option it is possible to recover data from severely damaged file systems.
For example: the file system has been partially overwritten. But large parts of the file
system are not destroyed.
improved evaluation of directory data blocks eliminate some errors in directories with HTREE
thus, a better file name resolution and fewer files with incorrect names.
ext4magic 0.2.1 Optional Expert-Mode with the following new options "-s blocksize" ; "-n blockcount" ; "-c"
This makes it possible to open front corrupted file systems.
Modified flow control allows automatic a recover-all ("-r" or "-R" on the entire file system)
This enables the restore of deleted inode even if the directory inode is not found in journal.
The function uses the first two stages of the magic functions (ext3/ext4)
ext4magic 0.2.0 The Magic features for ext3 are complete.
Support for most files types of a typical Linux system and lots of multimedia files.
ext4magic 0.2.0 pv2 The magic functions have been adjusted for libmagic (file-5.04)
Many bugs have been fixed and added support for many file types
ext4magic 0.2.0 pv0 First test version of ext3 magic-scan-functions. This is a novel multi-stage recovery.
There are several recover methods used in succession. All functions use journal entries.
Furthermore, the library libmagic and coded file properties are implemented.
This automatic functions are specifically designed to recover deleted files immediate
after a recursiv delete command.
For this purpose two new options are available.
"-M" if the entire file system is deleted
"-m" if only parts of the file system is deleted
ext4magic 0.1.4 Support for user-modifiable file attributes.
ext4magic can now restore the ext2/3/4 File attributes.
It is disabled by default. To activate, you must add the option --enable-file-attr
when running configure.
ext4magic 0.1.3 there is now a german documentation
http://openfacts2.berlios.de/wikide/index.php/BerliosProject:Ext4magic
We start with the BETA testing and try to find some german users for the
tests of general use, the elementary functions and the documentation.
The aim is to check the stability and to optimize the german documentation
for a translation.
|