Hello guys, my first post here. I'm having problems accessing data from an old RAID drive. I think there's probably an easy fix, but identifying it will require someone with more experience of RAID management than I possess.
About 20 years ago I bought a computer made by well-liked UK server builder Fairchild. It had a SATA RAID array comprising two 120Gb Seagate Barracudas. When I decommissioned it five years ago, I removed the Seagates. They were working perfectly but are now bereft of their RAID controller, which is presumably in landfill somewhere.
I want to access the data from the disks in a read-only/RESCUE fashion. I bought a well-regarded USB--SATA/IDE converter kit and connected one of the two Seagates.
The drive powers up.
The drive is visible to Gparted (my first call) which identifies it as /dev/sdb and lists its filesystem as ataraid.
When I try to mount it using the command:
sudo mount /dev/sdb /mnt/sata
...I get:
mount: /mnt/sata: unknown filesystem type 'silicon_medley_raid_member'.
dmesg(1) may have more information after failed mount system call.
Initial observations:
* The disk apparently wasn't partitioned as sdb1 but rather installed directly into the RAID array as sdb
* Since the filesystem type "Silicon Medley" doesn't exist, I think this name must be a reference to the hardware raid controller -- the computer wrote to the controller and the controller then handled the disk management
More findings:
sudo fdisk -l gives:
Disk /dev/sdb: 111.79 GiB, 120034123776 bytes, 234441648 sectors Disk model: XT-U33502 Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes
sudo parted /dev/sdb -l gives:
Error: /dev/sdb: unrecognised disk label
Model: XinTop XT-U33502 (scsi)
Disk /dev/sdb: 120GB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:
I then got a bit ahead of myself and tried sudo mdadm -A -R /dev/md0 /dev/sdb
mdadm: no recogniseable superblock on /dev/sdb
mdadm: /dev/sdb has no superblock - assembly aborted
Before anyone asks: I tried both the hard drives, with the same results throughout.
My sketchy deduction is that the disks were configured to work with the Silicon Medley raid controller. I doubt that they could have functioned without some kind of superblock or partition table but those structures aren't accessible to me at present. Without a superblock, I can't mount the disk(s)
I only need to read ONE of the disks ONCE to transfer its contents to archive. All suggestions gratefully received. Bonus points if you remember any specifics about Silicon Medley.
TIA, NP.
About 20 years ago I bought a computer made by well-liked UK server builder Fairchild. It had a SATA RAID array comprising two 120Gb Seagate Barracudas. When I decommissioned it five years ago, I removed the Seagates. They were working perfectly but are now bereft of their RAID controller, which is presumably in landfill somewhere.
I want to access the data from the disks in a read-only/RESCUE fashion. I bought a well-regarded USB--SATA/IDE converter kit and connected one of the two Seagates.
The drive powers up.
The drive is visible to Gparted (my first call) which identifies it as /dev/sdb and lists its filesystem as ataraid.
When I try to mount it using the command:
sudo mount /dev/sdb /mnt/sata
...I get:
mount: /mnt/sata: unknown filesystem type 'silicon_medley_raid_member'.
dmesg(1) may have more information after failed mount system call.
Initial observations:
* The disk apparently wasn't partitioned as sdb1 but rather installed directly into the RAID array as sdb
* Since the filesystem type "Silicon Medley" doesn't exist, I think this name must be a reference to the hardware raid controller -- the computer wrote to the controller and the controller then handled the disk management
More findings:
sudo fdisk -l gives:
Disk /dev/sdb: 111.79 GiB, 120034123776 bytes, 234441648 sectors Disk model: XT-U33502 Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes
sudo parted /dev/sdb -l gives:
Error: /dev/sdb: unrecognised disk label
Model: XinTop XT-U33502 (scsi)
Disk /dev/sdb: 120GB
Sector size (logical/physical): 512B/512B
Partition Table: unknown
Disk Flags:
I then got a bit ahead of myself and tried sudo mdadm -A -R /dev/md0 /dev/sdb
mdadm: no recogniseable superblock on /dev/sdb
mdadm: /dev/sdb has no superblock - assembly aborted
Before anyone asks: I tried both the hard drives, with the same results throughout.
My sketchy deduction is that the disks were configured to work with the Silicon Medley raid controller. I doubt that they could have functioned without some kind of superblock or partition table but those structures aren't accessible to me at present. Without a superblock, I can't mount the disk(s)
I only need to read ONE of the disks ONCE to transfer its contents to archive. All suggestions gratefully received. Bonus points if you remember any specifics about Silicon Medley.
TIA, NP.