Why is my new 10TB Mirrored RAID array only showing 1.8TB total space?

I have 5ea. 2TB Western Digital hard drives in a FirmTek 5PM enclosure connected via eSATA to my Mac Pro (April 2007 model). Running Leopard 10.5.8.
I used Apple Disk Utility to set up a Mirrored Raid using MacOS Extended (Journaled) and have a check mark by "Automatically Rebuild Raid Mirror Sets." My Raid Block size is 128K.
So, by all accounts I should have more than the 1.8TB showing as available space on this array.
Here is how it looks in my Disk Utillity app (link to smug pic of Disk Uility window): http://richardbrackin.smugmug.com/Other/blogpics/RAID/754262625_iffPY-S.jpg
I found a site here: http://blog.scottmroberts.com/archives/15 that discusses removing a GPT header but that doesn't sound like a good idea.
How do I get more capacity? I have clearly done something wrong.

Oh, you have mirrored one drive with 4 others creating a single 2 TB array consisting of one main member and four mirrors. I doubt this is your intended result. If you want a 10 TB RAID, then you want a "striped" not a "mirrored" RAID.
Now, you can make a striped RAID of one pair of drives, another striped RAID with another pair, then create a mirrored RAID of the two RAIDs. This would give you a 4 TB mirrored array. But the only way to use all five drives in a single array is a 5 drive striped RAID. To learn more about RAIDs see:
RAID Basics
For basic definitions and discussion of what a RAID is and the different types of RAIDs see RAIDs. Additional discussions plus advantages and disadvantages of RAIDs and different RAID arrays see:
RAID Tutorial;
RAID Array and Server: Hardware and Service Comparison>.
Hardware or Software RAID?
RAID Hardware Vs RAID Software - What is your best option?
RAID is a method of combining multiple disk drives into a single entity in order to improve the overall performance and reliability of your system. The different options for combining the disks are referred to as RAID levels. There are several different levels of RAID available depending on the needs of your system. One of the options available to you is whether you should use a Hardware RAID solution or a Software RAID solution.
RAID Hardware is always a disk controller to which you can cable up the disk drives. RAID Software is a set of kernel modules coupled together with management utilities that implement RAID in Software and require no additional hardware.
Pros and cons
Software RAID is more flexible than Hardware RAID. Software RAID is also considerably less expensive. On the other hand, a Software RAID system requires more CPU cycles and power to run well than a comparable Hardware RAID System. Also, because Software RAID operates on a partition by partition basis where a number of individual disk partitions are grouped together as opposed to Hardware RAID systems which generally group together entire disk drives, Software RAID tends be slightly more complicated to run. This is because it has more available configurations and options. An added benefit to the slightly more expensive Hardware RAID solution is that many Hardware RAID systems incorporate features that are specialized for optimizing the performance of your system.
For more detailed information on the differences between Software RAID and Hardware RAID you may want to read: Hardware RAID vs. Software RAID: Which Implementation is Best for my Application?
Actually as I squinted at your tiny image I'm sure you never actually created a RAID. You have one 2 TB drives that are not properly arrayed with any of the other four drives.
Message was edited by: Kappy

