Benutzer-Werkzeuge

Webseiten-Werkzeuge


proxmox:vm:increase_lvm_1part

Dies ist eine alte Version des Dokuments!


Vergrößern eines VLMs und einer Partition auf einer HDD

# modify partition size of sdX
fdisk /dev/sdX
 
Press:
d -> Delete current Partitiontable
n -> Generate new Partitiontable (Set maximum Size if wanted)
w -> Write to partitiontable
 
 
# resine partition size of current modified xdX
resize2fs /dev/sdX1 # For ext4 Filesystem
xfs_growfs /dev/sdX1 # For ifs Filesystem
 
 
# increase PV size
pvresize /dev/sdb1
 
# Get the name of the lv and vg for the next command
# Look for LV Name = lv, VG Name = vg
lvdisplay
 
# increase LV size
lvresize -l +100%FREE VG-Name/LV-Name
proxmox/vm/increase_lvm_1part.1697035121.txt.gz · Zuletzt geändert: 2023/10/11 14:38 von 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki