I am running Ubuntu 18.04 server edition on an Intel NUC7CJYH, and noticed I only had about 50% of my SSD available. Running sudo lsblk
showed the following:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 465.8G 0 disk
├─sda1 8:1 0 512M 0 part /boot/efi
├─sda2 8:2 0 1G 0 part /boot
└─sda3 8:3 0 464.3G 0 part
└─ubuntu--vg-ubuntu--lv 253:0 0 200G 0 lvm /
How can I resize the partition under sda3
to make use of the entire drive?
I found this question, but it is quite a bit more complex than what I am working with, and I'm not quite sure what to google to get to the root of my issue.
I appreciate any help!
/boot
on a separate 1G partition? – Pilot6 Jan 26 '21 at 21:37/boot
has a 1G partition. It must have happened when I was installing somehow. But yes, I believe this link will help. Thank you! – Josh Loecker Jan 26 '21 at 22:45ubuntu--vg-ubuntu--lv
section – Josh Loecker Jan 27 '21 at 17:49/boot
first. – Pilot6 Jan 27 '21 at 17:50