Use LVM to expand system partition size

Source: Internet
Author: User

Use LVM to expand the system partition size: when the space on the server (RHEL) is insufficient, the administrator needs to allocate more (20 GB) space on the previously attached hard disk (sda ). However, the OS cannot be seen or used. Www.2cto.com process: 1. Use fdisk to create a new physical partition (sda3) for the new space in sda ). 2. Restart the server so that the system knows the partition (mkfs-t ext3 ). 3. Create a physical volume (pvcreate) and format it as ext3. Www.2cto.com 4, add to the previous logical volume group (if not, you need to create, vgcreate, vgdisplay), vgextend (lvxxxxx can view the logical volume distribution ). 5. resize the file system resize2fs. 6. df-lu: Check the system partition to confirm the expansion is successful. Complete.
 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.