Recover RAID

Hi all!
I have a dual RAID1 setup consisting of 4 drives (4 TB each) setup like this;
/dev/md0 => sdb1, sda1
/dev/md1 => sdd1, sdc1
On top of this I used LVM to create a volumegroup spanning over both arrays;
--- Physical volume ---
PV Name /dev/md0
VG Name MediaGroupArray
PV Size 3.64 TiB / not usable 2.81 MiB
Allocatable yes (but full)
PE Size 4.00 MiB
Total PE 953829
Free PE 0
Allocated PE 953829
PV UUID xdFHBj-y5ZJ-qKoE-M9PG-pgjT-EceT-G7lvxX
--- Physical volume ---
PV Name /dev/md1
VG Name MediaGroupArray
PV Size 3.64 TiB / not usable 2.81 MiB
Allocatable yes (but full)
PE Size 4.00 MiB
Total PE 953829
Free PE 0
Allocated PE 953829
PV UUID XAWTzZ-n3qj-IIoU-HHM2-0dpB-U846-EvVMjq
--- Volume group ---
VG Name MediaGroupArray
System ID
Format lvm2
Metadata Areas 2
Metadata Sequence No 3
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 2
Open LV 2
Max PV 0
Cur PV 2
Act PV 2
VG Size 7.28 TiB
PE Size 4.00 MiB
Total PE 1907658
Alloc PE / Size 1907658 / 7.28 TiB
Free PE / Size 0 / 0
VG UUID GyUJrh-qXvp-klwy-M7ps-5mqQ-WMiZ-cs3BQg
And in this volumegroup I then created two logical volumes
--- Logical volume ---
LV Path /dev/MediaGroupArray/lvsrv
LV Name lvsrv
VG Name MediaGroupArray
LV UUID fWPLSu-qGoL-Xec6-VH82-yKr4-MmSs-FWTgkM
LV Write Access read/write
LV Creation host, time angelica, 2014-07-30 21:01:33 +0200
LV Status available
# open 1
LV Size 100.00 GiB
Current LE 25600
Segments 1
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:0
--- Logical volume ---
LV Path /dev/MediaGroupArray/lvmedia
LV Name lvmedia
VG Name MediaGroupArray
LV UUID V940i2-e9VJ-8UTl-jF0k-EMDr-jJA0-6d7R4G
LV Write Access read/write
LV Creation host, time angelica, 2014-07-30 21:05:32 +0200
LV Status available
# open 1
LV Size 7.18 TiB
Current LE 1882058
Segments 2
Allocation inherit
Read ahead sectors auto
- currently set to 256
Block device 253:1
This have been working great for little over a month, until I received an email about the /dev/md0 array being degraded!
Checking /proc/mdstat
Personalities : [raid1]
md1 : active raid1 sdd1[1] sdc1[0]
3906886464 blocks super 1.2 [2/2] [UU]
bitmap: 0/30 pages [0KB], 65536KB chunk
md0 : active raid1 sdb1[1]
3906886464 blocks super 1.2 [2/1] [_U]
bitmap: 7/30 pages [28KB], 65536KB chunk
unused devices: <none>
shows that /dev/sda had fell out of the array. When trying to reassemble the RAID mdadm told me something along the line of "no such partition", sorry not able to give anything more specific since I didn't write it down...
Anyhow when I checked the partition table for all the drives I found that all the other drives showed one big partition of "Linux RAID" just as it was setup. However /dev/sda suddenly had one partition of type "Linux" that spanned just about half the drive and the rest was marked as free space. What worse was that gdisk told me that the GPT-table was corrupt and its attempts to fix it didn't work. Again sorry about the lack of details, didn't write this down either.
To try and fix it I decided wipe out the drive and then create a new partition followed by re adding it to the RAID, however i then got the following message:
sudo gdisk /dev/sda
GPT fdisk (gdisk) version 0.8.10
Partition table scan:
MBR: not present
BSD: not present
APM: not present
GPT: not present
Creating new GPT entries.
Command (? for help): n
Partition number (1-128, default 1):
First sector (34-7814035021, default = 2048) or {+-}size{KMGTP}:
Last sector (2048-7814035021, default = 7814035021) or {+-}size{KMGTP}:
Current type is 'Linux filesystem'
Hex code or GUID (L to show codes, Enter = 8300): fd00
Changed type of partition to 'Linux RAID'
Command (? for help): w
Final checks complete. About to write GPT data. THIS WILL OVERWRITE EXISTING
PARTITIONS!!
Do you want to proceed? (Y/N): y
OK; writing new GUID partition table (GPT) to /dev/sda.
The operation has completed successfully.
[evilangel@angelica ~]$ sudo mdadm --add /dev/md0 /dev/sda1
mdadm: /dev/sda1 not large enough to join array
Comparing the sizes of the different drives I now see that the working drives are "4000787030016" bytes long (as they should be) but sda is now "4000785948160", meaning about 10MB of the physical size of the drive has disappeared. Since the size of the partition is also smaller I understand why mdadm can't add it to the RAID (also kicking myself for not following the wiki and leaving 100MB of free space at the end of the drive...).
I tried to run a long self test using SMART and then checking the output but I can't see anything:
[evilangel@angelica ~]$ sudo smartctl --all /dev/sda
[sudo] password for evilangel:
smartctl 6.3 2014-07-26 r3976 [x86_64-linux-3.16.1-1-ARCH] (local build)
Copyright (C) 2002-14, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Western Digital Red (AF)
Device Model: WDC WD40EFRX-68WT0N0
Serial Number: WD-WCC4EJUPNAR5
LU WWN Device Id: 5 0014ee 20a85f85c
Firmware Version: 80.00A80
User Capacity: 4,000,785,948,160 bytes [4.00 TB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 5400 rpm
Device is: In smartctl database [for details use: -P show]
ATA Version is: ACS-2 (minor revision not indicated)
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 3.0 Gb/s)
Local Time is: Tue Sep 2 08:49:31 2014 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
General SMART Values:
Offline data collection status: (0x00) Offline data collection activity
was never started.
Auto Offline Data Collection: Disabled.
Self-test execution status: ( 0) The previous self-test routine completed
without error or no self-test has ever
been run.
Total time to complete Offline
data collection: (51720) seconds.
Offline data collection
capabilities: (0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 2) minutes.
Extended self-test routine
recommended polling time: ( 517) minutes.
Conveyance self-test routine
recommended polling time: ( 5) minutes.
SCT capabilities: (0x703d) SCT Status supported.
SCT Error Recovery Control supported.
SCT Feature Control supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x002f 200 200 051 Pre-fail Always - 0
3 Spin_Up_Time 0x0027 185 185 021 Pre-fail Always - 7725
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 7
5 Reallocated_Sector_Ct 0x0033 200 200 140 Pre-fail Always - 0
7 Seek_Error_Rate 0x002e 200 200 000 Old_age Always - 0
9 Power_On_Hours 0x0032 099 099 000 Old_age Always - 773
10 Spin_Retry_Count 0x0032 100 253 000 Old_age Always - 0
11 Calibration_Retry_Count 0x0032 100 253 000 Old_age Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 7
192 Power-Off_Retract_Count 0x0032 200 200 000 Old_age Always - 3
193 Load_Cycle_Count 0x0032 200 200 000 Old_age Always - 19
194 Temperature_Celsius 0x0022 121 097 000 Old_age Always - 31
196 Reallocated_Event_Count 0x0032 200 200 000 Old_age Always - 0
197 Current_Pending_Sector 0x0032 200 200 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0030 100 253 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
200 Multi_Zone_Error_Rate 0x0008 200 200 000 Old_age Offline - 0
SMART Error Log Version: 1
No Errors Logged
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Extended offline Completed without error 00% 764 -
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
Now to the questions.. what happened to make the drive fall out in the first place? But more important how can I fix it?
Also is it normal for drives to shrink like this? All of the drives where brand new when they went in to the array...

