How to add a new partition to a Linux server Quick guide TLDR; First use `fdisk -l` to see what is the new empty partition: fdisk -l Then when you enter fdisk, create new partition Read More
How to create a new LVM disk in Ubuntu, and mount it all the way to fstab Introduction & Explanation Why LVM? The reason why we love LVM is because when you need to increase the space it’s really easy. If you Read More