df - report file system disk space usage.
1. To display all the file system
$ df -a
2. To display size in human readable format
$ df -h /home/syedjafer
3. To get complete grand total
$ df -h --total
4. To display file type
$ df -T /home/syedjafer