My "Other" folder in my mac taking every free MB it has. Note that I tried to find where it coming from but I just can't figure it out. It's 418GB in size and I have nothing on my machine that takes up so much room.
macOS Catalina v10.15.4
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on
/dev/disk1s5 466Gi 10Gi 8.3Mi 100% 487565 4881965315 0% /
devfs 334Ki 334Ki 0Bi 100% 1156 0 100% /dev
/dev/disk1s1 466Gi 452Gi 8.3Mi 100% 2187628 4880265252 0% /System/Volumes/Data
/dev/disk1s4 466Gi 3.0Gi 8.3Mi 100% 3 4882452877 0% /private/var/vm
map auto_home 0Bi 0Bi 0Bi 100% 0 0 100% /System/Volumes/Data/home
/dev/disk1s3 466Gi 504Mi 8.3Mi 99% 40 4882452840 0% /Volumes/Recovery
after running: sudo du -hxd1 /System/Volumes/Data
45G /System/Volumes/Data/Users
28G /System/Volumes/Data/Applications
873M /System/Volumes/Data/opt
0B /System/Volumes/Data/Volumes
0B /System/Volumes/Data/.TemporaryItems
0B /System/Volumes/Data/cores
449G /System/Volumes/Data
running sudo du -hxd1 /System/Volumes/Data :
total 2
drwxrwxr-x+ 56 root admin 1792 Apr 20 15:52 Applications
drwxr-xr-x 70 root wheel 2240 Dec 16 09:07 Library
drwxr-xr-x@ 3 root wheel 96 Aug 25 2019 System
drwxr-xr-x 7 root admin 224 Sep 29 2019 Users
drwxr-xr-x 3 root wheel 96 Apr 20 23:08 Volumes
lrwxr-xr-x 1 root wheel 103 Apr 18 2018 com.oracle.java.Helper-Tool.plist -> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/com.oracle.java.Helper-Tool.plist
lrwxr-xr-x 1 root wheel 104 Apr 18 2018 com.oracle.java.Java-Updater.plist -> /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Resources/com.oracle.java.Java-Updater.plist
drwxr-xr-x 2 root wheel 64 Aug 25 2019 cores
dr-xr-xr-x 2 root wheel 1 Apr 20 23:13 home
drwxr-xr-x 2 root wheel 64 Aug 25 2019 mnt
drwxr-xr-x 6 root wheel 192 Oct 11 2019 opt
drwxr-xr-x 6 root wheel 192 Jun 30 2020 private
drwxr-xr-x 2 root wheel 64 Aug 25 2019 sw
drwxr-xr-x 5 root wheel 160 Sep 29 2019 usr

df -h .and copy/paste the result into the question, as text. – nohillside Apr 20 '21 at 19:23sudo du -hxd1 /System/Volumes/Data(it'll ask for your admin password; it won't echo anything as you type). That'll probably still get some errors, but hopefully it'll be able to show which subfolder is huge. – Gordon Davisson Apr 20 '21 at 19:35ls -l /System/Volumes/Datashow? – Gordon Davisson Apr 20 '21 at 20:15/System/Volumes/Data/private/var/db/powerlog/Libraryis that mean something? – obiwankenoobi Apr 20 '21 at 20:33