df -h # check storage du -sh * # size of all folders sudo mount -t auto /dev/sdb /media/plato/ nvidia-smi
lsblk # check the partitions sudo pvs # check free space sudo lvextend -l +100%FREE <PATH>ubuntu--vg-ubuntu--lv # free up the remaining space sudo resize2fs <PATH>ubuntu--vg-ubuntu--lv # resize the OS drive to incorporate the freed space