• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Disk Space question?

mikeshn

Senior member
Hello

Below is given the partition of my hard drive. I have probably very stupid question. For example /dev/hda3 is 13 GIG ( 10 GIG [available] + 2.2 GIG[used] = 12.2 GIG) where is another 0.8 GIG of hard drive? Same story with /dev/hda2. What is wrong?


root@localhost /]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda3 13G 2.2G 10G 17% /
/dev/hda2 50M 14M 34M 28% /boot
none 125M 0 124M 0% /dev/shm
Thanks
 
You didn't specify which filesystem you're using, that's quite important as filesystem structures, journal (if there is one) size, etc all take up space in addition to space for user files.
 
Back
Top