Storage problem
I have Macbook air 2017, 2 weeks ago system used 24 GB of storage (I have macOS Mojave) and now it uses 87 GB even though I haven't updated it. Can someone help me?
MacBook Air 13″, macOS 10.14
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.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
I have Macbook air 2017, 2 weeks ago system used 24 GB of storage (I have macOS Mojave) and now it uses 87 GB even though I haven't updated it. Can someone help me?
MacBook Air 13″, macOS 10.14
Have you emptied the trash lately?
Terminal code to clean DocumentRevisionsfolder…
System Memory OS 10.12.6 Sierra - Apple Community
System Memory OS 10.12.6 Sierra - Apple Community
4 suggestions…
Look for iOS backups…
/Users/YourUserName/Library/Application Support/MobileSync/Backup
OmniDiskSweeper shows you the files on your drive, largest to smallest, and lets you quickly Trash or open them.
https://www.omnigroup.com/more/
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
Have you emptied the trash lately?
Terminal code to clean DocumentRevisionsfolder…
System Memory OS 10.12.6 Sierra - Apple Community
System Memory OS 10.12.6 Sierra - Apple Community
4 suggestions…
Look for iOS backups…
/Users/YourUserName/Library/Application Support/MobileSync/Backup
OmniDiskSweeper shows you the files on your drive, largest to smallest, and lets you quickly Trash or open them.
https://www.omnigroup.com/more/
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
Turns out I had a lot of files leftovers from deleted applications. I was able to delete them all with this OmniDiskSweeper.
Thank you very much for your help, if not you, I would probably have to reset an entire disk😅.
Thanks again :)
Great news, take care my friend! :)
Storage problem