mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* FAT : FAT16 support maximum 4GB file/vol size like WinXP or 7.
@ 2011-07-24 13:08 NamJae Jeon
  2011-07-25 20:19 ` OGAWA Hirofumi
  0 siblings, 1 reply; 3+ messages in thread
From: NamJae Jeon @ 2011-07-24 13:08 UTC (permalink / raw)
  To: hirofumi; +Cc: linux-kernel

Hello Hirofumi

Win NT/XP/7 increased the maximum cluster size to 64KB, and file/vol
size increased 4GB also.

Although increasing , the file size of  linux FAT is still limited at 2GB.

I found that it is limited by sb->s_maxbytes(0x7fffffff) when
partition is formatted by FAT16.

I think that sb->s_maxbytes in fill_super should be set to 0xffffffff
like Fat32.

I want to know your opinion.

Thanks.

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

end of thread, other threads:[~2011-07-25 22:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-24 13:08 FAT : FAT16 support maximum 4GB file/vol size like WinXP or 7 NamJae Jeon
2011-07-25 20:19 ` OGAWA Hirofumi
     [not found]   ` <CAKYAXd-KftOw-YMoA82-75Yp6FNYAXmna+5Fxe0JCMmUB3+-bg@mail.gmail.com>
2011-07-25 22:32     ` NamJae Jeon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome