Regarding the output of "df -h" in Linux.
[root@]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 193G 82G 101G 45% /
tmpfs 1.9G 272K 1.9G 1% /dev/shm
/dev/sda1 486M 28M 433M 7% /boot
/dev/sda3 49G 759M 45G 2% /home
[root@]#
Here I am unable to understand what is /dev/sda1
/dev/sda2
/dev/sda3
tmpfs
and correspoding Column (mounted on
) /boot
/
/home
/dev/shm
.\
Can anyone please explain these terms?