You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

System Data eating my SSD

Hi everybody,

I'm having an issue with my MacBook Pro disk space. I've got a 512 GB ssd and I've got an absurdly big System Data folder, which I don't know what is related to. My situation is this (I'm Italian so labels are in Italian, but the 212,95 GB grey part are the one I'm referring to):

Is there any way to find out what are about and delete them?

I've already tried to check time machine backup but tmutils says there are no backups this drive (I'm doing daily backup on external hard drive), tried even to check email folder and removing apps but nothing. When I'm checking the disk with CleanMyMac and OmnyDiskSweeper those data seems invisible to them and they don't do anything to solve this.


Can somebody please help me?


Thank you very much!

Posted on Jul 28, 2022 2:20 PM

Reply
Question marked as Top-ranking reply

Posted on Jul 28, 2022 3:18 PM

Open Console in Utilities & see if Log entries are screaming by.


Terminal code to clean DocumentRevisionsfolder…

https://apple.stackexchange.com/questions/313102/what-will-occur-if-the-documentrevisions-v100-folder-is-deleted

macos - What will occur if the .DocumentRevisions-V100 folder is deleted? - Ask Different (stackexchange.com)


System Memory OS 10.12.6 Sierra - Apple Community


Look for iOS backups…

/Users/YourUserName/Library/Application Support/MobileSync/Backup


Purging local backups

Please note that although this doesn't affect your remote backup from Time Machine, this will get rid of the redundancy (at least until the next Time Machine backup) that a local backup disk will provide. If you need such redundancy or are worried about the recovery of your data then you would be best served to let macOS determine when to purge these files.

Start Terminal from spotlight.

At the terminal type tmutil listlocalsnapshotdates. 

Hit enter.


Here, you'll now see a list of all of the locally stored Time Machine backup snapshots stored on your disk.

Next you can remove the snapshots based on their date. I prefer to delete them one at at time. Once my "System" disk usage is at an acceptable level, I stop deleting but you can delete all of them if you want to reclaim all of the disk space.


Back at the terminal, type tmutil deletelocalsnapshots YYYY-MM-DD-HHMMSS , where will be one of the dates from your backup. This will be in the form of xxx-yy-zz-abcdef. Try to start with the oldest snapshot.

Hit enter.

Repeat for as many snapshot dates as required


http://www.thagomizer.com/blog/2018/03/27/cleaning-up-time-machine-local-snapshots.html


tmutil deletelocalsnapshots /  # deletes all the snapshots


BobHarris file sizes…

sudo du -hx | sort -h 


sudo du -hx ~/| sort -h 



Similar questions

3 replies
Question marked as Top-ranking reply

Jul 28, 2022 3:18 PM in response to mr_saroth

Open Console in Utilities & see if Log entries are screaming by.


Terminal code to clean DocumentRevisionsfolder…

https://apple.stackexchange.com/questions/313102/what-will-occur-if-the-documentrevisions-v100-folder-is-deleted

macos - What will occur if the .DocumentRevisions-V100 folder is deleted? - Ask Different (stackexchange.com)


System Memory OS 10.12.6 Sierra - Apple Community


Look for iOS backups…

/Users/YourUserName/Library/Application Support/MobileSync/Backup


Purging local backups

Please note that although this doesn't affect your remote backup from Time Machine, this will get rid of the redundancy (at least until the next Time Machine backup) that a local backup disk will provide. If you need such redundancy or are worried about the recovery of your data then you would be best served to let macOS determine when to purge these files.

Start Terminal from spotlight.

At the terminal type tmutil listlocalsnapshotdates. 

Hit enter.


Here, you'll now see a list of all of the locally stored Time Machine backup snapshots stored on your disk.

Next you can remove the snapshots based on their date. I prefer to delete them one at at time. Once my "System" disk usage is at an acceptable level, I stop deleting but you can delete all of them if you want to reclaim all of the disk space.


Back at the terminal, type tmutil deletelocalsnapshots YYYY-MM-DD-HHMMSS , where will be one of the dates from your backup. This will be in the form of xxx-yy-zz-abcdef. Try to start with the oldest snapshot.

Hit enter.

Repeat for as many snapshot dates as required


http://www.thagomizer.com/blog/2018/03/27/cleaning-up-time-machine-local-snapshots.html


tmutil deletelocalsnapshots /  # deletes all the snapshots


BobHarris file sizes…

sudo du -hx | sort -h 


sudo du -hx ~/| sort -h 



Jul 30, 2022 3:31 AM in response to BDAqua

This was the solution -> sudo du -hx ~/| sort -h 


Nothing related to DocumentRevisionsfolder, iPhone backups and Time Machine. With that command I found out I had a folder named PKInstallSandboxManager which was about 180GB, made a backup before delete the content (something related to Xcode) and then remove everything inside it. Now I finally got back my ssd space.


Thank you very much for your help, really!

System Data eating my SSD

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.