PDA

View Full Version : Can someone check these stats and help tell me how much space is left on the server?


Bawy
03-06-2003, 09:32 AM
Can someone please tell me how much space is left on the server I am working on? I can't tell if this is mb, kb, gb or the KGB...

Filesystem 1k-blocks Used Available Use% Mounted on
/dev/hda1 497829 124502 347625 27% /
/dev/hda6 16482212 8820572 7661640 54% /data
none 62544 0 62544 0% /dev/shm
/dev/hda2 1004052 656216 296832 69% /usr
/dev/hda5 1004024 46572 906448 5% /var

Roy Sinclair
03-06-2003, 03:55 PM
Look at the column labeled 1k-blocks, that tells you that you have 1k blocks in the file system and how many 1k blocks are available on each item listed. That means the granularity is Kbytes. The other two columns tell you how many of those blocks are used and how many are available.

Translated that means /dev/hda1 has 497mb total, 124mb used and 347b free (ignoring rounding).

sage45
03-06-2003, 04:15 PM
*GASP* :eek: YOU IGNORED ROUNDING!!!! :mad:

:thumbsup:

ROFL... :p

H:DRACE!!!!

-sage-

Bawy
03-06-2003, 08:04 PM
Thanks.