FSADM(8) | FSADM(8) |
fsadm — utility to resize or check filesystem on a device
fsadm utility checks or resizes the filesystem on a device (can be also dm-crypt encrypted device). It tries to use the same API for ext2, ext3, ext4, ReiserFS and XFS filesystem.
On successful completion, the status code is 0. A status code of 2 indicates the operation was interrupted by the user. A status code of 3 indicates the requested check operation could not be performed because the filesystem is mounted and does not support an online fsck(8). A status code of 1 is used for other failures.
Resize the filesystem on logical volume /dev/vg/test to 1000 megabytes. If /dev/vg/test contains ext2/ext3/ext4 filesystem it will be unmounted prior the resize. All [y/n] questions will be answered 'y'.
# fsadm -e -y resize /dev/vg/test 1000M
lvm(8), lvresize(8), lvm.conf(5),
fsck(8), tune2fs(8), resize2fs(8),
reiserfstune(8), resize_reiserfs(8),
LVM TOOLS 2.03.16(2) (2022-05-18) | Red Hat, Inc |