Resizing an Ext File System
Resize an Ext file system by using the resize2fs
command.
Before resizing an Ext file system, the underlying block device, volume, or file image must have appropriate space to hold the file system if you're increasing the file system size.
Note that you can increase the size of an Ext file system without unmounting the file system first, but decreasing the size of the file system requires that you unmount the file system first. In general, it's good practice to unmount the file system, if possible, regardless of the operation.
See the resize2fs(8)
manual page for more information.