Hopefully what they say about "...no stupid questions..." is true here
I can't figure out why my VM disk images can't be interacted with via a host shell?
This....
And then this...
Why can't I see or interact with the files? I've searched and searched and found lots of posts where folks seem able to see the VM disks on mounted ZFS datasets, play with them via qemu, etc. It's a ZFS two drive mirror BTW. Am I just missing something basic?
I can't figure out why my VM disk images can't be interacted with via a host shell?
This....
Code:
root@proxmox:~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
data-pool 432G 1.33T 96K /data-pool
data-pool/vm-230-disk-0 432G 1.35T 414G -
rpool 102G 328G 104K /rpool
rpool/ROOT 1.95G 328G 96K /rpool/ROOT
rpool/ROOT/pve-1 1.95G 328G 1.95G /
rpool/data 100G 328G 96K /rpool/data
rpool/data/vm-200-disk-0 1.89G 328G 1.89G -
rpool/data/vm-210-disk-0 28.4G 328G 28.4G -
rpool/data/vm-220-disk-0 3.69G 328G 3.69G -
rpool/data/vm-220-disk-1 53.3G 328G 53.3G -
rpool/data/vm-230-disk-0 12.9G 328G 12.9G -
And then this...
Code:
root@proxmox:~# ls -ah /rpool/data/
. ..
Why can't I see or interact with the files? I've searched and searched and found lots of posts where folks seem able to see the VM disks on mounted ZFS datasets, play with them via qemu, etc. It's a ZFS two drive mirror BTW. Am I just missing something basic?