For When You Can't Have The Real Thing
[ start | index | login ]
start > Fedora > 31 > Create New lvm Partition

Create New lvm Partition

Created by dave. Last edited by dave, 3 years and 211 days ago. Viewed 851 times. #1
[edit] [rdf]
labels
attachments
(2020-03-04)

Create A New lvm Partition

If you need to put more physical disk into the physical volume, do that:

# vgextend fedora /dev/sdb1

Create the new logical volume:

# lvcreate -n owncloud -l 100%FREE fedora

(Examples bodged from >>here)

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt