Ok cool. It looks like 8G is used by /usr/local/Wolfram (4.7G for v9 and 3.2G for v8,) and 3G is being used by /usr/local/texlive. If you'd want to change the "head -10" to something larger (such as like "head -30",) it'll hopefully let us see beyond those folders to other places, but it looks like that's where a majority of the space is being used up. For reference, my fairly-newly-built 12.3 machine looks like this for /usr : 5161172 /usr 2117412 /usr/lib 1884424 /usr/share 475512 /usr/local 460308 /usr/local/netbeans-7.3.1 378920 /usr/bin 364976 /usr/lib/libreoffice 337828 /usr/share/doc 283412 /usr/lib/libreoffice/program 266980 /usr/share/icons Chris
"Davi C. Rodrigues" 10/16/13 1:53 PM >>> On 16 October 2013 15:38, Christopher Myers wrote: Run this as root, from the root folder: du -ax | sort -nr | head -10
Here is the output: M31-Cosmo:/ # du -ax | sort -nr | head -10 19225356 . 17854828 ./usr 11350608 ./usr/local 8019944 ./usr/local/Wolfram 8019940 ./usr/local/Wolfram/Mathematica 4776488 ./usr/local/Wolfram/Mathematica/9.0 3329064 ./usr/local/texlive 3328948 ./usr/local/texlive/2012 3243448 ./usr/local/Wolfram/Mathematica/8.0 3055240 ./usr/local/texlive/2012/texmf-dist -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org