I'm creating a AWS server from a ubuntu AMI - it didn't say how much disk space was allocated so I ran df -h and got the following result:
Filesystem Size Used Avail Use% Mounted on
/dev/xvda1 7.9G 645M 6.9G 9% /
none 828M 116K 828M 1% /dev
none 833M 0 833M 0% /dev/shm
none 833M 40K 833M 1% /var/run
none 833M 0 833M 0% /var/lock
/dev/xvda2 147G 188M 140G 1% /mnt
Does this mean I have a 140G disk in /mnt? I'm not really sure what that means when / is only 7.9g.