Go to the first, previous, next, last section, table of contents.


7.3.2 Resizing a File System on an LVM or RAID Virtual Device

You usually resize the file system at the same times as you resize your virtual device. If you are growing the file system and virtual device, you should grow the device first (with the RAID or LVM tools), and then grow the file system. If you are shrinking the file system and virtual device, you should shrink the file system first, and then the virtual device afterwards.

To resize the file system in Parted, use the resize command. For example:

(parted) select /dev/md0
(parted) resize 1 0 20


Go to the first, previous, next, last section, table of contents.