Extracting data from a RAID 1 array with out original controller

Typically RAID1 isn't anything more than two normal drives with a bit of metadata at the end of the drive that the hardware RAID controller uses.

So it should be safe to put one of them in another computer. I wouldn't use a RAID controller for this just to avoid any potential for it reading and changing the RAID metadata in any way. Plus you typically have to do some low level RAID setup stuff for it to see a new drive which I would try to avoid if possible. But chances are that on a regular SCSI controller the drive will work fine and you can copy your data off.

If you want to be on the really cautious side just use dd to make an image of one of the drives and then mount the image using a loop device on Linux.

Tags:

Scsi

Raid1