If indeed the items in the trash are still there, and they might not be, then perhaps the items in the trash are "invisible" or otherwise protected. AFAIK, they can't be removed until they are made visible, or erasing with an app like Permanent Eraser (free) http://www.eenwaith.com/products/permanent eraser/ That is what I use and it works great.
Still, others that know more (easily done) than moi may well have other thoughts.
At any rate, please advise of your success (or not).
I have a strange issue, one I've never experienced before, atleast in Windows. I've put over 10GB of files in the trash, emptied the trash, yet the free space doesn't change. Why isn't my free space recovered? What am I missing?
Many thanks, Weaselboy. While pleased that I don't have the OP's problem, I nonetheless found your "solution" most informative.http://support.apple.com/en-us/HT202301
Do you have Time Machine turned on? If you do, what you are seeing is normal and part of Time Machine's local snapshots feature. You can read about it at the link.
http://support.apple.com/en-us/HT202301
Do you have Time Machine turned on? If you do, what you are seeing is normal and part of Time Machine's local snapshots feature. You can read about it at the link.
If you have TM on, that is almost certainly what is going on. When you delete files and empty the trash, they get moved to a hidden /.MobileBackups folder. If you run the command below inI have time machine on, But I don't see any data in backups like the link you provided shows. So I'm not sure what's going on. It's quite odd, now I've deleted over 20GB of data and my free space still hasn't changed.
sudo du -d 1 -x -c -g /.MobileBackups
If you have TM on, that is almost certainly what is going on. When you delete files and empty the trash, they get moved to a hidden /.MobileBackups folder. If you run the command below in
Terminal you can see the size of the folder. Do not mess around in there and just exit after looking at the command output.
Code:sudo du -d 1 -x -c -g /.MobileBackups
You can just ignore this and the OS will purge the data as the disk get closer to full.
Or, you can briefly turn TM off then back on and it will empty that hidden folder.