Options (3)
-n, --dry-runbooleanPerform a dry-run resize to a specific size (no changes made)
Example:
fsadm {{[-n|--dry-run]}} resize {{/dev/vg_name/lv_name}} {{10G}}-l, --lvresizebooleanResize the filesystem and the underlying logical volume together
Example:
fsadm {{[-l|--lvresize]}} resize {{/dev/vg_name/lv_name}} {{100G}}-e, --ext-offlinebooleanFor ext2/3/4, unmount and resize offline
Example:
fsadm {{[-e|--ext-offline]}} resize {{/dev/vg_name/lv_name}} {{20G}}Examples (5)
Check a filesystem for errors
fsadm check /dev/vg_name/lv_namePerform a dry-run resize to a specific size (no changes made)
Resize the filesystem and the underlying logical volume together
made by @shridhargupta | data from tldr-pages