Use the bdf command to display the space available in kilobytes. Compare the available disk space information from your machine to the required disk space requirements.
Here is sample output from a bdf command on an HP-UX system:
Filesystem kbytes used avail %used Mounted on /dev/vg00/lvol1 59797 27071 26746 50% / /dev/vg00/lvol3 299157 9 269232 0% /home /dev/vg00/lvol4 299157 92583 176658 34% /opt /dev/vg00/lvol5 53653 21011 27276 44% /tmp /dev/vg00/lvol6 498645 325027 123753 72% /usr /dev/vg00/lvol7 288157 50620 208721 20% /var /dev/vg01/LVM1 1294257 570472 594359 49% /work1 /dev/vg02/LVM2 2035601 1599385 232655 87% /work2 /dev/vg03/LVM3 2035601 1464104 367936 80% /work3
The “avail” column shows the amount of disk space available on each file system.