Run lsblk
to confirm that the disk is correctly sized
Check the filesystem type with file -s /dev/sdX
where X
is the letter of the disk
Run sudo growpart /dev/sdX 1
where X
is the letter of the disk and 1
is the number of the partition - this grows the partition size
NOTE: If you're working with an NVMe disk, run lsblk
and find the partition holding the parition you need to expand.