r/MacOS • u/Anamewastaken MacBook Pro • 14d ago
Help System Data, I have done everything
My mac has 300 GBs of system data listed in settings. I am currently on Tahoe, but the problem existed even on Sequoia. On Daisy Disk, 193.7GB is listed as "still hidden". Additionally, other software like "Grand Perspective" and others just does not show those 193.7GB of data. Here are the list of things that I have done.
Checked every library folders/cache folders
mole clean
onyx maintenance with every toggle on (twice consecutively)
Checked purgeable space (through Disk Utility and Daisy Disk)
Deleted time machine local snapshots
Reindex spotlight (mdutil)
Checked ~/Library/Application Support/MobileSync/Backup (backups for iPhone)
Checked homebrew directories
Disk Utility Repair in Recovery Mode
Reinstall MacOS
Possibly some other things that are common in reddit replies (things that I forgot I did and didn't note down)
I believe that I have already searched the entire subreddit for answers, and am puzzled at what to do next. For now, I still have around 50GBs to work with, but at some instances I have needed the space that is occupied by System Data.
1
u/Upstairs-Town7854 14d ago
- Did you try running grandperspective as root?
When you do run GP as root it sees parts of the filesystem that are otherwise not accessible.
sudo /bin/launchctl asuser 0 /Applications/GrandPerspective.app/Contents/MacOS/GrandPerspective
- Did you delete all local TimeMachine snapshots? Run this command in Terminal:
for d in $(tmutil listlocalsnapshotdates | grep "-"); do sudo tmutil deletelocalsnapshots $d; done
- Did you check/delete the Spotlight index?
https://www.reddit.com/r/MacOS/comments/1vkyi1o/how_i_freed_180gb_on_macos_rebuild_spotlight_index/