I'm missing 20 gigs and I can't tell where it is.
Usually, I have log files that I manually delete (they're backup log files and I don't need them, I don't want automatic because I want to manually snoop around in other areas as I delete them weekly)
So anyway, here's my evidence:
and each subdirectory adds up to the 2.9G value.
Usually, I have log files that I manually delete (they're backup log files and I don't need them, I don't want automatic because I want to manually snoop around in other areas as I delete them weekly)
So anyway, here's my evidence:
Code:
# df -h
Filesystem Size Used Avail Use% Mounted on
...
/dev/hda7 27G 20G 6.6G 75% /home
...
(so you see that /home has it's own partition
# df -h /home
Filesystem Size Used Avail Use% Mounted on
/dev/hda7 27G 20G 6.6G 75% /home
-Then the whammy-
# du -hs /home
2.9G /home
and each subdirectory adds up to the 2.9G value.