How check the available space on all mounted filesystems?

Just run from the shell the following command...

df -h -T

using the option -h the space available will be displayed using "G" for GByte and "M" for MByte.

The option -T displays the type of filesystem used.