Hi.
I'm creating a VM with two disks. After running the commands, this is how they look like in conf file:
virtio0 works fine like always, but virtio1 needs to be mounted from inside the VM.
this is how i want it to be mounted:
/dev/vda1
is there any command or config to make the mount process automatic?
I'm creating a VM with two disks. After running the commands, this is how they look like in conf file:
Bash:
virtio0: local:1013255/vm-1013255-disk-0.qcow2,size=30G
virtio1: local:1013255/vm-1013255-disk-1.qcow2,size=200G
this is how i want it to be mounted:
/dev/vda1
is there any command or config to make the mount process automatic?