I just installed Proxmox VE 5.2-1 and I have the following structure:
I copied some ISOs to local via GUI upload. By default, the ISOs I uploaded were sent to /var/lib/vz/template/iso:
I created two VMs and their disk images are stored on local-lvm, by default:
My df -h output is:
My questions is, why isn't /dev/mapper/pve-data mounted? From what I understand the local-lvm should be my /dev/mapper/pve-data, because that's where my VM/Container data is stored. Am I wrong, is there something wrong in my setup? It's working, I just want to know if it's correct.
I copied some ISOs to local via GUI upload. By default, the ISOs I uploaded were sent to /var/lib/vz/template/iso:
I created two VMs and their disk images are stored on local-lvm, by default:
My df -h output is:
Code:
root@proxmox:~# df -h
Filesystem Size Used Avail Use% Mounted on
udev 3.9G 0 3.9G 0% /dev
tmpfs 796M 9.2M 787M 2% /run
/dev/mapper/pve-root 16G 6.4G 9.4G 41% /
tmpfs 3.9G 63M 3.9G 2% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
/dev/sda2 253M 292K 252M 1% /boot/efi
/dev/fuse 30M 16K 30M 1% /etc/pve
tmpfs 796M 0 796M 0% /run/user/0
My questions is, why isn't /dev/mapper/pve-data mounted? From what I understand the local-lvm should be my /dev/mapper/pve-data, because that's where my VM/Container data is stored. Am I wrong, is there something wrong in my setup? It's working, I just want to know if it's correct.