Can I take my ReadyNAS drive in Raid1 and plug it straight into new different machine?

11,384

Solution 1

Yes and no.. If you use a hardware RAID, you can only use the drive in the same model (or chipset) RAID controller. If you use software RAID, then you can swap drives happily (but not, obviously, swap Windows to Linux software raid).

As you have it running in a RAID 1 configuration, go right ahead and swap and see. Once you take the drive out, you'll replace it and the NAS will rebuild the array. If it doesn't work in the new enclosure, replace it in the NAS and it'll rebuild the array.

Solution 2

This is one of the major drawbacks to some of the NAS RAID devices for home. An example would be my situation. I own a Thecus 2100 NAS device running 2x320GB drives in RAID1. The Thecus device itself failed along with one of the 2 drives. My only solution was to purchase the exact same model to recover the data. There was no other way for it to be done. Even tried 2 other Thecus RAID models. So the answer is going to typically be: it depends on your original setup. At the very least, you'll likely need a similar RAID support to plug into so just hooking it up via a USB enclosure is not a likely option.

Others may have more experience and may be able to provide a more solid answer about what setups would allow that type of recovery. I would also be interested in this option for recovery of downed RAID1 NAS setups.

Solution 3

RAID1 is computationally almost free, so software RAID1 is usually preferred in smaller setups. Linux (mdadm) and Mac (Disk Utility) systems can use half of a pulled-apart software RAID1 disk without issue; it is recognized as such. You might not be able to write to the disk without deliberately remounting the disk read/write, but at the very least you can read from it to salvage the data thereon.

Windows sucks, and so does its software RAID. ("Dynamic disks"? No thanks.) I'm not going there.

Updated re hardware RAID1: If you use the same hardware RAID adapter, then yes you can move the hard drives into another machine. If you don't, then you generally can't.

Share:
11,384
patrickkeller
Author by

patrickkeller

Antipodean turtle stacker.

Updated on September 17, 2022

Comments

  • patrickkeller
    patrickkeller almost 2 years

    I would assume that I can just take my HDD out of my NAS (in raid1 mirror) and plug it into another enclosure and have it work off the bat but I'd like to make sure...

    Any ideas?

    Edit: My current setup is a Netgear ReadyNAS in (hardware) raid1. I'm hoping to replace this with a home theatre type PC (possibly running Ubuntu), and would like to migrate my data without having to do a bulk transfer over my network between the 2 machines.

    Can anyone confirm the case for the Netgear ReadyNAS?

    Edit:

    Ok after further reading it seems that the ReadyNAS Duo formats my drive as ext3 in 16k blocks. There are instructions for mounting a drive into a linux box here: Mounting Sparc-based ReadyNAS Drives in x86-based Linux

    There is also talk about a linux image here: ReadyNAS Data Recovery - VMware recovery tool

    I'm not sure whether this means they ReadyNAS actually implements software raid under the hood, or what?

    So it appears like it IS do-able, but do any of you linux guru's know whether this is viable and whether the fact that they are in raid 1 affect matters?

    • Dave M
      Dave M over 14 years
      What are you connecting it to? OS?
    • patrickkeller
      patrickkeller over 14 years
      Probably a Ubuntu machine
  • patrickkeller
    patrickkeller over 14 years
    I'm asking about hardware raid1
  • Alex
    Alex over 14 years
    @jacko: updated.
  • Alex
    Alex over 14 years
    @jacko: No problem. If you think this answer answers your question, mark this answer accepted (and upvote it if you like it). :)