Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of extending LVM Space by Linux

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly explains the "Linux expansion of LVM space method", the article explains the content is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "Linux expansion of LVM space method" bar!

1. Increase the hard disk, or expand the size of the system hard disk

2. Partition and format the newly added hard disk

Fdisk / dev/sda--n: add partition-- p: select primary partition-- select partition number 1-4 and modify the partition type to LVM (8e is LVM)-- w: save write exit

3. Add a new LVM to the existing LVM group to achieve volume expansion

Pvcreate / dev/sda4

Vgextend VolGroup00 / dev/sda4

Lvextend-L + 29.9G / dev/mapper/VolGroup00-LogVol00

4. File system expansion

Resize2fs / dev/mapper/VolGroup00-LogVol00

Thank you for your reading, the above is the content of "the method of Linux expanding LVM space". After the study of this article, I believe you have a deeper understanding of the method of Linux expanding LVM space, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report