RE: 50 gig slash went from 25 gig to 50 gigs- full over night

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 2:49 PM -0600 4/22/06, Jim Christiansen wrote:

>Hello Thomas -  Thanks for looking at this.  I hope I got your email right!
>-----------------------
>>Or run as root:
>>
>>du -hs /*

>/home and /old-slash are different partitions:

FWIW, for such a situation I prefer:

    # du -hxa --max-depth=1 /

"x" keeps it on /, avoiding mounts like /home, etc (though in your case it
wouldn't help as you'd mounted over the directory which was using the
space).  "a" shows files as well as directories.  "--max-depth=1" does all
the stuff in the given directory -- shell globbing won't show hidden files
or directories.  Change --max-depth to 2 for more detail.  A total is
printed, so no math is needed.
____________________________________________________________________
TonyN.:'                       <mailto:tonynelson@xxxxxxxxxxxxxxxxx>
      '                              <http://www.georgeanelson.com/>


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux