Results 1 to 11 of 11

Thread: data from raid array

  1. #1
    Registered+
    Join Date
    Dec 2007
    Posts
    60
    Thanks
    0
    Thanked
    6 times in 6 posts
    • oddjob's system
      • Motherboard:
      • asus m4a785td-v evo
      • CPU:
      • am3 quad core
      • Memory:
      • 6gb
      • Storage:
      • 6tb
      • PSU:
      • enermax 350w
      • Case:
      • nzxt beta evo
      • Operating System:
      • windows 7 pro 64bit
      • Internet:
      • virgin media

    data from raid array

    i have a pc that is set up with a raid array that the mobo has failed and instead of repairing it i need to recover the data from the drives, how do i go about this, can i put the drives into a caddy and use software to acces it, something like getdataback for ntfs or similar. is it possible to set up another pc as a raid array and do a repair install of xp to be able to transfer the data out afterwards? excuse the noobishness of the post but i do not know much about raid array.

  2. #2
    Senior Member
    Join Date
    Sep 2009
    Location
    Scotland
    Posts
    415
    Thanks
    10
    Thanked
    56 times in 41 posts
    • dirky's system
      • Motherboard:
      • ASUS Sabertooth
      • CPU:
      • AMD FX8350
      • Memory:
      • 2x8GB Corsair Vengeance
      • Storage:
      • 256GB 840 PRO, 1TB WD BLACK
      • Graphics card(s):
      • 7970 MATRIX PLAT.
      • PSU:
      • Corsair HX650
      • Case:
      • Antec P183
      • Operating System:
      • Windows 7 x64 Professional
      • Monitor(s):
      • Dell U2412M

    Re: data from raid array

    I assume it was onboard raid, best option - imho - is to try to source a mobo with the same raid chipset, if not the same board. what kind of raid was it?

  3. #3
    Registered+
    Join Date
    Dec 2007
    Posts
    60
    Thanks
    0
    Thanked
    6 times in 6 posts
    • oddjob's system
      • Motherboard:
      • asus m4a785td-v evo
      • CPU:
      • am3 quad core
      • Memory:
      • 6gb
      • Storage:
      • 6tb
      • PSU:
      • enermax 350w
      • Case:
      • nzxt beta evo
      • Operating System:
      • windows 7 pro 64bit
      • Internet:
      • virgin media

    Re: data from raid array

    i not completely sure but i think it was raid0 setup, maybe a replacement mobo will be the way to go but that will have to wait for a while due to lack of funds so i shall try to investigate how to get the data from the disks for now

  4. #4
    Senior Member
    Join Date
    Sep 2009
    Location
    Scotland
    Posts
    415
    Thanks
    10
    Thanked
    56 times in 41 posts
    • dirky's system
      • Motherboard:
      • ASUS Sabertooth
      • CPU:
      • AMD FX8350
      • Memory:
      • 2x8GB Corsair Vengeance
      • Storage:
      • 256GB 840 PRO, 1TB WD BLACK
      • Graphics card(s):
      • 7970 MATRIX PLAT.
      • PSU:
      • Corsair HX650
      • Case:
      • Antec P183
      • Operating System:
      • Windows 7 x64 Professional
      • Monitor(s):
      • Dell U2412M

    Re: data from raid array

    yep i think thats the best bet. what motherboard was it?
    if you have space, and the data is important you might want to do a drive image of each drive before attempting to do anything. ie, under linux using dd

  5. #5
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: data from raid array

    RAID 0 is difficult to recover - you might try some of the tools from www.runtime.org - however the advice given above (to image the two drives - and rthen work on the images - is very good - it is all too easy to make a bad situation worse - by imaging the drives, you still have the original source, so if you mess up, you can re-image.

    Of course the other solution would be to simply reload the data from the backup... - maybe next time?
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  6. #6
    Registered+
    Join Date
    Dec 2007
    Posts
    60
    Thanks
    0
    Thanked
    6 times in 6 posts
    • oddjob's system
      • Motherboard:
      • asus m4a785td-v evo
      • CPU:
      • am3 quad core
      • Memory:
      • 6gb
      • Storage:
      • 6tb
      • PSU:
      • enermax 350w
      • Case:
      • nzxt beta evo
      • Operating System:
      • windows 7 pro 64bit
      • Internet:
      • virgin media

    Re: data from raid array

    going to go dwn the road of a replacement mobo and will definitely image the drives before doing anything. i have used imaging software in windows before but never in linux before. any recommendations on how i do this ie run linux from boot cd/ usb drive and which prog to use

    as an after thought - is it possible to use a pci card that has the same controller on it as the orig mobo in a pc to access the drives??

    going to make new post about the mob as the only place i have currently found it available is on ebay

  7. #7
    Senior Member
    Join Date
    Sep 2009
    Location
    Scotland
    Posts
    415
    Thanks
    10
    Thanked
    56 times in 41 posts
    • dirky's system
      • Motherboard:
      • ASUS Sabertooth
      • CPU:
      • AMD FX8350
      • Memory:
      • 2x8GB Corsair Vengeance
      • Storage:
      • 256GB 840 PRO, 1TB WD BLACK
      • Graphics card(s):
      • 7970 MATRIX PLAT.
      • PSU:
      • Corsair HX650
      • Case:
      • Antec P183
      • Operating System:
      • Windows 7 x64 Professional
      • Monitor(s):
      • Dell U2412M

    Re: data from raid array

    Method: http://madberry.org/2009/01/clone-a-drive-with-dd/
    You can boot from any livecd, knoppix etc will be fine. Make sure when you dd the image you have enough space on the target drive - and you copy the right one!

  8. #8
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: data from raid array

    The basic dd command is the one to use (from a command line or terminal window.

    format is :

    Code:
    dd if=/dev/{source} of=/dev/{destination}
    where the source is a standard *nix drive designator - eg hda, hdb sda,sdb etc. The important bit is identifying the drives correctly, as the previous poster said.
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  9. #9
    Registered+
    Join Date
    Dec 2007
    Posts
    60
    Thanks
    0
    Thanked
    6 times in 6 posts
    • oddjob's system
      • Motherboard:
      • asus m4a785td-v evo
      • CPU:
      • am3 quad core
      • Memory:
      • 6gb
      • Storage:
      • 6tb
      • PSU:
      • enermax 350w
      • Case:
      • nzxt beta evo
      • Operating System:
      • windows 7 pro 64bit
      • Internet:
      • virgin media

    Re: data from raid array

    managed to source another mobo which is the same make model etc which arrived today, drives from original board are cloning now in case i bugger them up.
    considering i am swapping the dead mobo for the exact same board if i set up the raid array as it was before wiill it simply boot straight back up and work like a normal setup would or is that too simple. if not will a simple repair install of xp work so no data is lost??

  10. #10
    Senior Member
    Join Date
    Sep 2009
    Location
    Scotland
    Posts
    415
    Thanks
    10
    Thanked
    56 times in 41 posts
    • dirky's system
      • Motherboard:
      • ASUS Sabertooth
      • CPU:
      • AMD FX8350
      • Memory:
      • 2x8GB Corsair Vengeance
      • Storage:
      • 256GB 840 PRO, 1TB WD BLACK
      • Graphics card(s):
      • 7970 MATRIX PLAT.
      • PSU:
      • Corsair HX650
      • Case:
      • Antec P183
      • Operating System:
      • Windows 7 x64 Professional
      • Monitor(s):
      • Dell U2412M

    Re: data from raid array

    Technically that should work, and being that no hardware has changed as far as XP is concerned it should work without a repair. If you have images if the drives then you can play around a bit

  11. #11
    DILLIGAF GoNz0's Avatar
    Join Date
    Jun 2006
    Location
    Derby
    Posts
    10,872
    Thanks
    632
    Thanked
    1,192 times in 945 posts
    • GoNz0's system
      • Motherboard:
      • Asus Rampage V Extreme
      • CPU:
      • i7 something X99 based
      • Memory:
      • 16gb GSkill
      • Storage:
      • 4 SSD's + WD Red
      • Graphics card(s):
      • GTX980 Strix WC
      • PSU:
      • Enermax Galaxy 1250 (9 years and counting)
      • Case:
      • Corsair 900D
      • Operating System:
      • win10 64bit
      • Monitor(s):
      • Dell 24"
      • Internet:
      • 220mb Cable

    Re: data from raid array

    1st thing to try is a plain boot and windows may still see the raid array even if you have not reset it in the bios, chance is you will need AHCI mode set in the bios to pull this off.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Pro 35 RAID problem
    By OldRoy in forum abit.care@HEXUS
    Replies: 4
    Last Post: 11-03-2008, 03:30 PM
  2. Broken RAID Array
    By Nemeliza in forum Help! Quick Relief From Tech Headaches
    Replies: 5
    Last Post: 13-09-2004, 03:44 PM
  3. RAID array falling apart!
    By Steve in forum PC Hardware and Components
    Replies: 0
    Last Post: 03-05-2004, 10:30 AM
  4. Raid...
    By evildoc614 in forum PC Hardware and Components
    Replies: 7
    Last Post: 23-09-2003, 07:44 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •