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
Smallest FAT32 Partition
提问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 mkfs
a 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 diskpart
in Windows, it simply fails.
当我mkfs
在 Linux 中尝试将5MB 分区作为 FAT32 时,我收到警告,因为它太小了。虽然,它写了一些东西。(我不确定它是否有效)当我尝试diskpart
在 Windows中将 5MB 分区格式化为 FAT32 时,它只是失败了。
How small can a FAT32 partition be?
FAT32 分区可以有多小?
thanks
谢谢