Linux 最小的 FAT32 分区

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/8412792/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-06 03:31:59  来源:igfitidea点击:

Smallest FAT32 Partition

windowslinuxfilesystemsfat32disk-partitioning

提问by mustafa

I need to create a small partition image (a few MB) with FAT32 filesystem. I came up some contradictory info on the Internet about the minimum size limit of a FAT32 partition.

我需要使用 FAT32 文件系统创建一个小分区映像(几 MB)。我在互联网上找到了一些关于 FAT32 分区的最小大小限制的矛盾信息。

When I tried to mkfsa 5MB partition as FAT32 in Linux, I get a warning since it's too small. Though, it writes something in it. (I'm not sure if it's valid) And when I try to format a 5MB partition as FAT32 with diskpartin Windows, it simply fails.

当我mkfs在 Linux 中尝试将5MB 分区作为 FAT32 时,我收到警告,因为它太小了。虽然,它写了一些东西。(我不确定它是否有效)当我尝试diskpart在 Windows中将 5MB 分区格式化为 FAT32 时,它只是失败了。

How small can a FAT32 partition be?

FAT32 分区可以有多小?

thanks

谢谢

采纳答案by Marco Bax

FAT32 requires a partion of atleast 33,548,800 bytes (32763 KB). See a list of FAT size limits on Wikipedia.

FAT32 需要至少 33,548,800 字节 (32763 KB) 的分区。请参阅Wikipedia上的 FAT 大小限制列表。