Hi, suddenly I had IO errors on a VM. Well it turns out I ran out of space. Surprised as I know my disk in 1TB and MyVms should be 100G max. Well, it turns out when I installed ProxMox it is not using it. How do I fix it?
Here is what I have
And
So it seems only 100G is used, how do I extend it to the rest?
Thanks
Here is what I have
root@pve:/# fdisk -l
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: ST1000LM048-2E71
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: FDD1A884-18AF-4FFF-92FA-3E411564BB2D
Device Start End Sectors Size Type
/dev/sda1 34 2047 2014 1007K BIOS boot
/dev/sda2 2048 1050623 1048576 512M EFI System
/dev/sda3 1050624 1953525134 1952474511 931G Linux LVM
Partition 1 does not start on physical sector boundary.
Disk /dev/mapper/pve-swap: 7 GiB, 7516192768 bytes, 14680064 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/mapper/pve-root: 96 GiB, 103079215104 bytes, 201326592 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/mapper/pve-vm--101--disk--0: 32 GiB, 34359738368 bytes, 67108864 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 65536 bytes / 65536 bytes
Disklabel type: dos
Disk identifier: 0x3a8b4987
Device Boot Start End Sectors Size Id Type
/dev/mapper/pve-vm--101--disk--0-part1 * 2048 206847 204800 100M 7 HPFS/NTFS/exFAT
/dev/mapper/pve-vm--101--disk--0-part2 206848 67106815 66899968 31.9G 7 HPFS/NTFS/exFAT
And
root@pve:/# df -h
Filesystem Size Used Avail Use% Mounted on
udev 3.9G 0 3.9G 0% /dev
tmpfs 789M 78M 711M 10% /run
/dev/mapper/pve-root 94G 94G 0 100% /
tmpfs 3.9G 25M 3.9G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/fuse 30M 20K 30M 1% /etc/pve
tmpfs 789M 0 789M 0% /run/user/0
root@pve:/#
So it seems only 100G is used, how do I extend it to the rest?
Thanks