LVM Resize a Filesystem

From UNIX Systems Administration
Revision as of 14:01, 1 August 2014 by Michael Kohler (talk | contribs) (Michael Kohler moved page LVM Extend a Filesystem to LVM Resize a Filesystem without leaving a redirect)
Jump to navigation Jump to search

AIX

  1. # chfs -a size=+<additional size>M <absolute path to filesystem>

Linux

  1. # lvextend -L +<size in mb>M /dev/rootvg/<logical volume>
  2. # resize2fs /dev/rootvg/<logical volume>

Further Reading

  1. IBM pSeries and AIX Information Center