Try running the command below in Terminal and tell us the output.
Code:sudo du -d 1 -x -c -g /
I don't use Time Machine. Users and Photos are about right.
sudo mdutil -E /
223 /.cleverfiles
sudo rm -rf /.cleverfiles
That didn't work. I decided to give fsck a try, but booting in single user mode I never get the root prompt to enter the command. It's an iMac Pro.Try running this in Terminal to reindex Spotlight. That is where that space used data comes from, and if the index is corrupted it can cause this. Give it 20-30 minutes to complete.
Code:sudo mdutil -E /
I did this by having the MacBook pro mounted in target disk mode on my iMac. Not sure whether you would be able to do directly from within CCC on the problem drive.
So glad it worked! There are also occasionally issues with Time Machine snapshots clogging up the system folder, as I have discovered.Thank you so much. This solved my free space issue. I would trash GBs of files and nothing would budge. Finally turned this off from within CCC and deleted ALL the snapshots. There were about a dozen, at most a few hundred MBs each, but deleting them restored about 100GB of free space on the computer.
[doublepost=1552417051][/doublepost]Hello. I have been looking in vain to find the terminal command(s) to erase the cores. They keep coming up with more and more 3gb cores. This has been happening for the last six month and I had a source from a discussion thread where someone laid out the commands but like a not smart person I just figured I could Google it again if needed again. Those commands would be appreciated.I would use a couple of terminal commands.
I would start with:Code:df
The second phase is a detailed report. As an admin user:Code:Filesystem 512-blocks Used Available Capacity iused ifree %iused Mounted on /dev/disk1 487882752 193737536 293633216 40% 1519531 4293447748 0% / devfs 363 363 0 100% 628 0 100% /dev map -hosts 0 0 0 100% 0 0 100% /net map auto_home 0 0 0 100% 0 0 100% /home
Code:sudo du -d 1 -x -c -g /
From here I can drill down looking at suspicious locations. For example, replace the / with /Users.Code:1 /.DocumentRevisions-V100 1 /.fseventsd 0 /.PKInstallSandboxManager-SystemSoftware 2 /.Spotlight-V100 0 /.vol 9 /Applications 1 /bin 0 /cores 1 /dev 1 /home 4 /Library 1 /net 0 /Network 7 /private 1 /sbin 10 /System 73 /Users 1 /usr 1 /Volumes 104 / 104 total
DS
I had same issue and think I have found a fix…
This solved it for me too. I had been using an old version of CCC. Installed the new version, and even though snapshots were turned off, there was a 355GB snapshot there (as well as the expected local TM backups). Deleted the CCC one, and my 400+GB system is now 40GB.Thanks CynicMike.