mirror of
https://git.digitalstudium.com/digitalstudium/digitalstudium.com
synced 2023-12-29 08:06:35 +00:00
Add summary
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user