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