Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Redsandx619

macrumors newbie
Original poster
Oct 8, 2013
5
0
Hello,

I've googled and read several how to's and still no luck. Hopefully you guys can help me out. :) I originally had Windows 8 installed via bootcamp and had to do a work around to get it installed before Apple patched HDs over 2TB.

So, I would like to completely reformat my HD. I want to do a clean install of Mavericks. This is where I'm having issues.
I boot up Disk Utility and the Hard Drive is showing that its full and has 0 bytes available.

v2NHekP.png



I also have a Logical Partition I can not erase or mount.
MYz9ekH.png



Here are the two Partitions, I'm unable to erase or merge them.
qnVTGki.png


I ran "Verify Disk" on the hard drive, all showed up green and "OK"
W1ZYXey.png


After the hard drive showed up as "OK" I tried to mount and erase the drive, here is the message I received:
XW1aGvF.png


Here is the erase failed message I also received
9TbfglF.png


Information from the "Info" button at the top, hope this helps for something:
vYMqCVG.png

AFE5zeM.png


After the error messages, I tried to verify the Hard Drive, I get a failed message:
oAsI1q4.png

11EFd78.png


Here is more information on the hard drive:
TXlrm2A.png


What I thought was strange, is that I'm currently working off of the "Macintosh HD" as that is what I have the OSX installed on. Although, the "Startup Disk" is showing up as "Macintosh_HD". This name doesn't appear in the disk utility.
kSWBat0.png


Here is more information from the hard drive
mCobTS1.png


I ran TechTool Pro 7 to try and repair the Disk Permissions, the open was greyed out.
2Km5SDF.png


I was also unable to rebuild the hard drive as that option was greyed out as well
EV7eekW.png


Any help would be greatly appreciated. I'm just looking to completely erase my hard drive and start fresh.
 
Last edited:
The hard drive is a member of a Core Storage Logical Volume Group, which is why you are having such trouble managing it.

To remove the logical volume group and re-initialize the physical drive, enter this is the Terminal:

Code:
diskutil cs list

You should see a tree-view of the Core Storage Logical Volume Group as well as the participating Logical Volumes. Note the UUID of each Logical Volume, and remove them with:

Code:
diskutil cs deleteVolume <UUID>

where <UUID> is the UUID of a logical volume.

After each logical volume is removed, you can remove the entire group with:

Code:
disktuil cs delete <UUID>

where <UUID> is the UUID of the logical volume group. This should trigger a re-initialization of the entire disk.
 
  • Like
Reactions: Yorb
Thank you for the reply ElectricSheep! I will give this a shot when I get home, will post my results!
 
I would also boot off the USB drive and use Disk Utility from there instead of the HD.
 
Here are my results, no luck:

-bash-3.2# diskutil cs list
CoreStorage logical volume groups (1 found)
|
+-- Logical Volume Group DD4E2A6E-0D8D-47F7-81FA-BADDAF072B15
=========================================================
Name: Macintosh HD
Size: 2999599005696 B (3.0 TB)
Free Space: 0 B (0 B)
|
+-< Physical Volume 0A9C5E71-F76E-4454-8598-53B2B62D5176
| ----------------------------------------------------
| Index: 0
| Disk: disk0s2
| Status: Online
| Size: 2198162464768 B (2.2 TB)
|
+-< Physical Volume 3FE35C51-1A55-4EE8-8B1C-16555988D8F0
| ----------------------------------------------------
| Index: 1
| Disk: disk0s4
| Status: Online
| Size: 801436540928 B (801.4 GB)
|
+-> Logical Volume Family 84D01429-4A36-497E-96DE-A5F1DFFF0382
----------------------------------------------------------
Encryption Status: Unlocked
Encryption Type: None
Conversion Status: NoConversion
Conversion Direction: -none-
Has Encrypted Extents: No
Fully Secure: No
Passphrase Required: No
|
+-> Logical Volume 2E991866-A6E7-4C99-90FE-01C92CC4DD8E
---------------------------------------------------
Disk: disk2
Status: Online
Size (Total): 2998995009536 B (3.0 TB)
Size (Converted): -none-
Revertible: No
LV Name: Macintosh HD
Content Hint: Apple_HFS
-bash-3.2# diskutil cs deleteVolume 2E991866-A6E7-4C99-90FE-01C92CC4DD8E
Started CoreStorage operation
Error: -69808: Some information was unavailable during an internal lookup
-bash-3.2# diskutil cs deleteVolume DD4E2A6E-0D8D-47F7-81FA-BADDAF072B15
Error deleting CoreStorage Logical Volume: Not a valid CoreStorage Logical Volume UUID (-69776)
-bash-3.2# diskutil cs delete DD4E2A6E-0D8D-47F7-81FA-BADDAF072B15
Started CoreStorage operation
Ejecting Logical Volumes
The volume "(null)" on disk2 couldn't be unmounted
Error: -69886: Invalid request
-bash-3.2#
 
That's strange. Usually that will let you erase.

Give Disk Warrior a try.

Perhaps whatever you did to enable Windows on 3TB drive caused a problem?

I just solved the issue this morning. I tried Tech Tool Pro 7 and DiskWarrior, no luck either.

I used Gparted.
http://gparted.sourceforge.net/

I created a bootable disk and was able to completely erase each partition with zero problems. It was pretty awesome. :)

Once erased, I was able to go back in and delete the Volume and Logical Group. Then just reformatted using the Mac Disk Utility.

Thanks for all the help guys!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.