Hi,
I am trying to extend the root (resulting on more space for "local") on my proxmox server. I started with this
I executed three commands:
Now with the last command
Current
Thanks so much for your help in advance!
I am trying to extend the root (resulting on more space for "local") on my proxmox server. I started with this
lsblk
output:I executed three commands:
Code:
growpart /dev/sda 3
pvresize /dev/sda3
lvextend -l +100%FREE /dev/pve/root
Now with the last command
resize2fs /dev/mapper/pve-root
I receive the following error message:
Code:
resize2fs: Bad magic number in super-block while trying to open /dev/mapper/pve-root
Couldn't find valid filesystem superblock.
Current
lsblk
looks as follows:Thanks so much for your help in advance!