Add summary

This commit is contained in:
Digital Studium
2023-05-16 13:49:25 +03:00
parent c52a554bee
commit c4af2a7ecd
13 changed files with 33 additions and 22 deletions

View File

@@ -4,8 +4,9 @@ category: linux-lifehacks
filename: how-to-extend-lvm-volume-on-linux
date: 2022-05-15
---
This article describes how to expand an LVM group and volume on a Linux operating system.
<!--more-->
### Situation 1: new disk
#### First step: creating a physical volume
After you have attached the disk to a physical server or virtual machine, you need to type command:
@@ -14,8 +15,6 @@ After you have attached the disk to a physical server or virtual machine, you ne
sudo fdisk -l
```
<!--more-->
This is to make sure the drive is recognized by the operating system, and to identify the drive name. Output of the command will be something like this:
```plaintext