4

Catalina update failled mid-way and is stuck due to lack of available disk space. Booted from network drive and deleted files but this only increases purgeable storage and not free disk space. How to turn this purgeable storage into free storage while booted from network drive.

lcharbon
  • 173
  • https://apple.stackexchange.com/questions/371948/macos-catalina-update-failing-due-to-low-disk-space and its linked questions – anki Oct 09 '19 at 04:26

3 Answers3

1

The purgeable storage is stored in a local snapshot. Apparently you can use the tmutil in terminal to delete these. Not sure how exactly but will update later today after speaking with the genius who fixed my mac.

Update: This is what was explained to me:

  1. List IDs of local snapshots: tmutil listlocalsnapshots /Volumes
  2. Delete local snapshots: tmutil deletelocalsnapshots [date part of ID]
  3. Repeat for all snapshots.

Haven't tested so try at your own risk. Let me know if it works. Worked for me but wasn't there went the steps were preformed.

Andy Swift
  • 2,210
lcharbon
  • 173
1

Here's what solved this for me:

  1. Reboot and press Command + R to go into recovery boot mode.
  2. Restore a local Time Machine backup.
  3. Reboot after that's done.
  4. Free up more disk space before you attempt to run the upgrade again.

I didn't expect to a have local Time Machine backup, but in fact there were several.

Hope this helps you.

Tobias
  • 146
0

macOS High Sierra (10.13) or later have an APFS file system which does disk state snapshots which are accessible as Time Machine backup.

That means what in case of restart loop because of lack of free space you need to boot into recovery mode by holding Cmd + R right after machine starts, and go into Restore from Time Machine Backup there: you will have local time machine backups and will be able to restore system to its state just before the upgrade.

You don't need an external disk with Time Machine copy to do that, APFS does this for you automatically.

Kudos to @Tobias for his answer, mine has just a little more technical details on why it works.