Table of Contents

Server

1. Basic management

df -h # check storage
du -sh * # size of all folders
sudo mount -t auto /dev/sdb /media/plato/
nvidia-smi

2. OS drive space extension

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