Resize a partition
To resize a partition, you can use the following command:
sudo resize2fs /dev/sdc
Note: Change
/dev/sdc
to the name of the disk you want to resize. This will resize the partition to the size of the disk.
To resize a partition, you can use the following command:
sudo resize2fs /dev/sdc
Note: Change
/dev/sdc
to the name of the disk you want to resize. This will resize the partition to the size of the disk.