Ah I see now, got a bit confused there.
You certainly have a point there, guess I just have to consider the drive bad and replace it. Wonder if I can make a point against the reseller, one would feel a new drive (especially since it was marked as a "24/7 NAS Drive") should last a bit long before sectors start dying. Worth a shoot at least...

Similar Messages

  • Recover RAID 5 array with new root drive

    Ok, I have a root mirror and a 4 drive RAID 5 array on an E250. The linker got hosed on the root partition and mount fails as a result. I've tried repairing the linker to no avail. So I replaced c0t0d0 with a brand new drive and put a fresh install on it. The second half of the mirror is still there and can be mounted now. The question is how to I restore the RAID 5 array to get to that data without losing data on the RAID 5 array ?
    lidavidson

    Ok, here's what I got:
    From the new, fresh, root partition c0t0d0s0 the first 6 lines are the old root mirror that I copied over:
    bash-2.05# more md.tab
    # metadevice configuration file
    # do not hand edit
    d2 -m d0 d3 1
    d0 1 1 c0t0d0s0
    d3 1 1 c0t8d0s0
    d5 -m d4 d1 1
    d4 1 1 c0t0d0s1
    d1 1 1 c0t8d0s1
    d6 -r c0t9d0s1 c0t10d0s1 c0t11d0s1 c0t12d0s1 -k -i 32b
    bash-2.05# metainit d6 -r c0t9d0s1 c0t10d0s1 c0t11d0s1 c0t12d0s1 -k -i 32b
    metainit: tempest: there are no existing databases
    bash-2.05# pwd
    /etc/lvm
    bash-2.05# cd ..
    bash-2.05# more system
    * Begin MDD root info (do not edit)
    forceload: misc/md_trans
    forceload: misc/md_raid
    forceload: misc/md_hotspares
    forceload: misc/md_sp
    forceload: misc/md_stripe
    forceload: misc/md_mirror
    forceload: drv/pcipsy
    forceload: drv/glm
    forceload: drv/sd
    *rootdev:/pseudo/md@0:0,2,blk
    * End MDD root info (do not edit)
    * Begin MDD database info (do not edit)
    set md:mddb_bootlist1="sd:3:16 sd:59:16 sd:64:16 sd:72:16 sd:80:16 sd:88:16"
    * End MDD database info (do not edit)
    I also rebooted after copying the entries in /etc/system.

  • Recovering RAID1 after non RAID boot

    The system was setup to use 2 sata disks in raid-1 (mirror) configuration
    with Windows XP (SP1).
    Because of some other issues I did a bios update and forgot to activate raid in bios....
    Windows XP booted up ok, propably doing some automatic driver update.
    I wasn't allerted at that time, because I have previously seen
    XP reconfigure itself  after minor bios changes.
    It was only latter when I noticed the new disk on explorer, and started to worry.
    Turning RAID on in BIOS causes the Windows XP bootup to fail, because
    of "missing system file" in windows directory. Trying without RAID
    system boots ok.
    Is there any way of recovering RAID operation without reinstalling everything?

    It's strange that it wouldn't boot off the raid anymore simply because you unknowingly allowed it to boot with the Raid disabled after the Bios update. It Really shouldn't do that.
    The only thing I can suggest is trying to restore the driver. Can you boot to safe mode with the Raid enabled? Then run WinXP system restore to before you updated Bios. Failing that try running system restore with the Raid disabled as it will boot that way and when it does the re-boot, go into Bios and re-enable the Raid then allow the reboot to continue.
    Finally, you could do a repair installation of XP. Load the XP CD and hit F6 to load the Intel Raid driver again. Then let it find the XP partition and follow the prompts to do a repair install. This keeps all your settings and programs but any updates to XP(ie: SP2 etc...) will be gone. Again you should backup all crucial data before doing any of this.
    Personally, if system restore doesn't work I would just burn a Slipstreamed Copy of XP with SP2 built-in from your original disk and do a fresh install.
    Not what you wanted to hear I know....anybody got any other ideas?

  • RAID 0-one drive is "Roaming." Any way to get it back?

    I have four drives on the Mac Pro RAID card. One drive is assigned to a JBOD RAID Set (for my system) and the other three are assigned to a second RAID-0 Set.
    Today my second RAID Set (and its volumes) is listed as "Not Viable." The drives themselves are all green (Status: Good) but two are in State: Assigned while the third is in State: Roaming.
    Is there any way to get my third drive back in my RAID Set, or did my whole drive just get thrown away?
    PS: I know that I can't recover RAID-0 when one of the drives has failed. I'm wondering if I can recover RAID-0 when all the drives are good.

    Add me to the list of failed raid with mac pro raid card. I had one drive go offline so I put in a new drive. During rebuild, computer freezes requiring hard reset. Raid volume destroyed and now all drives show up as roaming. Another episode of Apple sweeping problem under rug. Sad!!

  • Raid Admin 1.5 - Recognize Array button not active

    Hi all,
    just updated to RaidAdmin 1.5, updated firmware on both controllers to 1.5 version.
    I have 6 disks on which should be my lost array. Suddenly 'Recognize Array' button in utilities is not active.
    Any idea?
    Leos.

    ok. The whole story:
    Few month ago, I had RAID 3 schema on 6 disks. I did firmware update on my XRaid. This update WAS SUCCESSFUL. After XRaid restart, I lost my array. I didn't have backup. After unsuccessful local Apple support, I tried 3rd party companies to reascue my data. Noone helped me. I managed help from Apple in US, I sent my disks to them (quite expencive, I am from Czech Republic.). They recovered raid set on my disks to RAID 3 schema on 5 disks only - don't understand this. So I called them back a and I sent disks again, with detailed desription how it must be. Thay sayed OK and sent me back 6 disks, with no raid set schema - 6 unassigned to any array. And as a bonus, one of them was failed. So, now I have 6 disks, Apple claims, that raid schema is on disks (but i cannot see it on my raid - I realy tried everything - swapping possitions, controllers, cables .....). So when Raid Admin 1.5 brings this new function - recognize array, I started thinkink, that I have one more chance to recover my data back. But situation is as I described in first topic....

  • Hi, i have tryed to install os x leopard, (its a old imac) , disk utility is greyed out , my install dvd cant find any hdd to install on , my only way to format and configure is through terminal but dont know what commands to execute

    hi, i have tryed to install os x leopard, (its a old imac) , disk utility is greyed out , my install dvd cant find any hdd to install on , my only way to format and configure is through terminal but dont know what commands to execute...
    i tryed diffrent commands such as diskutil eraseDisk JHFS+ Disk1
    diskutil list , wont show up my harddrive , i now its functionally cause it shows up in disk utility with name and i can get info about it , but everything is greyed out can only switch between "erase , partition , recover , Raid ,....
    when i click the apple in the top left corner the whole menu is greyed out... what to do ?  help me please
    Sincerly AppleNoob92
    p.s i have no experience in apple imac's at all never used before, but im kinda windows nerd so computers i understand but this imac make my insane, cant seem to find any solutions anywhere on the WWW....

    Your HD may be crashed, so you probably should use the oringinal install discs to run Apple Hardware Test in extended mode. If error codes appear this confirms a hardware failure. In addition you cannnot repair the HD using Disk Utility from the startup disk, you have to use the origninal Install discs that shipped with the computer or the most up-to-date version of OS X on a disc that you have.

  • How to recover data from failed drive that's part of mirrored raid

    Hi Guys,
    hope to get help from someone knowledgeable out there. I have a macpro and recently experienced a failed drive. I set up that failed drive as part of a mirrored raid, this set is not my primary drive and so my computer is stilling up and running but now am wondering how I access the data from the mirrored drive. Should the mirrored drive automatically mount on my desktop whereby I would be able to access the files? This is my first drive failure and I was under the impression having a mirror would duplicate my data and allow me to access it in situations like this. I'm a bit of novice in this area and not sure if the data is truly on the "mirror" or if there are things I need to do.
    I launched disk utility and was able to see the mirrored drive and I selected "mount" drive but it would not mount; I then selected "verify" and got "unrecognizeable filesystem" Is this normal? Am I suppose do something to get access to the mirrored drive? Do I install a new drive in place of the failed drive and expect the raid to rebuild automatically whereby I then see the data?
    Your help is much appreciated.

    Even with a mirror, you still need a backup.
    Along with Disk Utility, you still need 3rd party (TechTool Pro 5, Disk Warrior 4.1.1+).
    And if you like to use RAID and esp mirror RAID, consider
    http://www.softraid.com which is a step above (the pdf guide, manual you can download and they have a demo, so worth the read). SoftRAID can also import/convert an Apple RAID to its own format which has been known to recover drives and data.

  • I had a power mac g4 into which i put 3, 320 gb PATA hard drives in a raid slice config so that it worked as one drive needless to sat that i lost the g4 to a surge but the drives are good. now i have an imac, how can i recover the info off those drives

    i had a power mac g4 into which i put 3, 320 gb PATA hard drives in a raid slice config so that it worked as one drive needless to sat that i lost the g4 to a surge but the drives are good. now i have an imac, how can i recover the info off those drives. can i put the drives in external cases and plug them all in, will the imac see them as a raid slice then  help please

    Before you have another accident:
    Buy a UPS of good quality and sufficient to your needs.
    I would have to assume that the drives were connected to a PCI PATA card, hopefully. Otherwise, well RAID and having drives on the same bus (master and slave).
    And no backup, none at all...
    Get your hands on a G4.
    Data Rescue 3 from Prosoft maybe.
    If they were SATA and running on PCI SATA controller, very popular and common really in G4s, more options would be open.

  • Recovering data from RAID 0 working disks on a laptop.

    As a former Windows user, I setup a two disks RAID 0 years ago where I put stuff I don't remember. Now I sold my old PC, the RAID controller card broke down, but I retained my working disks because I'd like to recover data stored in there.
    Is there any way you guys know to recover data files from those 2 disks? I thought of treating them as external drives (I've got a MBP, so this is the only one expansion option), make images of them, mounting them and then copy the data in my MBP.
    Thanks!

    I would say the Windows PC would be your best bet but the odds of recovering anything at all is still extreme poor even there.
    The way RAID 0 works is a bit like dealing cards. When you start a new hand in a card game the dealer deal a card to each player in turn. In the case of RAID 0 the computer is the dealer and the disks are the players.
    So what you are attempting to do is undeal the hand. Now while that may sound trival, it is in fact not. Hence on of the reason that everyone says RAID Arrays should always be backed up.
    Allan

  • Both drives failed in RAID 1 array. How do I recover from this?

    So I have a large problem on my hands; my RAID 1 array has 2 disks which have both failed. One disk failed at a time with a span of about a month between the 2 failures. Since I hear no clicking noises from the disks and I can still see both of them when I do a "diskutil list", I'm guessing the disk electronics are good as well, so I should be able to work with the disks. Here's the output from "diskutil checkRaid" :
    Name: USB RAID Set 1
    Unique ID: AD191DE5-49CB-4BEE-9362-D98B690DAC3A
    Type: Mirror
    Status: Offline
    Device Node: disk2
    Apple RAID Version: 2
    # Device Node UUID Status
    0 disk1s3 5D09E4DE-E0E9-4518-8672-F247F5CE0CBB Failed
    1 disk3s3 431B65E0-DF51-4045-8C1E-CCB69E95916D Failed
    Here's what I'd like to do: Although I have a good idea of which of the 2 disks has the most recent data on it, I'd like to be able to mount disk1s3 and disk3s3 independently and compare which has more data on it. Then, I'm going to plug in another USB hard disk and copy the data from the failed raid disk with the greatest disk utilization over to the USB disk I plugged in. At that point I'll trash the RAID 1 array and start over again. Of course I have no backup of my data, so just recovering isn't an option (my genius thinking was, "Ahh who needs backups, I'm using RAID!" Hah.. good one).
    I tried doing the following to mount the slices: # diskutil mount disk1s3 and # diskutil mount disk1s3 force. Neither of which mount the disk. I've also tried specifying a mount point and that doesn't work either. All commands come back with "Volume disk1s3 mounted" but if I type "mount", I don't see it mounted anywhere. dmesg and /var/log/system.log don't give me anything useful about why the slices don't mount... the only thing I see from dmesg are the errors which started this mess:
    HFS resolvelink: can't find iNode6487433
    USBF: 107524. 33 AppleUSBEHCI[0x27c4800]::DoControlTransfer sync request on workloop thread. Use async!
    AppleRAID::recover() member 5D09E4DE-E0E9-4518-8672-F247F5CE0CBB from set "USB RAID Set 1" (AD191DE5-49CB-4BEE-9362-D98B690DAC3A) has been marked offline.
    AppleRAID::restartSet - restarting set "USB RAID Set 1" (AD191DE5-49CB-4BEE-9362-D98B690DAC3A).
    disk2: media is not present.
    HFS: err 6 reading VH blk (RAID 1)
    jnl: flushing fs disk buffer returned 0x6
    disk2: media is not present.
    jnl: dojnlio: strategy err 0x6
    jnl: writejournalheader: error writing the journal header!
    AppleRAID::restartSet - restarting set "USB RAID Set 1" (AD191DE5-49CB-4BEE-9362-D98B690DAC3A).
    AppleRAIDSet::addMember() detected expired sequenceNumber (12) for member 5D09E4DE-E0E9-4518-8672-F247F5CE0CBB
    Also here's a diskutil list in case that's useful to anyone:
    # diskutil list
    /dev/disk0
    #: type name size identifier
    0: Applepartitionscheme *74.5 GB disk0
    1: Applepartitionmap 31.5 KB disk0s1
    2: Apple_HFS Macintosh HD 74.4 GB disk0s3
    /dev/disk1
    #: type name size identifier
    0: Applepartitionscheme *931.5 GB disk1
    1: Applepartitionmap 31.5 KB disk1s1
    2: Apple_Boot 128.0 MB disk1s2
    3: Apple_RAID 931.4 GB disk1s3
    /dev/disk2
    #: type name size identifier
    0: Apple_HFS *931.4 GB disk2
    /dev/disk3
    #: type name size identifier
    0: Applepartitionscheme *931.5 GB disk3
    1: Applepartitionmap 31.5 KB disk3s1
    2: Apple_Boot 128.0 MB disk3s2
    3: Apple_RAID 931.4 GB disk3s3
    /dev/disk4
    #: type name size identifier
    0: Applepartitionscheme *647.5 MB disk4
    1: Applepartitionmap 31.5 KB disk4s1
    2: Apple_HFS DiskWarriorCD 647.4 MB disk4s2
    So, does anyone know how I can mount the slices independently so that I can grab the data off the useful slice?

    Ok figured this one out myself. So the file system types that the FS is labeled with isn't known by the standard mount program, but really under the covers apple's software raid slice is just a HFS partition. Fantastic.
    1) So first you figure out what slice you want to mount, in my case /dev/disk1s3 (oh ya, unlike the diskutil command, you need to actually specify the full path to the device so you need the /dev in there)
    2) Create a mount point to mount the slice to "mkdir /Volumes/disk1s3" for example
    3) Mount it up! "mount -t hfs /dev/disk1s3 /Volumes/disk1s3"
    4) If you're interested in actually using the GUI to view the files, you can place an alias on your desktop by doing a "ln -s /Volumes/disk1s3 /Users/<putyour_user_namehere>/Desktop/disk1s3 "
    This probably only works for a RAID 1 or maybe even a RAID 1+0 but in any case it allowed me to pull my data off so that I could back the data up and re-create the RAID 1 setup. You should only be doing this if both your drives get marked as failed, otherwise it's way easier to just use the disk utility to repair the array.

  • Quicktime won´t open .mov files recovered from raid array discs

    Hi, my Apple Raid died on me.    I managed to recover the files of each disk and moved into external USB drives.
    The files are there, but Quicktime won´t open them.      Is there a way to repair these these files ?.
    Thanks
    Mac Pro Early 2009
    Processor  2 x 2.26 GHz Quad-Core Intel Xeon
    Memory  6 GB 1066 MHz DDR3 ECC
    Graphics  NVIDIA GeForce GT 120 512 MB
    Software  OS X 10.8.4 (12E55)
    3TB Raid disk / Apple Pro Raid card
    AJA Kona LHi card
    FCP 7.0.2
    OS X 10.8.5
    OS X Mountain Lion (10.8.4)

    Hello Niebby,
    According to the description of the issue provided looks like some change has been done in your system. Most probably a change in the installed codecs. I would suggest you to check whether the required codecs are installed under the folder "/Library/QuickTime".
    If reinstallation is needed you can check this post "QucikTime Codecs Installation" to get some details about how to proceed.
    --Javier
    'I may receive some form of compensation, financial or otherwise, from my recommendation or link.'

  • Recover server from Raid 1 mirror

    I have a Sunfire V210 with 2 hard drives using Raid 1 to mirror the drives. After a power outage the primary hard drive has become corrupted - I have booted from cdrom -s and tried to do an fsck on the root corrupted partition but it has a bad superblock and none of the alternatives will work so I do not know if I can recover the drive.
    What I have been able to do though is mount the second mirrored hard drive from the cdrom and it all looks to be in tact. Is there anyway I can use this hard drive to restore the corrupted drive or make this drive the primary drive, boot from it, swap the corrupted drive and make it the mirrored drive or is there a better solution?
    Thanks.

    At the ok prompt try: 'boot disk1' (you've probably replaced the disk by this
    but it would be good keep in mind for the next go-round)
    Dean

  • G-raid drive failed, recovered qt's get error (-199)...HELP!!!!

    g-raid drive crashed and we recovered the files onto another drive, the recovered quicktimes get error (-199), i can't find anything that tells me what this means, please help.
    thanks,
    bill
    g5 quad    

    Just got my own answer from G-Technologies.  This is a Raid 0 only drive which means it cannot be used for mirroring at all.  Totally not what the sales rep at Apple told me, and now it will need to be returned.  

  • XSERVE RAID Disk Failed to Recover After Reset...

    Greetings,
    I've got an PATA XSERVE RAID with 14x250GB Dries setup as RAID 5.
    Last week event monitor reported that Disk 14 Reported An Error Command 0x35 ERROR 0x10 STATUS 0x51 LBA 0X3978B80.
    Not having a spare Drive available, I ordered one and Reconditioned the Raid Using the RAID Admin Tool. 3 days later it reported all as well. This morning my new ADM arrived and before I could replace Drive 14, it started generating basically the same Error.
    So I swapped in the New Drive, and it began to rebuild, now here's the kicker...
    After a few minutes it started giving me this ERROR:
    DISK 14 FAILED TO RECOVER AFTER RESET. RETRYING
    then...
    DATA WAS LOST DURING A REBUILD.
    It continued to repeat these messages until it Finally reported:
    DISK 14 OFFLINE
    So, I thought it must be a bad Drive, So I figured let me kill 2 birds with 1 stone and swap out a drive I had working fine in an XSERVE. So I ejected the new drive from the XSERVE RAID and Replaced it directly with the Drive from the XSERVE (Also 250GB) And...
    It did the Same exact thing, same errors, etc.
    So what's going on?
    RAID ADMIN reports all Components OK
    Any help is appreciated.
    Thanks
    LJS

    OK, So replying to my own issues here...
    So I've replaced the Lower Controller and updated the firmware on that Controller.
    The I ejected disk 14, waited a minute or 2, then re-inserted the Disk, then made it available for use.
    It attempted to add to the existing RAID and the errors started all over again (See 1st post)
    So apparently it wasn't the controller.
    So I figured it must be the RAID Set itself, so to be sure, I swapped Drive 8 with Drive 14.
    Deleted the ARRAY and Re-Created it, it's building now and Now Drive 8 is offline, So it would appear to be the drive, but I already replaced it with a known working drive, a new one from Apple, and then one directly from my XServe (See 1st post)
    So I'm just baffled at this point.
    LJS

  • Recovering data from a damaged mirrored RAID

    I have a puzzle I'm hoping you can help me with: I have a mirrored RAID array in a MD G4 which is not mounting (since going to Apple for replacing the logic board).
    I have tried connecting both drives to a Forensic FireWire dock to no avail; they show up as "spare" and not as a "slice".
    Any suggestions?
    Yours truly,
    -Tom
    FYI - Below are the results of "diskutil checkRAID" and "diskutil list" on this G4:
    #diskutil checkRAID
    RAID SETS
    Name: Stuff
    Unique ID: 58607662-4550-11D8-84ED-000393D28706
    Type: Mirror
    Status: Offline
    Device Node: disk4
    Apple RAID Version: 1
    # Device Node UUID Status
    1 disk1s4 AF8C5D0C-24F3-4EA3-A123-5F5E22FA6D65 Spare
    0 disk2s3 027E86C9-88CE-4973-9984-C7A010C422FF Spare
    2 Unknown Missing/Damaged
    2 Unknown Missing/Damaged
    #diskutil list
    /dev/disk0
    #: type name size identifier
    0: Applepartitionscheme *114.5 GB disk0
    1: Applepartitionmap 31.5 KB disk0s1
    2: Apple_HFS Backup 114.5 GB disk0s2
    /dev/disk1
    #: type name size identifier
    0: Applepartitionscheme *149.1 GB disk1
    1: Applepartitionmap 31.5 KB disk1s1
    2: Apple_Boot 128.0 MB disk1s3
    3: Apple_RAID 148.9 GB disk1s4
    /dev/disk2
    #: type name size identifier
    0: Applepartitionscheme *149.1 GB disk2
    1: Applepartitionmap 31.5 KB disk2s1
    2: AppleDriverOpenFirmware 512.0 KB disk2s2
    3: AppleBootRAID 149.1 GB disk2s3
    /dev/disk3
    #: type name size identifier
    0: Applepartitionscheme *74.5 GB disk3
    1: Applepartitionmap 31.5 KB disk3s1
    2: Apple_Driver43 28.0 KB disk3s2
    3: Apple_Driver43 28.0 KB disk3s3
    4: AppleDriverATA 28.0 KB disk3s4
    5: AppleDriverATA 28.0 KB disk3s5
    6: Apple_FWDriver 256.0 KB disk3s6
    7: AppleDriverIOKit 256.0 KB disk3s7
    8: Apple_Patches 256.0 KB disk3s8
    9: Apple_HFS Laura 74.5 GB disk3s9
    /dev/disk4
    #: type name size identifier
    0: *0.0 B disk4

    Razorlance wrote:
    Is it possible to just put the old SSD in the new laptop then?
    Maybe, I just cannot say with authority.  Even if they were physically the same, the question is what OSX is on the older SSD.  If it is older than the one the new MBP came with, it will not work.
    Ciao.

Maybe you are looking for

  • Excel & Hyperlinking with Sharepoint

    I have a tracking document in Excel that has each entry linked to another place on Sharepoint to locate files and intranet articles. There are no formulas or other complex entries....just text and hyperlinks. If I open the Excel file in Sharepoint an

  • Calling a report from a remote system

    Hello All, Any idea on this issue will be of great help. The scenario is like this. a. There are two SAP systems. SYS1 and SYS2. b. SYS2 has ALV reports which need to be executed from SYS1. c. I applied the following logic which successfully calls th

  • InContext Editing Too Slow

    Hi Folks, Love the concept of InContext editing but I don't think it actually works! I am only working on a simply HTML page with one other user. It takes forever to do anything. clicking the edit page button: 23 seconds clicking the done button: 56

  • A dead mouse? Or a curse on the curser?

    Very strange...All at once, the mouse stopped pointing. I can move it around blindly, but the pointer, (the business end)has vanished....Obviously Final Cut Pro is impossible to use without a pointer. Key board shortcuts won't even let you save & qui

  • Print Driver

    I have a new PC which I purchased in Spain. I have changed the language to Spanish and the County to UK. When I insatll the print driver, it is in Spanish. How can I get this in English please? Thanks Eric This question was solved. View Solution.