qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/2] vvfat: fix two crashes.


From: Kevin Wolf
Subject: Re: [PATCH 0/2] vvfat: fix two crashes.
Date: Tue, 25 May 2021 18:18:44 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]