For resize ext4 type partition, use this :
sudo resize2fs /dev/your_disk
For resize xfs typepartition, use this :
sudo xfs_growfs /dev/your_disk
Sys.Admin Gaje
For resize ext4 type partition, use this :
sudo resize2fs /dev/your_disk
For resize xfs typepartition, use this :
sudo xfs_growfs /dev/your_disk