Catalina Update Fail Purgeable Storage
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.
Here's what solved this for me:
- Reboot and press Command + R to go into recovery boot mode.
- Restore a local Time Machine backup.
- Reboot after that's done.
- 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.
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:
- List IDs of local snapshots:
tmutil listlocalsnapshots /Volumes
- Delete local snapshots:
tmutil deletelocalsnapshots [date part of ID]
- 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.