No Freedom of Disk Space Despite Deletion

I successfully installed the 10.15 beta today and went to also grab Xcode11. Ambitious I know but I was enticed by the mousetrap that is SwiftUI.


I cleared out some old files to make space for the new Xcode image to decompress. However none of that disk space actually showed up as free in the Disk Utility. Much to the contrary actually. After several rounds of this, I have now managed to literally fill my whole disk with LORD KNOWS WHAT!


I suppose these are some sort of ghost/shadow images somewhere. I turned off "Optimize Mac Storage" On my iCloud settings. That didn't seem to fix anything.


The problem simply progressed until my disk filled. Disk is now full so I suppose that will stop the progression. Lol.


Note the install didn't fill the whole drive. I had about 10 gigs left at the end. But downloading the xcode zip brought me down to about 3 and then deleting files apparently brought me down to the megs. Now the only file space I have left to my name is on my icloud account.


I know this issue has been reported before on multiple releases. I don't know of a solve that works. I've tried a few. If anyone has a hunch let me know. Thanks.


-Colin

Accepted Reply

Try the following commands:


tmutil listlocalsnapshots /
tmutil listlocalsnapshots /System/Volumes/Data


It seems like those hidden Time Machine snapshots are stored in different locations due to the system partition change.


CAUTION: delete them using

tmutil deletelocalsnapshots <snapshot_date>
  • I wrote this command and the reply showed no record of Time Machine, just: "Snapshots for disk /:" and nothing appears after it.

Add a Comment

Replies

No, that is the partition with all your data on it.

In addition to Time Machine's problem taking up too much space for local backup, I have also noticed that it is backing up too frequently during working period on Catalina (far more than once per hour.) Why is it backing up as frequently as every few minutes?

2019-06-15-145649
2019-06-15-164016
2019-06-15-175334
2019-06-16-041328
2019-06-16-062116
2019-06-16-102852
2019-06-16-123348
2019-06-16-133002
2019-06-16-140651
2019-06-16-140654
2019-06-16-140728
2019-06-16-140753
2019-06-16-140759
2019-06-16-140854

tmutil deletelocalsnapshots <snapshot_date>


what is this "<snapshot_date>" i mean what to put there?


Thanks already

Hi,


I have the same problem but it is getting worse. I was stuck with the error of “not enough space” and i tried your solution, but in terminal when i write the code you told, it is saying “tmutil not found”. Right now, i can not see my MacintoshHD partition as well.


I have already tried opening in Safe mode but it is not working either. Is there anyone who stucked like me?

Thank you!!!

I'm getting a error of


Failed to delete all Time Machine local snapshots for volume group containing disk (snapshot name).


Sudo doesn't help. Suggestions?

you type in the full name so e.g. to delete my first one


tmutil deletelocalsnapshots 2020-05-25-204347

repeat for all 6 by changing the numbers



Thanks so much for this info, really helped me to delete a snapshot to free up used data showing incorrectly on my mac. This freed up about 60GB, enough to allow me to install the Big Sur beta. The very last comment from rdizzle detailing the syntax for the terminal command was the clincher for me as I was entering the snapshot date inside brackets which you dont need to do!!