Re: [Qemu-devel] [PATCH V2] block: increased maximum size of vvfat devices

2021-03-13 Thread Philippe Mathieu-Daudé
On Tue, Sep 11, 2018 at 7:22 PM аркадий иванов wrote: > > Ping? I'm afraid your patch has fallen through the cracks... Can you rebase and repost? > > Thu, 23 Aug. 2018 at 16:37, Arkasha : > > > This fixes the problem of the impossibility to create > > FAT16 disks larger than 504 mb: > > The chan

Re: [Qemu-devel] [PATCH V2] block: increased maximum size of vvfat devices

2018-09-11 Thread аркадий иванов
Ping? Thu, 23 Aug. 2018 at 16:37, Arkasha : > This fixes the problem of the impossibility to create > FAT16 disks larger than 504 mb: > The change CHS made it possible to obtain a larger disk. > Also, auto-detection of disk parameters was added depending > on the volume of the connected files: >

Re: [Qemu-devel] [PATCH V2] block: increased maximum size of vvfat devices

2018-08-31 Thread Pavel Dovgalyuk
I've tried this patch and it worked for me. Small disk was created for the small folder, and it worked in MS-DOS. Larger disk was automatically selected for the folder larger than 504Mb. It worked only under Windows. Pavel Dovgalyuk > -Original Message- > From: Arkasha [mailto:ivanovrka.

[Qemu-devel] [PATCH V2] block: increased maximum size of vvfat devices

2018-08-23 Thread Arkasha
This fixes the problem of the impossibility to create FAT16 disks larger than 504 mb: The change CHS made it possible to obtain a larger disk. Also, auto-detection of disk parameters was added depending on the volume of the connected files: The size of all folders and files on the created disk is c