Hi,
my name is Paul and a friend asked if I could recover his files. He had an Iomega Storcenter ix200 but one disk crashed badly, completely unusable. So he asked me to give it a go.
Now I've got this disk plugged in to my Ubuntu desktop and i can see it. It's 1TB in size, has two partitions: /dev/sdb1 and /dev/sdb2, being 21GB and 979 GB in size.
fdisk -l tells me this:
cat /proc/mdstat says this:
So /dev/md0 = /dev/sdb1 and /dev/md1 = /dev/sdb2
I did this too: mdadm --examine /dev/sdb1
The result:
gives:
I've got a big puzzle and lots of pieces but I just can't get it together.
Can you guys tell me what to do ? I just want to recover these files, that's all.
my name is Paul and a friend asked if I could recover his files. He had an Iomega Storcenter ix200 but one disk crashed badly, completely unusable. So he asked me to give it a go.
Now I've got this disk plugged in to my Ubuntu desktop and i can see it. It's 1TB in size, has two partitions: /dev/sdb1 and /dev/sdb2, being 21GB and 979 GB in size.
fdisk -l tells me this:
Disk /dev/sdb: 931,5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 4BE19A4C-1054-4CCB-B023-F9201ECAD9B0
Device Start End Sectors Size Type
/dev/sdb1 72 41961848 41961777 20G Microsoft basic data
/dev/sdb2 41961856 1953525106 1911563251 911,5G Microsoft basic data
cat /proc/mdstat says this:
Disk /dev/sdb: 931,5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 4BE19A4C-1054-4CCB-B023-F9201ECAD9B0
Device Start End Sectors Size Type
/dev/sdb1 72 41961848 41961777 20G Microsoft basic data
/dev/sdb2 41961856 1953525106 1911563251 911,5G Microsoft basic data
So /dev/md0 = /dev/sdb1 and /dev/md1 = /dev/sdb2
I did this too: mdadm --examine /dev/sdb1
The result:
and mdadm --examine /dev/sdb2sudo mdadm --examine /dev/sdb1
/dev/sdb1:
Magic : a92b4efc
Version : 0.90.00
UUID : e097c76b:a54c273b:f54a779e:01f1e211
Creation Time : Fri Jun 8 03:49:47 2012
Raid Level : raid1
Used Dev Size : 20980800 (20.01 GiB 21.48 GB)
Array Size : 20980800 (20.01 GiB 21.48 GB)
Raid Devices : 2
Total Devices : 2
Preferred Minor : 0
Update Time : Mon Oct 19 11:52:13 2015
State : clean
Active Devices : 1
Working Devices : 2
Failed Devices : 1
Spare Devices : 1
Checksum : cd8e4133 - correct
Events : 407215
Number Major Minor RaidDevice State
this 2 8 17 2 spare /dev/sdb1
0 0 8 1 0 active sync /dev/sda1
1 1 0 0 1 faulty removed
2 2 8 17 2 spare /dev/sdb1
gives:
More info:jan@Jan-PC:~$ sudo mdadm --examine /dev/sdb2
/dev/sdb2:
Magic : a92b4efc
Version : 1.0
Feature Map : 0x2
Array UUID : ebec697a:78a228a2:e11877b5:9da45b49
Name : ix2-200-TI84CS:1
Creation Time : Fri Jun 8 04:00:12 2012
Raid Level : raid1
Raid Devices : 2
Avail Dev Size : 1911562976 (911.50 GiB 978.72 GB)
Array Size : 955781488 (911.50 GiB 978.72 GB)
Super Offset : 1911563232 sectors
Recovery Offset : 955782144 sectors
Unused Space : before=0 sectors, after=256 sectors
State : clean
Device UUID : bdb50fac:9ef1fd46:5cecd941:d4b7089c
Update Time : Mon Oct 19 11:51:56 2015
Checksum : 8a196cea - correct
Events : 239418
Device Role : Active device 1
Array State : AA ('A' == active, '.' == missing, 'R' == replacing)
jan@Jan-PC:~$
andjan@Jan-PC:~$ sudo mdadm -D /dev/md0
/dev/md0:
Version : 0.90
Raid Level : raid0
Total Devices : 1
Preferred Minor : 0
Persistence : Superblock is persistent
State : inactive
UUID : e097c76b:a54c273b:f54a779e:01f1e211
Events : 0.407215
Number Major Minor RaidDevice
- 8 17 - /dev/sdb1
andjan@Jan-PC:~$ sudo mdadm -D /dev/md1
/dev/md1:
Version : 1.0
Raid Level : raid0
Total Devices : 1
Persistence : Superblock is persistent
State : inactive
Name : ix2-200-TI84CS:1
UUID : ebec697a:78a228a2:e11877b5:9da45b49
Events : 239418
Number Major Minor RaidDevice
- 8 18 - /dev/sdb2
More info:jan@Jan-PC:/mnt$ sudo mdadm --examine --scan
ARRAY /dev/md0 UUID=e097c76b:a54c273b:f54a779e:01f1e211
spares=1
ARRAY /dev/md/1 metadata=1.0 UUID=ebec697a:78a228a2:e11877b5:9da45b49 name=ix2-200-TI84CS:1
andan@Jan-PC:/mnt$ sudo e2fsck /dev/md1
e2fsck 1.42.12 (29-Aug-2014)
e2fsck: Invalid argument while trying to open /dev/md1
The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
or
e2fsck -b 32768 <device>
So this is all very nice, and Google is a great friend, but now I don't know anymore what to do.jan@Jan-PC:/mnt$ sudo e2fsck /dev/md0
e2fsck 1.42.12 (29-Aug-2014)
e2fsck: Invalid argument while trying to open /dev/md0
The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
or
e2fsck -b 32768 <device>
I've got a big puzzle and lots of pieces but I just can't get it together.
Can you guys tell me what to do ? I just want to recover these files, that's all.