bdf -h in AIX server

Previously i was using bdf -h in Solaris server. Now i have moved to AIX server and i would like to know equialent to "bdf -h" in AIX server.

Please help me. Thanks in Advance. I am expecting output as below

Filesystem size used avail capacity Mounted on
/dev/vx/dsk/vg04/t1 11G 9.9G 1.3G 89% /u01
/dev/vx/dsk/vg05/t2 4.7G 1.4G 3.0G 33% /sas

---------- Post updated at 05:16 AM ---------- Previous update was at 05:15 AM ----------

It is very urgent. Any help would be greatly appreciated.

I could only find bdf for HP-UX on Rosetta Stone for Unix which might be a little help for searching equivalent commands on other Unix'es for you generally.

I would stick to simple df -g.
df is available on all Unix'es and Linux'es so maybe stick to it to be more portable/versatile. I see nothing special on bfd's output why to stick with it given your output.

Thank you so much for your reply. is there any way we get as Solaris.

bdf -h on Solaris

Filesystem size used avail capacity Mounted on
/dev/vx/dsk/vg04/t1 11G 9.9G 1.3G 89% /u01
/dev/vx/dsk/vg05/t2 4.7G 1.4G 3.0G 33% /sas

df -g in AIX

Filesystem GB blocks Free %Used Iused %Iused Mounted on
/dev/hd4 1.00 0.95 6% 3834 2% /
/dev/hd2 6.88 3.24 53% 58201 8% /usr

To keep the forums high quality for all users, please take the time to format your posts correctly.

First of all, use Code Tags when you post any code or data samples so others can easily read your code. You can easily do this by highlighting your code and then clicking on the # in the editing menu. (You can also type code tags

```text
 and 
```

by hand.)

Second, avoid adding color or different fonts and font size to your posts. Selective use of color to highlight a single word or phrase can be useful at times, but using color, in general, makes the forums harder to read, especially bright colors like red.

Third, be careful when you cut-and-paste, edit any odd characters and make sure all links are working property.

Thank You.

The UNIX and Linux Forums

***************************************************

Maybe have a look in the man page for df options for the things you are missing.