Am 24.05.2021 um 18:06 hat Programmingkid geschrieben:
> >>> qemu-system-ppc -usb -device usb-storage,drive=fat16 -drive
> >>> file=fat:rw:fat-type=16:"<path of a host
> >>> folder>",id=fat16,format=raw,if=none
> >>>
> On a related topic would you know if it is possible to use fat32
> instead of fat16 for host folder sharing? I did try replacing the text
> fat16 with fat32 but it didn't appear to work.
I think the correct syntax is fat:32:rw:<path>. But one of the first
things it does is:
warn_report("FAT32 has not been tested. You are welcome to do so!");
So probably nobody would be surprised if it broke.
Kevin