Ich versuche deshalb mit ext3grep an die Daten heranzukommen was aber immer mit einer Fehlermeldung endet.
Ich habe die betroffene Partition ausgehängt.
Das Programm scheint ja Blöcke (Blocks count: 120487492) zu finden bricht aber immer mit folgender Maldung ab:
ext3grep: journal.cc:379: void init_journal(): Assertion `!reused_or_corrupted_indirect_block4' failed.
Ist das jetzt ein Programmfehler oder kann ich eine Datenrettung vergessen?
Code: Alles auswählen
# ext3grep /dev/sdb1 --superblock | grep 'size:'Block size: 4096
Fragment size: 4096
ext3grep: journal.cc:379: void init_journal(): Assertion `!reused_or_corrupted_indirect_block4' failed.
Code: Alles auswählen
# ext3grep /dev/sdb1 --superblock | grep 'Blocks count:'
Blocks count: 120487492
ext3grep: journal.cc:379: void init_journal(): Assertion `!reused_or_corrupted_indirect_block4' failed.
Code: Alles auswählen
# ext3grep /dev/sdb1 --dump-names
Running ext3grep version 0.10.1
WARNING: I don't know what EXT3_FEATURE_COMPAT_EXT_ATTR is.
Number of groups: 3677
ext3grep: journal.cc:379: void init_journal(): Assertion `!reused_or_corrupted_indirect_block4' failed.
Code: Alles auswählen
# ext3grep --journal /dev/sdb1
Running ext3grep version 0.10.1
No action specified; implying --superblock.
WARNING: I don't know what EXT3_FEATURE_COMPAT_EXT_ATTR is.
Journal Super Block:
Signature: 0x3225106840
Block type: Superblock version 2
Sequence Number: 0
Journal block size: 4096
Number of journal blocks: 32768
Journal block where the journal actually starts: 1
Sequence number of first transaction: 152853
Journal block of first transaction: 0
Error number: 0
Compatible Features: 0
Incompatible features: 1
Read only compatible features: 0
Journal UUID: 0x55 0xed 0xa9 0x73 0xd7 0xc0 0x4d 0x28 0xb4 0xae 0xe7 0x6d 0x8a 0x09 0xc2 0x2a
Number of file systems using journal: 1
Location of superblock copy: 0
Max journal blocks per transaction: 0
Max file system blocks per transaction: 0
IDs of all file systems using the journal:
1. 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
ext3grep: journal.cc:379: void init_journal(): Assertion `!reused_or_corrupted_indirect_block4' failed.