VirtualBox
VM Ubuntu 16.04
⟫ lsb_release -a
Low disk space warning popup
Please refers to file low_disk_space.png upload
⟫ free -m
⟫ sudo blkid
⟫ cat /etc/fstab
Please advise how to fix the problem?
Thanks
Regards
satimis
VM Ubuntu 16.04
⟫ lsb_release -a
Code:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
Code:
The volume filesystem root has onlyh 378.2 MB disk space remaining
.....
⟫ free -m
Code:
total used free shared buff/cache available
Mem: 3951 600 2747 19 603 3096
Swap: 2043 0 2043
Code:
/dev/sda1: UUID="dfab862e-1205-479e-a522-c56e16c35eeb" TYPE="ext2" PTTYPE="dos" PARTUUID="4b20aaab-01"
/dev/sda5: UUID="00AxDu-cVgJ-1kVJ-LorW-d71L-brOu-rcu369" TYPE="LVM2_member" PARTUUID="4b20aaab-05"
/dev/mapper/ubuntu--vg-root: UUID="5b5180f2-9c7f-4c0a-934d-52f59dcd32e4" TYPE="ext4"
/dev/mapper/ubuntu--vg-swap_1: UUID="0feda020-c56b-4009-a272-0369b68e9093" TYPE="swap"
Code:
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/ubuntu--vg-root / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda1 during installation
UUID=dfab862e-1205-479e-a522-c56e16c35eeb /boot ext2 defaults 0 2
/dev/mapper/ubuntu--vg-swap_1 none swap sw 0 0
Thanks
Regards
satimis