Similar Messages

  • I bought new apple tv but it only shows Computers and Settings. how can I bring up other options, specially Youtube?

    I bought new apple tv but it only shows Computers and Settings. how can I bring up other options, specially Youtube?

    Alright, I found the issue. This is how I have resolved my issue. I hope it will help you.
    1. This issue could happen, if your apple TV doesnt have internet, connectivity to iTunes servers, or you haven't logged in to iTunes account in your apple TV
    2. Test the network on apple tv - General - settings - network - test network, Try to aviod using wifi use LAN cable, since we are trying to fix the issue.
    3. Set your exact location manually - Which city you are in from settings-General - Time Zone- choose your City currently you are in.
    4. Login to iTunes account - settings- iTunes Store- set your default store - for example I am in Mongolia but using my New Zealand account on Apple TV, in our case my Apple TV iTunes account location is New Zeland.
    5. If you are facing any issues to login to your iTunes account, That explains you have an issue with connectivity back to iTune servers, or sometimes it could be apple iTune servers may have problems. To verify which is one is the problem login to your itunes on your laptop or desktop for testing purposes, make sure you are using the same internet connection as your home apple TV is using.
    6. if you are able to login you should able to see all the available channels and full list on Apple TV.
    All the best..I just saved USD 29.00 but spend 5 hours...LOL..Its ok..its my Holiday spend with Apple TV.

  • Why does a 128gb I-pad Air 2 only show 113gb in the capacity section of settings? Where has my other 15gb gone. Surely not on the OS. (It shows 111gb available which is the apps I have downloaded already)

    Why does a 128gb I-pad Air 2 only show 113gb in the capacity section of settings? Where has my other 15gb gone. Surely not on the OS. (It shows 111gb available which is the apps I have downloaded already)

    Along with what Skydiver119 has already told you, my 64GB iPad 3 only had 57GB of available storage out of the box, so if you keep doubling the amount of already used storage on the device as you go from 16 to 32 to 64 and then to 128GB - I assume that the figure that you see is correct. The iOS and preinstalled apps account for the storage that seems to be "missing" to you on your iPad.
    The amount that you see in Settings>General>About>Capacity is in fact, the available storage capacity for your iPad. You can't change it. It is whatever it says it is in that setting.

  • Show vertical scrollbar when 1D array only shows one element

    When showing only one element of one dimensional array, only the horizontal scrollbar can be displayed.  The vertical scrollbar visible option is greyed out.  Even using property nodes does not make it visible.  I have an array of clusters with many controls in each cluster that are aranged hozizontally across the front panel.  I'd like the user to see only one element (one set of controls) at a time and be able to scroll through them using a vertical scollbar.

    I think Brent's suggestion is very good.  Another hack would be to cover the additional array elements with a decoration so that you only see one element.
    Message Edited by vt92 on 04-21-2009 09:58 AM
    "There is a God shaped vacuum in the heart of every man which cannot be filled by any created thing, but only by God, the Creator, made known through Jesus." - Blaise Pascal
    Attachments:
    need to scroll.PNG ‏14 KB

  • Mirror raid array -hard drive replacement specs

    What drive spec to I used to select the replacement hard drive? My current drive is not easy to find. Now using a samsung spinpoint sp25045c.

    I have had similar problems in the past with Snow Leopard. I can list some command line instructions to do it manually.
    sudo diskutil appleRAID repairMirror /Volumes/nameofvolume /dev/disk2
    The above will try and repair the RAID mirror by adding /dev/disk2 (or whatever number your new disk is). If it is the boot drive you are repairing and it is called ServerHD then it would be /Volumes/ServerHD
    If the repair will not work then the next thing to try is to change the original drive back to a non-RAID volume by doing the following
    sudo diskutil appleRAID delete /Volumes/nameofvolume
    then you can convert it back to a RAID again via the command line. There is probably more than one way to do this but the following is definitely a non-destructive method that can be done while actually running from the original drive.
    sudo diskutil appleRAID enable mirror /dev/disk1
    (where the number is the original drive)
    sudo diskutil appleRAID add member /dev/disk2 /Volumes/nameofvolume
    (where the number is the new replacement drive)
    sudo diskutil appleRAID update AutoRebuild 1 /Volumes/nameofvolume
    It would be a good idea to read the Unix man page before trying this
    man diskutil

  • Why is the new keynote not recording the slide show ?

    I have been using Keynote for years on my mac book I have just brought a new mac book pro retina running mavericks  and the program doesnt do half as much as the original 09..... what is going on..... am imissing something here?
    I am trying to record the presentation to save it out as a quicktime file and i'm getting an error message and it just won't record OSStatus error -67440.
    Anyone any Ideas???

    It could be your iPod phot cache is causing the issue
    http://support.apple.com/kb/ts1314
    If you're syncing from an iPhoto or Aperture album, use these steps to find the iPod Photo Cache folder in the default iPhoto Library or Aperture Library location:
    From the Finder, choose Home from the Go menu.
    Once there, open the Pictures folder and locate the iPhoto Library file. (For Aperture, this is called Aperture Library.)  If you have moved your iPhoto Library or Aperture Library to a different location, go to that location in Finder first.
    Control-click the iPhoto Library or Aperture Library file and choose Show Package Contents from the shortcut menu.
    In the next window, locate the iPod Photo Cache folder and drag it to the Trash. Important: Do not remove or modify any other file within the library package. Removing or modifying other files may cause data loss.
    Close the Finder window.

  • I used my icloud to restore everything on my new iphone 5s, but it only shows some of the photos and when I click on those that are showing it says "Loading".  What happened to my photos?  How can I restore them on my new iphone?

    I upgraded from a 4s to a 5s.  I backed up my icloud and in the Apple store they helped me transfer.  I didn't wait in the store for all my information to download and when I got home later that night the apps all downloaded and were good.  I didn't check the photos and videos though.  I think I may have stopped the icloud retoration and maybe that is why not all my photos are on my new iphone.  Now in the camera roll it shows slots for photos, but they are not there.  When I tap on the photo,  it just shows "Loading" and is working, but the photo doesn't appear.  Any assistance would be helpful

    Basics from the manual are restart, reset, restore.
    http://manuals.info.apple.com/MANUALS/1000/MA1565/en_US/iphone_user_guide.pdf

  • Output of piped array only showing one result

    I thought what I was doing was pretty simple, but I am a bit stumped on what is happening here. First, I have an XML document I am importing. Here is a sample of the XML
    <Sites>
    <Site Url="http://sharepoint/personal/joe" />
    <Site Url="http://sharepoint/personal/mary" />
    <Site Url="http://sharepoint/personal/nick" />
    <Site Url="http://sharepoint/personal/walter" />
    </Sites>
    The output I want to achieve through PowerShell is just a list of the user names: joe, mary, nick, and walter
    Here is my PowerShell
    [xml]$MySites = Get-Content C:\Sites.xml
    $MySites.Sites.Site | Select Url | Out-String | % { $_.Substring($_.LastIndexOf("/")+1)}
    This code only outputs 'walter'. If I remove the last part of the pipe and just run this
    [xml]$MySites = Get-Content C:\Sites.xml
    $MySites.Sites.Site | Select Url | Out-String
    then the output is everything as expected, but as the full URL. I have also tried changing the code a bit to this
    [xml]$MySites = Get-Content "C:\Sites.xml"
    $Users = $MySites.Sites.Site | Select Url | Out-String
    foreach ($user in $Users) {
    $user.Substring($user.LastIndexOf("/")+1)
    But this still just gives me 'walter'.
    Any ideas why a substring would change the output of an array like this?

    You aren't creating an array. You are giving the variable a string. Pipe $Users to Get-Member to see that it is a string.
    Here is an alternate way to do what you want
    Split-Path (([xml](Get-Content "C:\Sites.xml")).Sites.Site.Url) -Leaf

  • My hardware RAID 1 only showing up in disk utility and not finder.

    Last week I finally was able to take my early 2011 iMac in to have my Seagate 1TB hard drive replaced for the recall.
    Late 2010 model iMac
    OS X 10.6.8
    OWC Mercury Elite Pro 4TB x 4TB Hardware RAID
    When I took it in the RAID 1 was working just fine. When I finally got the iMac back and booted everything up the RAID 1 was getting the dialog box that read "The disk you inserted was not readable by this computer."
    I have tried going into disk utility to see if I can verify the disk and then saw it is coming up as two different volumes... Along with those two different volumes, I can not go to click verify as it is greyed out.
    I contacted OWC and they said they have never heard of this and had two solutions, to try a software like diskwarrior, or if that didnt work I can take the drives out and try another external dock to see if it is the RAID hardware.
    If anyone has any ideas as to what could help with this situation that would be great as I was under the impression (and told by a number of other people) that having a RAID 1 as my backup was good and should not need anything else. I just want to be able to get all the data off then I will rebuild it or send it into OWC.
    Thanks!!!!

    So a fault in the Hardware Raid controller could make it not read properly? I am planning on having a good backup set up after this!
    As for the screenshot, the original was not set up with the SoftRaid. When I got the computer back I installed that to see if that may pick it up and make it at least readable to save the data on it. The two in question are the highlighted 4TB drives, which befor also read as one drive as it was set up in the OWC enclosure as a hardware raid.

  • New Ibook from ebay will only show power coming from battery

    Hi, just got an Ibook G4 from ebay, everything seems to work fine but when I plug it in to charge and such it doesn't recognize it as being plugged in, it still runs from the battery.
    When I went to do a software update it gave a message saying that it wasn't plugged into a power source.
    Thoughts?
    Maybe the power cord is just bad?

    brownrecluse:
    As Richard has suggested, I would begin by checking the external power supply. If you can't borrow one from a friend, take your computer down to the Apple Store and have them test it with one of their power supplies. If it charges the battery, you will need to buy a new power supply. Contact your eBay seller and tell them you got a bum power supply. They should make it good.
    If, however, a known good power supply does not charge the battery, it could be the DC-in board or some other internal issue, as Richard noted. This could be a difficult process, so I suggest contacting the seller and letting them know that you are having issues. Again, ask them to get it fixed or take the computer back and return the money. Unless you are familiar with the insides of the iBook G4, that would be the route, or else you would need to get a professional to troubleshoot and repair it.
    cornelius

  • Expanding Hard Drive Space and Create new RAID arrays

    I currently have a 120GB HD that came with computer. I recently installed a new 250GB hard drive to expand my hard drive space. The questions is, can I mirror my current (120GB) hard drive onto the new 250GB drive, install a second 250GB drive, and then create a software RAID with the new drive set, thus creating a 500GB software raid with my the data contained on my old (120GB) hard drive?

    Hi subterranean;
    Welcome to the Apple Discussion Forums.
    If you mirror a 120 GB drive and a 250 GB drive, the result will be equal to the smaller hence you would end up with a 120 GB mirror RAID array.
    That doesn't sound to practical to me. Exactly what do you hope to gain here. It might help you to talk about end results rather then solutions. That way we can come up with solutions that will give you the results you are after.
    Allan

  • 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.

  • Workaround to use drives with 4096b block for mirrored RAID?

    I have 2 Hitachi 2TB Drives. One is a few months old and uses 512b blocks, the other is the same model, but newer and uses 4096b blocks.
    When I try to set up the RAID Set I get the error: MediaKit reports block size error, usually caused by not being a multiple of 512.
    From reading the message board, it looks like this a known bug when trying to encrypt drives with 4K block sizes or add them to a RAID Array.
    Is there any way to set these up as a mirrored RAID array other than waiting for apple to fix the problem? Are there third party apps that can be used to fix this problem?
    Thank you for your time.

    I have the exact same problem, and until Apple solves this bug, I no longer have a hard drive large enoug for my Time Machine back-ups. I have submitted the bug, but I really need a solution. Please help!

  • RAID array became drive F: instead of C:

    Hm... when installing Win XP new on my new system, the RAID array (which is bootable and has the op.system) became drive F: and my ZIP drive is now drive C:  8o
    It wouldn't bother me too much, but some software insists on being de-compressed to C: during installation - good thing that not one of my CD-ROMs became drive C: , lol
    Any way to change the drive assignment so that the array would become C: ?
    On my earlier K7T266Pro2-RU, I had no such phenomenon  ?(

    changing it is childs play, however you cant do it.
    first ill tell you how, then ill tell you why you can't.
    ok, goto control panel, then administrator options, then computer management, then select Disk Management
    Down on the left hand side at the bottom you should see your disks and Cd drives etc with there current letters, right click and slect new letter, but you can use a letter already in use, so the one on C or D you want to use, change first to H or whatever, then change the one thats wrong to what it should be and then change back your drive to C or D or what you want it to be.
    But, why can't you change it?
    Because all the root paths for windows will be pointing to F:\ and if you change to C:\ you may well find gods unholy mess on boot up. Thats if it even boots up.
    Way to do this is boot PC with only CD and hard disk on, when XP is all happy make sure letters are ok, and then start adding devices and changing letters.
    When all service packs and updates installed and win XP totally happy, at that point i suggest doing the activation, not before, incase something goes wrong and you need to reinstall.
    hope that helped..

  • How to separate drives in a mirrored RAID without losing contents?

    Perhaps senseless questions (non-issues), I'm not sure. Better to ask than to regret a stupid move ...
    I have an external mirrored RAID array (running 10.4.11) which is generally my startup volume(s) for a G4 Mini. Obviously, I can also boot from the internal drive.
    1. What happens if I disconnect them from each other (firewire cable) ? Is the drive that remains connected to the CPU still accessible?
    2. If I (somehow?) "Undo" the mirrored RAID set, is data on either or both drives lost or do the contents remain intact and accessible?
    3. If drive contents remain intact and accessible, then how does one "undo" a RAID set" ? Disk Utility "Help" and several forum searches have not been helpful (void of all pertinent content).
    My apologies if these are "stupid" questions and thanks in advance for informed responses.

    thanks - nice to know
    However - when I open DU, select this raid set, choose the RAID tab, I see NO option of "delete" - only "erase" button. Perhaps I need to (re)start from a different drive.
    IMO neither one of those terms is exactly intuitive for uncoupling a mirrored set. I do not want to delete or erase anything, just uncouple them so they are once again independent drives (without loss of content). BTW, since I typically boot (start) from the current set, I presume that either drive (once decoupled) will also be boot-able with preferences etc. persevered!

Maybe you are looking for

  • Cannot open a PDF within IE9 on Windows 7

    Hello, I am experiencing an Adobe Reader 10.1 issue with computers running Windows 7 32 bit with IE9. When the user goes to a SharePoint page and tries to open a PDF we see the following error: "There is a problem with Adobe Acrobat/Reader. If it is

  • Can Not Sync Contacts and Calendar to iPhone Since iTunes Upgrade to 7.6

    Hello, I have an iPhone and iTunes installed on my PC--which is running Windows XP Home Edition 2002 SP2, and I only sync my Contacts and Calendar using the sync functionality through iTunes and MS Outlook 2007. I was on iTunes 7.4 and everything wor

  • Extending or scrolling a template

    Hey I can't figure this out and need a little help. I've got a presentation I've set up in iweb (specifically the road trip template), and have one page where I need to paste in an excell table. Unfortunately the table is much too long for the set ba

  • Application won't open....?

    I try to open an application, it bounces in the dock for a second or so, and then disappears. Try to open it again, and it almost doesn't even show up in the dock. This has happened quite a few times, with different programs. Can anyone tell me what'

  • Error 62 - downloading stopped what does this mean?

    Hi please help what is the problem when error 62 comes up and stops the download process?Adobe Creative Cloud