instead of passing an entire disk to a vm: Is there a way to specify a directory wherever I want, and then specify that the files to be stored there would be "raw"?.
When I create a vm and go to add another hard drive, it gives me the option to choose my storage location BUT I only have the options raw, qcow2 or esxi vm disk. They are all virtual disk files.
If i wanted to get the data with the vm powered off I have to manipulate the image files.
What I want is to create a vm with two "hard disks". 1 disk is the boot disk. The 2nd disk is the storage disk. In the vm this 2nd disk appears as a device (dev/sdX) but it is actually mounted to a folder on the proxmox host. Inside the vm, if I create a text file inside the storage disk, the text file appears in the folder on the proxmox host.
Is this possible?
When I create a vm and go to add another hard drive, it gives me the option to choose my storage location BUT I only have the options raw, qcow2 or esxi vm disk. They are all virtual disk files.
If i wanted to get the data with the vm powered off I have to manipulate the image files.
What I want is to create a vm with two "hard disks". 1 disk is the boot disk. The 2nd disk is the storage disk. In the vm this 2nd disk appears as a device (dev/sdX) but it is actually mounted to a folder on the proxmox host. Inside the vm, if I create a text file inside the storage disk, the text file appears in the folder on the proxmox host.
Is this possible?