DiskUtility

I just ran repair permissions and was surprised to find that there was little that needed repair. This in direct contrast to 10.5 where every week resulted in a long scroll down for them all. House keeping must be much improved.
My question is this:-
I get the message "Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired."
How has it been modified and how do I get it back to its original state?

Hi,
I got the same result right after a clean install. As it was in 10.5, this result isn't an issue. Just leave it that way until Apple release an update that will solve this.

Similar Messages

  • Did a clean install 10.9.4. on a stock Fusion HD.  When I run "diskutil list" via Terminal, everything is wrong.  I have "EFI" and "apple Boot Boot OSX in every dev/disk** How do I fix? Any help would be much appreciated, thank you

    Did a clean install 10.9.4. on a Apple Stock 1TB Fusion Hard Drive.  When I run "diskutil list" via Terminal, everything is wrong.  I have "EFI" and "apple Boot Boot OSX" in every dev/disk**  Everything is out of place, How can I repair? Im willing too reformat if need be, however thats what I did in the first place.  Any help would be much appreciated, thank you.
    I know this cannot be correct
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *121.3 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:          Apple_CoreStorage                         121.0 GB   disk0s2
       3:                 Apple_Boot Boot OS X               134.2 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:          Apple_CoreStorage                         999.3 GB   disk1s2
       3:                 Apple_Boot Boot OS X               650.0 MB   disk1s3
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Fusion                 *1.1 TB     disk2
    /dev/disk7
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                                                   *121.9 GB   disk7

    It appears as if my startup disk has been reversed and not using the fusion ssd portion as it should.  At least its now reversed as to what it used to be originally before.  the 128gb ssd used to be on top.  Is my mac booting fusion correctly?  Thank you for responding as I was about to reformat.
    CoreStorage logical volume groups (1 found)
    |
    +-- Logical Volume Group C2619AFE-0EB5-4721-8C50-3F3DBA520D1B
        =========================================================
        Name:         fusion
        Status:       Online
        Size:         1120333979648 B (1.1 TB)
        Free Space:   114688 B (114.7 KB)
        |
        +-< Physical Volume 583AAEA9-E333-4A83-9BE3-E937396E9248
        |   ----------------------------------------------------
        |   Index:    0
        |   Disk:     disk0s2
        |   Status:   Online
        |   Size:     120988852224 B (121.0 GB)
        |
        +-< Physical Volume B0C1CB16-D46F-4387-A679-B55392BB7934
        |   ----------------------------------------------------
        |   Index:    1
        |   Disk:     disk1s2
        |   Status:   Online
        |   Size:     999345127424 B (999.3 GB)
        |
        +-> Logical Volume Family FB42B9F4-CB77-4162-831B-7DCB7816E760
            Encryption Status:       Unlocked
            Encryption Type:         None
            Conversion Status:       NoConversion
            Conversion Direction:    -none-
            Has Encrypted Extents:   No
            Fully Secure:            No
            Passphrase Required:     No
            |
            +-> Logical Volume C0B8479B-C51C-45BF-B59B-1AA5DF3A3B83
                Disk:                  disk2
                Status:                Online
                Size (Total):          1111826497536 B (1.1 TB)
                Conversion Progress:   -none-
                Revertible:            No
                LV Name:               Fusion
                Volume Name:           Fusion
                Content Hint:          Apple_HFS
    FoHeazys-Mac-mini:~ FoHeazy$ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *121.3 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:          Apple_CoreStorage                         121.0 GB   disk0s2
       3:                 Apple_Boot Boot OS X               134.2 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:          Apple_CoreStorage                         999.3 GB   disk1s2
       3:                 Apple_Boot Boot OS X               650.0 MB   disk1s3
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:                  Apple_HFS Fusion                 *1.1 TB     disk2

  • Creating a bootable USB with diskutil and dd

    I am trying to create a bootable usb drive using diskutil and dd. I have had some success but not exactly what I wanted or expected. I am creating a bootable usb for MemTest86. I have an img file provided by PassMark. I first partitioned the drive using:
    diskutil partitionDisk /dev/disk4 1 GPT "HFS+" "MemTest86" 100%
    output:
    TYPE NAME               
    SIZE  
    IDENTIFIER
       0: 
    GUID_partition_scheme                   
    *3.9 GB
    disk3
       1:                   
    EFI EFI                
    209.7 MB  
    disk3s1
       2:             
    Apple_HFS MemTest86          
    3.6 GB
    disk3s2
    This gives me what I would expect, the first partition is an EFI partition of size 209.7MB and the remaining 3.6GB, on a 4GB drive, being allocated to the second partition, /dev/disk3s2, MemTest86.
    To copy the img to the disk i first unmount the partitions on disk3
    diskutil unmountdisk /dev/disk3
    I then run dd
    sudo dd if='//Volumes/Mac Mini Backup/Archives/MemTest86 Pro/memtest86-pro-usb/memtest86-pro-usb.img' of=/dev/disk3 bs=1m
    Now, the file does end up on the usb drive but..... The data is written to the first partition which used to be the EFI partition. It is now named Untitled and it is a FAT16 partition.
    diskutil list /dev/disk3
    output:
    TYPE NAME               
    SIZE  
    IDENTIFIER
       0: 
    GUID_partition_scheme                   
    *3.9 GB
    disk3
       1:  
    Microsoft Basic Data                    
    51.4 MB
    disk3s1
       2:                   
    EFI                    
    103.8 MB  
    disk3s2
    Now, although, this isn't what I expected it does sort of work. When I boot the system into the Startup Manager there are 2 extra drives to boot from, both named "efi boot", all lower case. Both boot into the MemTest86 utility which is my goal but I first didn't expect the partition layout that I got and I can't figure out why I get 2 boot icons to select from. I am guessing that the format of the img file is causing the partition to be a FAT16 partition but I am waiting to hear back from PassMark regarding that.
    So if anyone cares to shed a little light on what is happening I would appreciate it.

    The only known way to make it work on an external drive is by first installing Windows onto an internal drive, then cloning the install to an external Thunderbolt drive. Thunderbolt is seen as an extension of the internal bus, so Windows doesn't see it as an external device.

  • Diskutil problems when trying to split mac partition

    I'm having some serious issues trying to get my mac to partition properly. I think my computer hates me. Anyways, when I try to use diskutil to split my partition up into four partitions i get an odd error that I can't find anywhere online - it says "Resizing encountered error on disk disk0s2 MacOSX: Operation not supported by device (19)", the diskutil list displays:
    /dev/disk0
    #: TYPE NAME SIZE IDENTIFIER
    0: GUIDpartitionscheme *149.1 Gi disk0
    1: EFI 200.0 Mi disk0s1
    2: Apple_HFS MacOSX 148.6 Gi disk0s2
    and the command I've run is:
    sudo diskutil resizeVolume disk0s2 60G "Ext2" "Linux" 20G "NTFS" "Windows" 68G
    and I've installed plugins to handle the Ext2 and NTFS formats, so I have no freaking clue what's going on, please help! Thank you very much in advance!

    You have to specify the numberOfPartitions you are adding:
    sudo diskutil resizeVolume disk0s2 60G 2 "Ext2" "Linux" 20G "NTFS" "Windows" 68G

  • Blue screen when boot from cd and cannot open diskutil

    HEllo
    i have problem my macbook pro 2011 i7 when i boot up after apple logo display white screen , when i boot from cd display blue screen , i'm format my ssd but same problem
    when i'm try open diskutil with CMD +R open Recovery network
    Any body can help me ?

    when i'm try open diskutil with CMD +R open Recovery network
    I don't understand what you are talking about.
    Startup - Blue Screen
    Startup - Gray, Blue or White screen at boot, w/spinner/progress bar
    Startup Issues - Resolve
    Startup Issues - Resolve (2)

  • External USB not recognized on my iMac (intel) in Disk Utility, Finder as well as in Terminal diskutil list but is listed in System Profile, which includes the location ID of 0xfa400000 / 5.  Can the location ID be used to restore USB identity ?

    My 1TB Seagate external USB not recognized by my iMac (intel) in Disk Utility, nor in Finder as well as in Terminal "diskutil list" but it is listed within the System Profile, which includes the location ID of 0xfa400000 / 5.  Can the location ID be used to restore the identity of my external USB ?

    Hello JNotorious,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    USB and FireWire Quick Assist
    http://support.apple.com/kb/ht1151
    Have a nice day,
    Mario

  • Lion problem with bootcamp diskutil and windows 7 help

    Hi I have a problem with my imac 27th
    I have installed Mac Osx 10.7.2 Lion
    Processor 2.93 GHz Intel Core i7
    Memory 12 GB DDR3 1333 MHz
    ATI Radeon HD 5750 1024 MB
    The serial number CK1160PBDNR
    I have 3 partitions on the system
    First MAC OS-500 GB on the system is mac
    Second GAME 250 GB
    Third Windows 250GB - there is prepared a partition for Windows 7
    I wanted to install Windows 7 through Boot Camp, but the error appears:
      This disk is not supported.
      I went to tools and wanted to share a disk or partition manually podzilic but I have another error:
    Disk Utility can not modify the disk: it contains physical volumes CoreStorage. Use diskutil command in the command line.
    Also tried to do this with my USB lion, but it is the same.
    Inadvertently create a new system, inadvertently waste the data. What do I do?

    Thank you - I followed your directions
    and found that I had already tagged it to watch, but hadn't realized that it was tagging both the old and the new.  Big learning curve for me.

  • RAID 1 - DiskUtility will not allow me to use Macintosh HD as a slice.

    Hi All,
    I have a fully functional Mac Mini with the 80gig HD, I have been using it for about a year and just love it (Windows convert). I have just purchased a 160gig Lacie Brick and have decided to partition it into two 80gig partitions and use one of those partitions as a slice for a RAID 1 configuration. So basically I want to mirror my internal 80 and my external 80. When I go to DiskUtility, and attempt to create my RAID, it does not allow me drag the "Macintosh HD" to be a slice in the array. Is this because it is the boot partition? This drive is one single partition, at least from the untrained eye, I am sure there is a boot partition somewhere on it. Is this something I can even setup? DiskUtility allows me to drag the external 80 to the RAID but not the internal 80.
    Any help or guidance would be appreciated.
    Thanks,
    Dave
    Mac Mini 1.42   Mac OS X (10.4.2)  
    Mac Mini 1.42   Mac OS X (10.4.2)  

    I have a fully functional Mac Mini with the 80gig HD,
    I have been using it for about a year and just love
    it (Windows convert). I have just purchased a 160gig
    Lacie Brick and have decided to partition it into two
    80gig partitions and use one of those partitions as a
    slice for a RAID 1 configuration. So basically I
    want to mirror my internal 80 and my external 80.
    When I go to DiskUtility, and attempt to create my
    RAID, it does not allow me drag the "Macintosh HD"
    to be a slice in the array. Is this because it is
    the boot partition? This drive is one single
    partition, at least from the untrained eye, I am
    sure there is a boot partition somewhere on it. Is
    this something I can even setup? DiskUtility allows
    me to drag the external 80 to the RAID but not the
    internal 80.
    Any help or guidance would be appreciated.  
    Don't think this is possible in a RAID configuration, since your external drive is not connected to the mini in the same manner as your internal. Normally RAID systems use the same type of controllers. If you want to backup your internal drive, try setting up a cron job that copies your data some time in the early morning...

  • How do I create a partition using diskutil command

    I've shrunk my original partition and now filevault2 has converted it to corestorage, as follows:
    $ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *500.1 GB   disk0
       1:                        EFI                         209.7 MB   disk0s1
       2:          Apple_CoreStorage                         315.3 GB   disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
    Now Disk Utility tells me it won't create any new partitions, and to use the command line "diskutil". I guess it doesn't work with anything other than HSF or FAT.
    But, reading "man diskutil" reveals no command option to add an individual partition. Can someone help .. what is the option to add an additional partition without disturbing the others? As I read it, partitionDisk and splitPartition are both destructive. I see that resizeVolume is non-destruction, but I'm fearful of making any changes to the 4 existing partions, since they're all System partitions.
    And, while I'm asking, I also don't see any remove option listed .. maybe mergePartitions, but again, I'd be reluctant to merge something into one of these system partitions for fear of killing it?
    regards,
    Paul

    AFAIK, you have to turn off FV2, restart, and then repartition. But, that's just a WAG.

  • DiskUtility (macosx leopard 10.5.x)  won't open compressed DMG created in Mavericks diskutility

    HELLol
    macosx leopard 10.5.x DiskUtility won't open compressed DMG images created by Mavericks
    hello I have imac and old macbook white 2008 , something happend with my imac -it don't boot (on service) ,  but i have  DMG image of whole disk of Imac with mavericks and user files , well I connect my usb HDD with image  (mavericks_all.dmg)  and macbook with leo 10.5  don't recognize my  DMG image  created in mavericks.  How can I extract  or mount     mavericks_all.dmg  in  macosx 10.5
    What a reason?  IS it features  or bug that diskutility DMG image created in newer macosx (maverics or yosemite)  can't be opened in previous osx. May be some 3rd party utility for mounting are existed? And do you have comparative table of Disk Utility compability ?

    Fixed, i asked a friend for PlatformHardwareManagement.framework and he sended me that. I replaced mine and now it works

  • External disk not shown in finder or diskutil

    When I connect an external harddrive to my Macbookpro it does not show on Finder, Diskutil (but the hdd disk starts). USB works fine. If I plug in FW when computer is shut down or sleep it works fine. Cant find out why. Tried with different cables and disks.

    You could run a Apple Hardware Test but I think the solution will be determined at a genius bar session.  I would suggest you make an appointment.
    Ciao.

  • DiskUtility error: unable to bootstrap transaction group

    I get this bootstrap error with a checksum mismatch but searching only found 1 other person with 'chksum mismatch' with 1 reply which was not of use.
    "Unable to bootstrap transaction group 611: cksum mismatch
    Unable to bootstrap transaction group 609: cksum mismatch"
    MacBook Pro 13" early 2011, 10.7.2, Kingston 60 GB SSD as boot volume. FileVault full disk encryption is enabled.
    I get this error when use Verify Disk when booted from the volume or even when I try to Repair Disk when I boot from a Lion flash drive or in target mode.
    I also get the green OK messages at the end but when I Verify/Repair again, it still shows the same bootstrap errors. Why does this happen? Why doesn't DiskUtility fix it? Is it a bad error? Seems odd that it says OK at the end but still shows the errors.
    Thanks.

    I'm seeing this issue too. Disk repair wont fix it:
    Verifying volume “Macintosh HD”
    Checking storage systemChecking volume.
    disk0s2: Scan for Volume Headers
    disk0s2: Scan for Disk Labels
    Logical Volume Group 2008965E-D094-4248-A616-CCADC11CCCFE spans 1 device
    Logical Volume Group has a 16 MB Metadata Volume with double redundancy
    Start scanning metadata for a valid checkpoint
    Load and verify Segment Headers
    Load and verify Checkpoint Payload
    Load and verify Transaction Segment
    Load and verify Transaction Segment
    Incorporate 1 newer non-checkpoint transactions
    Load and verify Virtual Address Table
    Load and verify Segment Usage Table
    Unable to bootstrap transaction group 2149: inconsistent crosscheck
    Continue scanning metadata for an older checkpoint
    Load and verify Segment Headers
    Load and verify Checkpoint Payload
    Load and verify Transaction Segment
    Incorporate 0 newer non-checkpoint transactions
    Load and verify Virtual Address Table
    Load and verify Segment Usage Table
    Unable to bootstrap transaction group 2148: inconsistent crosscheck
    Continue scanning metadata for an older checkpoint
    Load and verify Segment Headers
    Load and verify Checkpoint Payload
    Load and verify Transaction Segment
    Incorporate 0 newer non-checkpoint transactions
    Load and verify Virtual Address Table
    Load and verify Segment Usage Table
    Unable to bootstrap transaction group 2147: inconsistent crosscheck
    Continue scanning metadata for an older checkpoint
    Load and verify Segment Headers
    Load and verify Checkpoint Payload
    Load and verify Transaction Segment
    Incorporate 0 newer non-checkpoint transactions
    Load and verify Virtual Address Table
    Load and verify Segment Usage Table
    Unable to bootstrap transaction group 2146: inconsistent crosscheck
    No valid commit checkpoint found
    The volume 2008965E-D094-4248-A616-CCADC11CCCFE was found corrupt and needs to be repaired.
    Error: Storage system verify or repair failed.

  • Diskutility doesn't help in this case ....

    i'm doing maintenance on a dualcore G5 with the latest os and patches installed.
    starting from the original os disc, i run diskutility to check the boot drive.
    it gives me the following error:
    checking catalog file.
    keys out of order
    the volume Macintosh HD1 needs to be repaired
    Error: the underlying task reported failure on exit
    and this is where diskutility abort.
    any suggestions on how to best proceed from here?
    thanks!
    dualcore G5   Mac OS X (10.4.9)  

    You need to be using a backup or emergency boot drive now? right? and you have a spare empty drive to recover to? before you even repair a drive you should always first attempt to recover files you would other wise lose or don't have backed up.
    Data Rescue II demo will show what it can find.
    Sounds like bad sectors so don't expect to be able to write or update/alter any files.
    [url="http://docs.info.apple.com/article.html?artnum=106214"] Resolve startup issues and perform disk maintenance with Disk Utility and fsck [/url]
    [url="http://docs.info.apple.com/article.html?artnum=107250"] Mac OS X: fsck reports benign errors when journaling is turned [/url]
    [url="http://docs.info.apple.com/article.html?artnum=25770"] Handling "overlapped extent allocation" errors reported by Disk Utility or fsck [/url]
    [url="http://docs.info.apple.com/article.html?artnum=302411"] Disk Utility reports "Underlying task reported failure" when repairing a volume [/url]
    [url="http://docs.info.apple.com/article.html?artnum=32480"] [/url]
    Later versions of OS X have improved on Disk Utility errors and repairs, and the latest is 10.4.6 DVD. But I think you are going to need to do 7-way write erase to map out any and all of what seems to be bad sectors, and maybe use it for backups in the future, but replace it.
    Intech Speedtools should be able to do detect and map out bad sectors without erasing the full drive, but it does take time and no guarantee, and costs $89 or about what 300/320GB drive will cost.

  • Problem with diskutil secureErase

    We can not seem to get the following command to work in the terminal under 10.4.6. Secure Erase freespace works fine from the GUI DiskUtility.
    sudo diskutil secureErase freespace 1 /Volumes/Data
    or the same partition as
    sudo diskutil secureErase freespace 1 disk3s7
    or as
    sudo diskutil secureErase freespace 1 /dev/disk3s7
    Any help would be appreciated.
    All Macs   Mac OS X (10.4.6)  

    I don't know if you have seen the 'man' page for 'diskutil', but it says:
    "Ownership of the affected disk is required."
    I have a feeling that that is a formatting error in the 'man' page - it looks like the statement only applies to option 3, but it might apply to all options. From just playing around with the command, it seems to succeed if the owner of the volume runs it, but not if run by another user, oddly enough including running with 'sudo' (or directly as "root"). When executed by a different user, the command stalled at the second "Creating Temporary File" stage ('top' showed 'dd' with a high %cpu usage), whereas with 'sudo', the command failed with an error ("Could not create temporary sparse file"; error -9959).
    If the "Ignore ownership of this volume" setting was enabled, the command succeeded for me regardless of which user was running the command - with the exception of "root". So even the least privileged login user can run this command, but "root" can't - weird. I have no idea why...

  • Disk utility and diskutil information doesn't match.

    I'm trying to figure out the layout on one of my mac's. I've been doing unix for about 20 years,
    but have only just recently started using MAC OS.
    $ diskutil list
    /dev/disk0
    #:                       TYPE NAME                    SIZE       IDENTIFIER
    0:      GUID_partition_scheme                        *320.1 GB   disk0
    1:                        EFI                         209.7 MB   disk0s1
    2:                  Apple_HFS Macintosh HD            319.7 GB   disk0s2
    /dev/disk1
    #:                       TYPE NAME                    SIZE       IDENTIFIER
    0:     Apple_partition_scheme                        *639.5 GB   disk1
    1:        Apple_partition_map                         32.3 KB    disk1s1
    2:                  Apple_HFS afekigjkh2              639.5 GB   disk1s2
    /dev/disk2
    #:                       TYPE NAME                    SIZE       IDENTIFIER
    0:     FDisk_partition_scheme                        *500.1 GB   disk2
    1:                  Apple_HFS Untitled                194.4 GB   disk2s1
    2:                  Apple_HFS mac_spare               305.7 GB   disk2s5
    $ df -h
    Filesystem      Size   Used  Avail Capacity  Mounted on
    /dev/disk0s2   298Gi  158Gi  139Gi    54%    /
    devfs          111Ki  111Ki    0Bi   100%    /dev
    map -hosts       0Bi    0Bi    0Bi   100%    /net
    map auto_home    0Bi    0Bi    0Bi   100%    /home
    /dev/disk1s2   596Gi  456Gi  139Gi    77%    /Users/aftst
    /dev/disk2s1   181Gi  288Mi  181Gi     1%    /Volumes/Untitled
    /dev/disk2s5   285Gi   29Gi  256Gi    11%    /Volumes/mac_spare
    According to CLI, there are 3 disks.
    According to the Disk Utility GUI,
    there are 2 Disks. The first disk has
    1 partition, the 2nd disk has 2 partitions.
    The 320gb disk in the GUI is /dev/disk0
    The 500gb disk in the GUI is /dev/disk2.
    Where is /dev/disk1?

    Started using Apple's in 1985, but never ran or studied UNIX.
    For one 500 GB Internal HDD and one 500 GB FireWire External HD I get.
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *500.1 GB   disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:                  Apple_HFS Macintosh HD            499.1 GB   disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *500.1 GB   disk1
       1:                        EFI EFI                     209.7 MB   disk1s1
       2:                  Apple_HFS Mavericks Backup        499.8 GB   disk1s2
    I have a half dozen other External HDs, but have them ejected and shut off or disconnected so as not to confuse the information presented above.
    To be honest, I'm not sure where or what the 640 GB dev/disk1 is. Although it looks like maybe because of it's Map Scheme, it is either from an old PPC system or perhaps just Partitioned incorrectly for an Intel Mac...?
    What disk cloner did you use, generally CarbonCopyCloner (which I use) and SuperDuper bless the External Hard Drive with the proper Partition Map to make a bootable clone...?
    As for changing the Partition Scheme, repartitioning with Disk Utility (if it can find that drive) will wipe it clean. Although if it is just a clone, then maybe the best thing to do is start over with the correct Map Scheme and Format. Then use CarbonCopyCloner or SuperDuper to create and maintain your backup drive.

  • Lost volumes between raidutil and diskutil

    Suddently the Xserve (Xeon early 2008, 10.5.8) show the "?" at the boot.
    I've set up an other OS X Server on an external drive.
    None of the four volumes from the internal drives mount anymore.
    I assume the server has restarted after a long power failure that outrun the UPS.
    At first I thought the raid controller has failed BUT RAIDUtil shows every disks and volumes with the green OK dot.
    DiskUtil or disk utilities don't show any of the raid5 volumes.
    What happened to the volumes between RAIDUtil and Diskutil ?
    Is there a "deep" command to make them back ?
    PLease HELP !

    LEt me show the cli :
    TestXserve:~ root# raidutil list driveinfo
    Drives Raidset Size Flags
    Bay #1 RS1 931.51GB IsMemberOfRAIDSet:RS1 IsReliable
    Bay #2 RS1 931.51GB IsMemberOfRAIDSet:RS1 IsReliable
    Bay #3 RS1 931.51GB IsMemberOfRAIDSet:RS1 IsReliable
    TestXserve:~ root# raidutil list raidsetinfo
    Total Avail
    Raidsets Type Drives Size Size Comments
    RS1 RAID 5 1,2,3 1.78TB 0.00MB No tasks running
    TestXserve:~ root# raidutil list
    Device Name Device Type Device URL
    0 AppleRAIDCard AppleRAIDCard x-raid-device://localhost/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@1C/I OPCI2PCIBridge/SAS@0/AppleRAIDCard#AppleRAIDCard
    TestXserve:~ root# raidutil list status
    Apple raidutil version: 1.2.0
    General Status: Good
    Battery Status: Charged
    Controller #1: Hardware Version 1.00/Firmware M-2.0.3.3
    Write Cache enabled
    Volume Status Type Drives Size Comments
    R1V1 Is Viable RAID 5 1,2,3 50.00GB Condition: Good
    R1V2 Is Viable RAID 5 1,2,3 50.00GB Condition: Good
    R1V3 Is Viable RAID 5 1,2,3 1024.00GB Condition: Good
    R1V4 Is Viable RAID 5 1,2,3 701.52GB Condition: Good
    TestXserve:~ root# diskutil list
    /dev/disk0
    #: TYPE NAME SIZE IDENTIFIER
    0: GUIDpartitionscheme *465.8 Gi disk0
    1: EFI 200.0 Mi disk0s1
    2: Apple_HFS Black Leo Server 46.6 Gi disk0s2
    3: Microsoft Basic Data AXDEFI3X104 37.2 Gi disk0s3
    4: Apple_HFS Black Data 186.1 Gi disk0s4
    5: Apple_HFS Black Snow 93.1 Gi disk0s5
    6: Apple_HFS Black Xtra 102.0 Gi disk0s6
    TestXserve:~ root#
    Last command Diskutil does not show any other devices aprt from my external "Black ..." disk.

Maybe you are looking for

  • How to change my email address registered to my toshiba laptop administra​tor account

    I bought the satelite laptop with windows 8 around christmas of 2013. I registeresd it with an email that has since become flooded with junk mail. I would like to change my email. I have a new email. I know I can add another administrator account but

  • Repeat request 4 help - iTunes 6.0 not recognizing purchased

    I'm re-posting this question, hoping for help... thanks! iTunes 6.0 software not recognizing purchased songs ( msg # 1.: Posted Oct 15, 05 9:14 pm ) Good Evening, I had written for help before, but couldn't get the 5.0.1 problem resolved. There was g

  • How can i delete a full album with iOS 7

    Since update on iOS 7 I'm not able to delete an complete album, only single songs are deletable

  • Why are my clips red?

    When I upload a clip of something I recorded from my camera I get a red screen. I can hear the sounds from the clip but I can't see anything I recorded. This isn't making any sense to me. I've read through most of the help section and I've tried anyt

  • Pattern Swatch issue

    I have created a fairly complex pattern and have converted it over to a swatch. I apply as a fill inside of a rectangle and then try to print my 11x17 poster. This works perfectly fine. I then decrease the opacity of the pattern fill to 55%, try to p