Example of extending a VxFS file system

The following example extends a VxFS file system on a VxVM volume.

To increase the capacity of a file system

  1. Unmount the file system:

      # umount /mnt1
  2. Extend the file system by adding 10485760 blocks:

      # extendfs -F vxfs -s 10485760 /dev/vx/rdsk/sdg/vol1
  3. Mount the file system:

      # mount -F vxfs /dev/vx/rdsk/sdg/vol1 /mnt1