I was trying to install software into a CentOS Linux. It shows that I don't have enough space. When I do df -h I get the following result
[root@localhost ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/centos-root 6.7G 6.7G 0 100% /
devtmpfs 1.4G 0 1.4G 0% /dev
tmpfs 1.4G 0 1.4G 0% /dev/shm
tmpfs 1.4G 8.7M 1.4G 1% /run
tmpfs 1.4G 0 1.4G 0% /sys/fs/cgroup
/dev/sda1 497M 157M 341M 32% /boot
tmpfs 282M 0 282M 0% /run/user/0
Then I checked the Virtual Box settings it shows that Virtual size is 59.7 GB but the actual size is 6.84 GB
How do I increase the size to 59.7 GB?