Hi,
this awesome video brought me here. I have been working at recovering data from this failed drive off and on for about a 2 weeks. I have tried many tools and techniques gathered from all over the interwebs but nothing has proven successful. Mostly, due to my noobness in Linux os. So here goes the skinny... I have done a 'ddresque' copy from the remaining good drive from the failed NAS (3 times already). Running testdisk on a prior copy, I downgraded the ext4 to ext3, eventually to an ext2 filesystem. I have been very careful about hitting enter on "Fix?" since then.
///////////////////////////////////////**Results from ddresque:**
Press Ctrl-C to interrupt
Initial status (read from logfile)
rescued: 49823 MB, errsize: 0 B, errors: 0
Current status
rescued: 1996 GB, errsize: 1384 kB, current rate: 0 B/s
* ipos: 967945 MB, errors: 38, average rate: 19051 kB/s*
* opos: 967945 MB, time from last successful read: 6 s*
*Finished *
*mike@titan-ubuntu:~$ *
///////////////////////////////////////////**Attempting to mount
mike@titan-ubuntu:~$ sudo mount -o loop /media/508299B3520D7A95/vaultRescueV2.img /mnt/myRescue
*[sudo] password for mike: *
mount: wrong fs type, bad option, bad superblock on /dev/loop0,
* missing codepage or helper program, or other error*
* In some cases useful info is found in syslog - try*
* dmesg | tail or so*
mike@titan-ubuntu:~$ dmesg | tail
[138829.128113] end_request: I/O error, dev sda, sector 1899023600
[138829.128128] Buffer I/O error on device dm-0, logical block 236314734
[138829.128161] ata1: EH complete
[183851.681788] EXT4-fs (loop0): bad block size 65536
[222442.182814] sky2 0000:02:00.0 eth0: Link is down
[222444.576789] sky2 0000:02:00.0 eth0: Link is up at 1000 Mbps, full duplex, flow control both
[222472.718725] usb 2-2: reset high-speed USB device number 5 using ehci-pci
[271971.406397] EXT4-fs (loop0): bad block size 65536
[272794.713068] EXT4-fs (loop0): bad block size 65536
[277896.589059] EXT4-fs (loop0): bad block size 65536
*mike@titan-ubuntu:~$ *
///////////////////////////////////////////**Results of sudo fsck.ext4**
mike@titan-ubuntu:~$ sudo fsck.ext4 -v /media/508299B3520D7A95/vaultRescueV2.imge2fsck 1.42 (29-Nov-2011)
/media/508299B3520D7A95/vaultRescueV2.img was not cleanly unmounted, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Inode 19923024 ref count is 14, should be 13. Fix? no
Inode 19923056 ref count is 10, should be 9. Fix? no
.........
lots of prompts to fix things
Inode ##### ref count is #, should be #. Fix? no
lots more prompts to fix things
.........
Free inodes count wrong (29846029, counted=29882242).
Fix? no
media/508299B3520D7A95/vaultRescueV2.img: ********** WARNING: Filesystem still has errors *********
- 509171 inodes used (1.68%)*
- 9119 non-contiguous files (1.8%)*
- 1 non-contiguous directory (0.0%)*
- # of inodes with ind/dind/tind blocks: 0/0/0*
- Extent depth histogram: 476536/423*
23526715 blocks used (77.25%) - 0 bad blocks*
28 large files*
440050 regular files*
- 36910 directories*
- 0 character device files*
- 0 block device files*
- 0 fifos*
- 0 links*
- 1 symbolic link (1 fast symbolic link)*
- 0 sockets*
-------- - 476961 files*
//////////////////////////////////////
Any suggetions?? Am I beating a dead horse?