Extend Partition

From KlavoWiki
Revision as of 05:50, 15 December 2017 by David (talk | contribs) (Created page with "To extend the size of a partition for CentOS. This only works if it is the last partition in the list. This can be accomplished for standard or extended partitions.<br><br> De...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To extend the size of a partition for CentOS. This only works if it is the last partition in the list. This can be accomplished for standard or extended partitions.

Delete the partition and then re-create but make sure the starting point is the same.

xfs_growfs /dev/sda5

or