I installed El Capitan today and have noticed an odd problem with available space on the SSD. Before the install the drive had 130GB available but dropped to 82GB after the install. Weird enough but then I trashed a 50GB file and as it was emptying from the trash the available SSD space actually steadily DROPPED to 62GB. Any insights?
MacBook Pro Now Having SSD Space Issue
The OS needs swap space just to run...maybe that process is a bit rough in the beta. Otherwise, be sure to file bugs.
◅▻
Could be Time Machine local backups
disable with
sudo tmutil disablelocal
Give it a min to clean up then renable it with
sudo tmutil enablelocal
There also may be some old system files in / in some folder I can not currently rember.
You're probably thinking about /Previous System it's taking up 35G for me right now..
sudo du -c -d1 -h /
...
35G /Previous System
Also, thanks for pointing out how to disable / enable local TM backups.
Thank you. Had the same problem and I got the free space back with your help.