Run df -h to verify your root partition is full (100%) Run lsblk and then lsblk -f to get block device details sudo mount -o size=10M,rw,nodev,nosuid -t tmpfs tmpfs /tmp sudo growpart /dev/DEVICE_ID PARTITION_NUMBER lsblk to verify partition has expanded sudo resize2fs /dev/DEVICE_IDPARTITION_NUMBER Run df -h to verify your resized disk sudo umount /tmp
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter