Resize Partition Linux for EXT4 and XFS Type Partition

For resize ext4 type partition, use this :

sudo resize2fs /dev/your_disk

For resize xfs typepartition, use this :

sudo xfs_growfs /dev/your_disk

Leave a comment

Your email address will not be published. Required fields are marked *