I am using ubuntu machine 18.04. I am trying to download a 6GB of file but i am getting Low Disk Space The volume "filesystem root" has only 769MB Disk free, though i have an hard disk 0f 500GB. I checked the partition, by using command df -h
df -h
Filesystem Size Used Avail Use% Mounted on
udev 16G 0 16G 0% /dev
tmpfs 3.2G 3.6M 3.2G 1% /run
/dev/mapper/vgroot-root 49G 42G 5.1G 90% /
tmpfs 16G 92M 16G 1% /dev/shm
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 16G 0 16G 0% /sys/fs/cgroup
/dev/loop0 97M 97M 0 100% /snap/core/9665
/dev/loop1 97M 97M 0 100% /snap/core/9804
/dev/loop2 450M 450M 0 100% /snap/pycharm-professional/211
/dev/mapper/vgroot-home 415G 24G 370G 7% /home
tmpfs 3.2G 16K 3.2G 1% /run/user/125
tmpfs 3.2G 0 3.2G 0% /run/user/999
tmpfs 3.2G 56K 3.2G 1% /run/user/500231660
Here i can see /dev/mapper/vgroot-home has 370G free space. I have two questions here,
- I am in console with uid@hostname. All my workspace i kept in /home/uid/. So these will store in which memory /dev/mapper/vgroot-root or /dev/mapper/vgroot-home?. How can we find this?
- How can we increase space for /dev/mapper/vgroot-root? is there any way to reduce the space of /dev/mapper/vgroot-home and increase /dev/mapper/vgroot-root?