QEMU supports virtual FAT emulation, which takes a local folder and presents it as a drive, but the documents are quite fuzzy.
To my understanding, if I can only run qemu-system-x86_64 with the added parameter
I am fairly sure that folder will show up as a drive.
But if I go to /etc/pve/lxc/105.conf and add:
Nothing happens - at least if I do ps -w and fine the qemu commandline I don't see the -drive command.
What am I missing?
To my understanding, if I can only run qemu-system-x86_64 with the added parameter
Code:
-drive file=fat:/mnt/tmp
I am fairly sure that folder will show up as a drive.
But if I go to /etc/pve/lxc/105.conf and add:
Code:
args: -drive file=fat:/mnt/tmp
Nothing happens - at least if I do ps -w and fine the qemu commandline I don't see the -drive command.
What am I missing?