qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] regarding bug name : -hda FAT:. limited to 504MBytes
@ 2017-02-14 21:38 Shubham Kumar
  2017-02-14 22:24 ` Thomas Huth
  0 siblings, 1 reply; 3+ messages in thread
From: Shubham Kumar @ 2017-02-14 21:38 UTC (permalink / raw)
  To: qemu-devel

Since the problem seems like the used FAT-16 file system , 
Will it solve the problem if I change the code of  vvfat.c for FAT-32 file system to increase acceptable file size ?

Regards
Shubham Kumar

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] regarding bug name : -hda FAT:. limited to 504MBytes
  2017-02-14 21:38 [Qemu-devel] regarding bug name : -hda FAT:. limited to 504MBytes Shubham Kumar
@ 2017-02-14 22:24 ` Thomas Huth
  2017-02-15 10:10   ` [Qemu-devel] [Qemu-block] " Kevin Wolf
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Huth @ 2017-02-14 22:24 UTC (permalink / raw)
  To: Shubham Kumar, qemu-devel; +Cc: qemu-block

 Hi,

On 14.02.2017 22:38, Shubham Kumar wrote:
> Since the problem seems like the used FAT-16 file system , 
> Will it solve the problem if I change the code of  vvfat.c for FAT-32 file system to increase acceptable file size ?

As far as I know, FAT16 can already support up to 4GB file systems, so
that limitation to 504 MB must be something different.
It's maybe best if you put the qemu-block mailing list on CC:, to get
the attention of the block/disk expert, too. Maybe there's someone
around who knows the vvfat code and its limitations and can give a good
answer here...

 Thomas

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] [Qemu-block] regarding bug name : -hda FAT:. limited to 504MBytes
  2017-02-14 22:24 ` Thomas Huth
@ 2017-02-15 10:10   ` Kevin Wolf
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Wolf @ 2017-02-15 10:10 UTC (permalink / raw)
  To: Thomas Huth; +Cc: Shubham Kumar, qemu-devel, qemu-block

Am 14.02.2017 um 23:24 hat Thomas Huth geschrieben:
> On 14.02.2017 22:38, Shubham Kumar wrote:
> > Since the problem seems like the used FAT-16 file system , 
> > Will it solve the problem if I change the code of  vvfat.c for FAT-32 file system to increase acceptable file size ?
> 
> As far as I know, FAT16 can already support up to 4GB file systems, so
> that limitation to 504 MB must be something different.
> It's maybe best if you put the qemu-block mailing list on CC:, to get
> the attention of the block/disk expert, too. Maybe there's someone
> around who knows the vvfat code and its limitations and can give a good
> answer here...

None of the active developers know, or want to know, the vvfat code.

There is some FAT32 support there, but if you use it:

    fprintf(stderr, "Big fat greek warning: FAT32 has not been tested. "
                    "You are welcome to do so!\n");

So if you just want to play with it, go ahead. But if you care about
your data, maybe vvfat isn't the right tool anyway.

Kevin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-02-15 10:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-14 21:38 [Qemu-devel] regarding bug name : -hda FAT:. limited to 504MBytes Shubham Kumar
2017-02-14 22:24 ` Thomas Huth
2017-02-15 10:10   ` [Qemu-devel] [Qemu-block] " Kevin Wolf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).