Contribute
Register

Encrypted an internal hard drive with DoE compliant enrcyption is disk utility, need to format witho

Status
Not open for further replies.
Joined
Jan 3, 2012
Messages
28
Motherboard
GA-Z77X-UD5H [rev 1.0]
CPU
Intel Core i7 3770 3.4GHz Socket 1155 8MB Cache
Graphics
Gigabyte GTX 560Ti OC 1GB GDDR5 Dual DVI Mini HDMI Out PCI-E
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Ok so I lost the long password I made for one of my secondary hard drives. I can not even format the disk as the option is greyed out in disk utility. Is there any way to do this on a mac ? I don't care about loosing data it was basically empty anyway.
 
You should be able to do it anyway
Have you tried the Partition tab?
Select 1 partition and hit apply
 

Attachments

  • Screen Shot 2013-04-13 at 2.54.09 AM.jpg
    Screen Shot 2013-04-13 at 2.54.09 AM.jpg
    134.5 KB · Views: 415
Thanks but I think since I did the DoE compliant encryption this opition is not available to me. All the options you just linked to are blank in my OS. See attachments.

I need to get access the drive and format it in a way before disk-utility tries to mount the image (which I think is where the encryption comes in?) But I cant see a way to do this in the standard version of OSX.
 

Attachments

  • Screen Shot 2013-04-13 at 06.42.47.png
    Screen Shot 2013-04-13 at 06.42.47.png
    93.9 KB · Views: 223
  • Screen Shot 2013-04-13 at 06.42.02.png
    Screen Shot 2013-04-13 at 06.42.02.png
    66.3 KB · Views: 243
Use terminal:

Code:
[B]diskutil cs list[/B]

This will list your encrypted HDD's (Disconnect everything to avoid problems, leaving your encrypted HDD ONLY, you don't want to lose any data, do you?)

Copy the UUID, it's in this format:
Code:
XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX

And do this:
Code:
[B]diskutil cs delete XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX[/B]

After that, go to Disk Utility and you should be able to format it ;)
 
^ Thanks a bunch. Worked a treat :D Logical group deleted. Drive formatted. Problem solved.
 
Status
Not open for further replies.
Back
Top