ProvinceBoy wrote:
Done, done, and done. I have maximized everything already as shown in the screenshot from my post. Thanks, though!
User tip: "Other and What Can I Do About It ?"
https://discussions.apple.com/docs/DOC-5142
ref: https://eclecticlight.co/2020/04/09/where-did-all-that-free-space-go-on-my-apfs-disk/
Try something like OmniDiskSweeper for a GUI to get a good look at itemized file size and location:
OmniDiskSweeper http://www.omnigroup.com/more
alternatively from the Terminal.app, more detail copy and paste the command line:
File size, and finding missing GB— list the items in the home folder with the sizes, including invisible items.
sudo ** -h -d 1 ~/
File size, and finding missing GB —will list the items in root with the sizes, including invisible items.
sudo ** -h -d 1 /