Hey everybody!
My problem begins when I tried to add additional storage to one of my VMs.
I did the usual "Resize disk" from Proxmox and then I wanted to expand the partition inside my VM, so I have all the storage available.
Well, the second part didn't go that well, since when I do "fdisk -l" I indeed see the full available capacity but no partition is showing.
Doing:
Does report a partition properly mounted and all my files are inside, so I'm not sure If that's a bug or I'm doing something wrong.
Further more, I tried the same on another drive just creating a new partition. But now that drive does have a UUID, so I cannot mount it, still shows in "fdisk -l" with the new partition but I, seemingly, don't have a way to access it.
With this other drive I'd like to be more careful since there is a lot of files that I don't want to lose.
I'm using Proxmox 6.2-10 and the VM is running Ubuntu Server 20.03 LTS.
I'm not sure If I should share any other specifications.
Thank you in advance!
My problem begins when I tried to add additional storage to one of my VMs.
I did the usual "Resize disk" from Proxmox and then I wanted to expand the partition inside my VM, so I have all the storage available.
Well, the second part didn't go that well, since when I do "fdisk -l" I indeed see the full available capacity but no partition is showing.
Doing:
Code:
df -h
/dev/sdc 2.0T 1.8T 121G 94% /WD6TB
Further more, I tried the same on another drive just creating a new partition. But now that drive does have a UUID, so I cannot mount it, still shows in "fdisk -l" with the new partition but I, seemingly, don't have a way to access it.
With this other drive I'd like to be more careful since there is a lot of files that I don't want to lose.
I'm using Proxmox 6.2-10 and the VM is running Ubuntu Server 20.03 LTS.
I'm not sure If I should share any other specifications.
Thank you in advance!