I have EC2 instance running, executing command df -h
in the putty i get the following result
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 9.9G 9.4G 11M 100% /
tmpfs 854M 0 854M 0% /lib/init/rw
varrun 854M 80K 854M 1% /var/run
varlock 854M 0 854M 0% /var/lock
udev 854M 104K 854M 1% /dev
tmpfs 854M 0 854M 0% /dev/shm
/dev/sda2 147G 188M 140G 1% /mnt
It shows that I am running out of space in /dev/sda1, but have 140G free space in /dev/sda2. I am new to linux and EC2 hosting, so can you please solve my following queries
- What is /dev/sda1 and /dev/sda2 ??
- How can i utilize the space in dev/sda2 ??
- How to know total how much space I have ???