How can I see the main documents if they are not showing up in system information?
Mac Mini 2020 M1; 256GB; 8GB RAM - MacOS 12.6 Monterey
sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper
Thanks for reply, maybe I'm doing something wrong but I get this:Open Terminal.app in Applications/Utilities and enter the commands "cd Documents" and "du -sck * | sort -n".
Thanks, this has helped me find a huge file and I can now transfer it to external storageCheck out Omni Disk Sweeper. It scans the your drive and provides a sort list of documents.
You get a complete result set if you run it as root if you type this in a terminal after copying it to your applications folder
Code:sudo /Applications/OmniDiskSweeper.app/Contents/MacOS/OmniDiskSweeper
Which means your system level folders will be included AND if items in your document folder has permissions list that your account doesn't have permission for.
Are your documents not in the Documents folder? If they are in iCloud you'll have to go hunting around ~/Library.Thanks for reply, maybe I'm doing something wrong but I get this:
zsh: no matches found: *
Click the other tabs to see where your storage is being consumed. Documents doesn't mean ~/Documents dir only.How can I see the main documents if they are not showing up in system information?
Mac Mini 2020 M1; 256GB; 8GB RAM - MacOS 12.6 Monterey
"du -sckh * | sort -h" for a more human friendly output.Open Terminal.app in Applications/Utilities and enter the commands "cd Documents" and "du -sck * | sort -n".