Reading Mac RAID disks in Windows 7

5,185

Solution 1

RAID storage formats (beyond simple mirroring) are typically proprietary -- I'd recommend borrowing a Mac temporarily to read the data off the array.

Oops, just noticed you did mean RAID 1 mirroring! That's odd. The software RAID must have written weird metadata to the drives, which is not typical for mirrors.

Perhaps:
http://www.dtidata.com/resourcecenter/2009/06/08/converting-raid-1-to-single-drive/

One, many RAID cards store meta data at the front of the drive, usually the first 128 sectors of the drive are reserved for the RAID card to use. Information like drive state, time of last boot, size and other information that is important to the RAID card is stored there If, however, the RAID card is not the primary hardware interface but instead a standard IDE port then the BIOS has no way of interpreting vendor specific data. In other words the BIOS looks at sector zero in the boot sequence, tries to find a Master Boot Record, then execute any boot it may find. The problem with this drive is that the MBR is 128 sectors down the drive since the meta data is stored in that area. Knowing this, we can trick the BIOS into skipping the meta data and pointing right to the OS boot record.

Solution 2

Windows doesn't read Mac RAIDs. It has nothing to do with your version of windows or how you RAIDed them. The way the RAID is setup on a Mac is differently to a RAID setup on a Windows machine, therefore Windows has no clue what to make of it. If anything it may detect that there are two drives, but you won't see that they are RAIDed nor can you access them. It's simply one of those compatibility issues that Windows hasn't addressed.

Share:
5,185

Related videos on Youtube

gcoates
Author by

gcoates

Updated on September 17, 2022

Comments

  • gcoates
    gcoates almost 2 years

    I have two hard drives that were set up as a RAID 1 set on a Mac. My Mac died, and I replaced it with a PC running Windows 7. I can't seem to figure out a way to read the data from my disks.

    I tried MacDrive, which worked great for non-RAID disks, but it doesn't see either of these disks at all.

    These disks are in a Rosewill 8-bay external box, which comes with a utility called SATARAID5. The problem is, that software doesn't run under Windows 7.

    Does anyone have any ideas on how to get to this data? I don't care if I end up with a RAID set or not. I just need the files.

  • Troggy
    Troggy over 14 years
    Yes, borrowing another mac would ensure you could get the data off. I agree it is odd that either drive could not be read. I wonder if others have had this issue with os x software raid 1.
  • Jeff Atwood
    Jeff Atwood over 14 years
    or, maybe MacDrive isn't "smart" enough to understand OS X software RAID 1 hard drive signatures? gcoates have you tried emailing them to ask?
  • gcoates
    gcoates over 14 years
    I tried that software that you linked, but it doesn't even see the physical drives. (Windows 7 does see the physical drives. They show up in Disk Management. I just can't do anything with them. It shows 3 partitions for each disk, which must indicate that the Mac RAID was doing something special as there was only one RAID partition.)
  • Marcin
    Marcin over 14 years
    It probably sees 3 partitions because it's reading everything wrong as it's shifted by whatever the RAID did.
  • gcoates
    gcoates over 14 years
    I ended up having to borrow another Mac.