Why Can T I Erase Disk Utility

broken image


Why Can T I Erase Disk Utility

Free Disk Erase Utility

My Mac Mini w/ Fusion Drive (that's a hard disk and an SSD pretending to be a single volume for better performance) froze and wouldn't boot. Nothing would make it boot normally again. Recovery mode was OK but couldn't erase the boot volume nor mount it via Disk Utility (I just got 'Unable to delete the core storage logical volume'), so reinstalling seemed impossible.

Fortunately, I figured out how to do it, using some help from a StackExchange post I found. See below for the details.

Hi, I've a windows installation DVD that is RW and I want to erase it and re-burn, but the 'Erase this Disc' option is greyed out and doesn't work! I tried to format this disk but it shows 'The disk is write-protected'. The same is the situation for every disk that I insert in my PC. Though, all those are re-writable. What should I do? HP Disk Sanitizer and Secure Erase are tools used to permanently remove data from a hard disk or solid-state drive. The deleted information cannot be recovered. HP Disk Sanitizer: Works only on hard drives.

Whenever I try to erase using Disk Utility after booting off USB Clover and then opening up Disk Utility inside the installer it doesn't work. Let me explain: After click erase and choose the Format as Mac Os (journaled) (or whatever the whole name is) I click the erase button and then it unmounts the drive, reformats it and stays unmounted. Well, Ive been meaning to install updates for OS X 10.2 on my iBook Clamshell. However: when I click the erase tab on disk utility, Its all blocked out. Here is a screen if it helps.

The magic incantation that fixed it was inspired by instructions I found here:
http://apple.stackexchange.com/questions/136590/how-can-i-delete-a-partition-corestorage-logical-volume-from-the-terminal

Why Can T I Erase Disk Utility Disk

Note: THIS WILL WIPE YOUR HARD DISK. Only do this if you're completely ready to just burn it all down to the ground and start over with a blank boot disk.

Here are the steps:

  1. Boot the recovery volume, which will take you to an OS X Utilities page that shows four options: 'Restore From Time Machine Backup', 'Reinstall OS X', 'Get Help Online', and 'Disk Utility'. If you have gotten to this article you have probably already been into Disk Utility a few times already without success, so don't open Disk Utility.
  2. From the Utilities menu of the 'OS X Utilities' app, open Terminal. (Maximize the terminal window that opens so it's easier to see the output of the next step.)
  3. Run diskutil cs list . Using the mouse, copy the long alphanumeric string that's on the third line of output after 'Logical Volume Group'. That's the Logical Volume Group's universally unique identifier, a.k.a. its 'lvgUUID'.
  4. LAST WARNING: FROM HERE ON OUT THIS DELETES ALL OF THE DATA ON THE HFS+ LOGICAL VOLUME (but it doesn't delete the recovery partition).
    Run diskutil cs delete FOO-BAR-BIZ-BAZ, where FOO-BAR-BIZ-BAZ was your lvgUUID. This deletes the logical volume group. diskutil will print things about erasing the physical partitions that made up the logical volumes, which in my case were /dev/disk0s2 (a 931GB partition on the internal hard disk) and /dev/disk1s2 (a 113GB partition on the internal SSD). Pay attention to the names of the devices that it just liberated on your system, since you'll use those device names in the next step.
    At this point you have two empty HFS+ partitions that are not a Fusion drive anymore, so you'll want to rebuild the LVG from those two physical partitions.
  5. Run this: diskutil cs create'Macintosh HD'/dev/disk0s2/dev/disk1s2 and adjust the /dev/. stuff to include the partitions that diskutil said it erased & mounted in the prior step.
    On my Mac Mini it took about a minute to finish.
    At this point if you run diskutil cs list you should see just a Logical Volume Group and as many Physical Volumes as you added (which is two in my case, disk0s2 and disk1s2), without any Logical Volumes yet.
  6. Quit Terminal.app and run Disk Utility from the main 'OS X Utilities' app.
    Disk Utility should show 'Fusion Drive' without any partitions in it, which is expected since we just created the Logical Volume Group without any Logical Volumes in it.
  7. Select the Fusion Drive and run First Aid on it.
    First Aid will immediately create a Logical Volume and format it, leaving one big partition of type'OS X Extended (Journaled)' named 'Untitled'.

Now you're free to do whatever you want with this empty disk. Toast disc burner. In my case, I erased it and created a new partition named 'Untitled' of type 'OS X Extended (Journaled, Encrypted)' since I want full-disk encryption.

(I tried to call it 'Macintosh HD' during the erase step, but Disk Utility failed to erase the disk and complained that name was invalid, so I just left it as 'Untitled', erased the disk, and then renamed it by selecting the Untitled volume in the left-hand-side list of devices, then clicking on the right-hand-side pane where the name Untitled was shown and editing it there.)

After this, I quit out of Disk Utility, and ran the 'Reinstall Install OS X' app. That does a network install which first required me to log in with my Apple ID and then downloaded the install files.

Hello!

I am running Macbook Pro (Late 2011) on Sierra osX.

First I repartitioned my HD into single partition(I had Bootcamp). After that I went to encrypt my HD using FileVault and it got stuck for days at around 60%. I think the problem might be something with repartitioning the HD but I see others have problem with encryption as well.

Utility

Free Disk Erase Utility

My Mac Mini w/ Fusion Drive (that's a hard disk and an SSD pretending to be a single volume for better performance) froze and wouldn't boot. Nothing would make it boot normally again. Recovery mode was OK but couldn't erase the boot volume nor mount it via Disk Utility (I just got 'Unable to delete the core storage logical volume'), so reinstalling seemed impossible.

Fortunately, I figured out how to do it, using some help from a StackExchange post I found. See below for the details.

Hi, I've a windows installation DVD that is RW and I want to erase it and re-burn, but the 'Erase this Disc' option is greyed out and doesn't work! I tried to format this disk but it shows 'The disk is write-protected'. The same is the situation for every disk that I insert in my PC. Though, all those are re-writable. What should I do? HP Disk Sanitizer and Secure Erase are tools used to permanently remove data from a hard disk or solid-state drive. The deleted information cannot be recovered. HP Disk Sanitizer: Works only on hard drives.

Whenever I try to erase using Disk Utility after booting off USB Clover and then opening up Disk Utility inside the installer it doesn't work. Let me explain: After click erase and choose the Format as Mac Os (journaled) (or whatever the whole name is) I click the erase button and then it unmounts the drive, reformats it and stays unmounted. Well, Ive been meaning to install updates for OS X 10.2 on my iBook Clamshell. However: when I click the erase tab on disk utility, Its all blocked out. Here is a screen if it helps.

The magic incantation that fixed it was inspired by instructions I found here:
http://apple.stackexchange.com/questions/136590/how-can-i-delete-a-partition-corestorage-logical-volume-from-the-terminal

Why Can T I Erase Disk Utility Disk

Note: THIS WILL WIPE YOUR HARD DISK. Only do this if you're completely ready to just burn it all down to the ground and start over with a blank boot disk.

Here are the steps:

  1. Boot the recovery volume, which will take you to an OS X Utilities page that shows four options: 'Restore From Time Machine Backup', 'Reinstall OS X', 'Get Help Online', and 'Disk Utility'. If you have gotten to this article you have probably already been into Disk Utility a few times already without success, so don't open Disk Utility.
  2. From the Utilities menu of the 'OS X Utilities' app, open Terminal. (Maximize the terminal window that opens so it's easier to see the output of the next step.)
  3. Run diskutil cs list . Using the mouse, copy the long alphanumeric string that's on the third line of output after 'Logical Volume Group'. That's the Logical Volume Group's universally unique identifier, a.k.a. its 'lvgUUID'.
  4. LAST WARNING: FROM HERE ON OUT THIS DELETES ALL OF THE DATA ON THE HFS+ LOGICAL VOLUME (but it doesn't delete the recovery partition).
    Run diskutil cs delete FOO-BAR-BIZ-BAZ, where FOO-BAR-BIZ-BAZ was your lvgUUID. This deletes the logical volume group. diskutil will print things about erasing the physical partitions that made up the logical volumes, which in my case were /dev/disk0s2 (a 931GB partition on the internal hard disk) and /dev/disk1s2 (a 113GB partition on the internal SSD). Pay attention to the names of the devices that it just liberated on your system, since you'll use those device names in the next step.
    At this point you have two empty HFS+ partitions that are not a Fusion drive anymore, so you'll want to rebuild the LVG from those two physical partitions.
  5. Run this: diskutil cs create'Macintosh HD'/dev/disk0s2/dev/disk1s2 and adjust the /dev/. stuff to include the partitions that diskutil said it erased & mounted in the prior step.
    On my Mac Mini it took about a minute to finish.
    At this point if you run diskutil cs list you should see just a Logical Volume Group and as many Physical Volumes as you added (which is two in my case, disk0s2 and disk1s2), without any Logical Volumes yet.
  6. Quit Terminal.app and run Disk Utility from the main 'OS X Utilities' app.
    Disk Utility should show 'Fusion Drive' without any partitions in it, which is expected since we just created the Logical Volume Group without any Logical Volumes in it.
  7. Select the Fusion Drive and run First Aid on it.
    First Aid will immediately create a Logical Volume and format it, leaving one big partition of type'OS X Extended (Journaled)' named 'Untitled'.

Now you're free to do whatever you want with this empty disk. Toast disc burner. In my case, I erased it and created a new partition named 'Untitled' of type 'OS X Extended (Journaled, Encrypted)' since I want full-disk encryption.

(I tried to call it 'Macintosh HD' during the erase step, but Disk Utility failed to erase the disk and complained that name was invalid, so I just left it as 'Untitled', erased the disk, and then renamed it by selecting the Untitled volume in the left-hand-side list of devices, then clicking on the right-hand-side pane where the name Untitled was shown and editing it there.)

After this, I quit out of Disk Utility, and ran the 'Reinstall Install OS X' app. That does a network install which first required me to log in with my Apple ID and then downloaded the install files.

Hello!

I am running Macbook Pro (Late 2011) on Sierra osX.

First I repartitioned my HD into single partition(I had Bootcamp). After that I went to encrypt my HD using FileVault and it got stuck for days at around 60%. I think the problem might be something with repartitioning the HD but I see others have problem with encryption as well.

I decided to reformat my HD to make a clean install(I have backed up the system with Time machine) after Disk Utility have failed to repair the disk. Zip folder terminal.

Now I can not even reformat the HD using Disk Utility from CMD+R mode.

In Disk Utilty I see under Internal 'Apple HDD HTS547575A9E384 Media' under which is greyed out my 'Macintosh HD'. on Disk Images I see 'Apple disk Image Media' which is 2.01 GB and has under it 'OS X Base System'(1.29 GB) with option to eject which does not work. I tried to repair or erase 'Apple HDD HTS547575A9E384 Media' but it does not work. When erasing it says 'Erase process has failed' with details saying 'Couldn't unmount disk - Operation failed'.

What should I do?

Secure Disk Erase Utility

Either make the encryption in FileVault to continue the progress which didn't work after reading about it and trying things… or to erase the HD and start a new install from my Time Machine backup. Any help is most welcome!

Mac Disk Utility Can't Erase

Is this a good question?





broken image