LVM: Create a new Volume Group
Article Number: 176 | Rating: Unrated | Last Updated: Sat, Jun 2, 2018 10:33 PM
# Tested on RHEL 5, 6 & 7
# First, verify the disk/partition to use on the new VG with "fdisk" or any other similar # tool
DISK=/dev/sdb VG=newvg
# Initialize the physical disk to be used by LVM pvcreate $DISK
# Create VG
vgcreate -v $VG $DISK
|
Posted - Sat, Jun 2, 2018 10:33 PM. This article has been viewed 2300 times.
Filed Under:
Linux
There are no attachments for this article.
There are no comments for this article. Be the first to post a comment.
Related Articles

How to encrypt a partition using LUKS?
Viewed 2053 times since Fri, Jul 13, 2018
Fałszujemy rozpoznania skanerów #2
Viewed 3189 times since Mon, May 21, 2018
How to use yum command on CentOS/RHEL
Viewed 11305 times since Wed, Oct 17, 2018
IPTABLES linux
Viewed 17315 times since Sat, Jun 2, 2018
Linux - How to monitor CPU usage
Viewed 6695 times since Fri, Jun 8, 2018
Tropienie pożeracza dysku
Viewed 2473 times since Thu, May 24, 2018