Hi folks!
I apologize if this topic was discussed before but I tried different methods from 3/4 days and followed all instructions and tips found here and elsewhere with no chance to get what I'm trying to do.
I installed Proxmox on a dedicated server to create different VMs for different projects, it's gonna be easier to manage everything, migrate, take snapshots, etc. Everything is working well, Proxmox is well installed with no errors, I created a test VM (Debian 11) and configured the network, installed some packages, etc. Now coming to resize a volume, I'm struggling to find a solution without corrupting another one. My lsblk command gave me the following schema:
I resized the disk by adding 15G, so my lsblk is now:
As you can see, 15G was added to sda (now 60G instead of 45)
My main goal is to move 15G from /home to /var or from sda (?) to /var.
Any help is much appreciated.
Thank you,
I apologize if this topic was discussed before but I tried different methods from 3/4 days and followed all instructions and tips found here and elsewhere with no chance to get what I'm trying to do.
I installed Proxmox on a dedicated server to create different VMs for different projects, it's gonna be easier to manage everything, migrate, take snapshots, etc. Everything is working well, Proxmox is well installed with no errors, I created a test VM (Debian 11) and configured the network, installed some packages, etc. Now coming to resize a volume, I'm struggling to find a solution without corrupting another one. My lsblk command gave me the following schema:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 45G 0 disk
├─sda1 8:1 0 487M 0 part /boot
├─sda2 8:2 0 1K 0 part
└─sda5 8:5 0 44.5G 0 part
├─pscom--vg-root 254:0 0 8.6G 0 lvm /
├─pscom--vg-var 254:1 0 3.2G 0 lvm /var
├─pscom--vg-swap_1 254:2 0 976M 0 lvm [SWAP]
├─pscom--vg-tmp 254:3 0 628M 0 lvm /tmp
└─pscom--vg-home 254:4 0 31.1G 0 lvm /home
sr0 11:0 1 3.7G 0 rom
I resized the disk by adding 15G, so my lsblk is now:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 60G 0 disk
├─sda1 8:1 0 487M 0 part /boot
├─sda2 8:2 0 1K 0 part
└─sda5 8:5 0 44.5G 0 part
├─pscom--vg-root 254:0 0 8.6G 0 lvm /
├─pscom--vg-var 254:1 0 3.2G 0 lvm /var
├─pscom--vg-swap_1 254:2 0 976M 0 lvm [SWAP]
├─pscom--vg-tmp 254:3 0 628M 0 lvm /tmp
└─pscom--vg-home 254:4 0 31.1G 0 lvm
sr0 11:0 1 3.7G 0 rom
As you can see, 15G was added to sda (now 60G instead of 45)
My main goal is to move 15G from /home to /var or from sda (?) to /var.
Any help is much appreciated.
Thank you,