Hi all,
I googled this but could not get it to work and currently I am not sure if this is even possible.
The setup is proxmox 5.1-41 with local zfs storage. I created a few virtual machines and now I want to find a possibility to access all files inside a zfs-volume (for example: "rpool/data/vm-100-disk-1") without the vm being booted. I want to be able to access the files in emergency cases and maybe recover specific files from the block-device from outside the vm.
I already tried to just mount /dev/zd64 (which is in my case "rpool/data/vm-100-disk-1") with "-t zfs" to a local folder but with no success. Another idea would be to use dd to write the contents of the block device into an image file. Does somebody know a better solution?
Thank you for your help
I googled this but could not get it to work and currently I am not sure if this is even possible.
The setup is proxmox 5.1-41 with local zfs storage. I created a few virtual machines and now I want to find a possibility to access all files inside a zfs-volume (for example: "rpool/data/vm-100-disk-1") without the vm being booted. I want to be able to access the files in emergency cases and maybe recover specific files from the block-device from outside the vm.
I already tried to just mount /dev/zd64 (which is in my case "rpool/data/vm-100-disk-1") with "-t zfs" to a local folder but with no success. Another idea would be to use dd to write the contents of the block device into an image file. Does somebody know a better solution?
Thank you for your help