格式化 EFI 分区时,出现此错误:
Not enough clusters for a 32 bit FAT!"
Run Code Online (Sandbox Code Playgroud)
我的磁盘使用 4096 扇区大小。
#mkfs.fat -v -F 32 -S 4096 /dev/sde1
mkfs.fat 4.1 (2017-01-24)
WARNING: Not enough clusters for a 32 bit FAT!
/dev/sde1 has 255 heads and 63 sectors per track,
hidden sectors 0x4000;
logical sector size is 4096,
using 0xf8 media descriptor, with 67584 sectors;
drive number 0x80;
filesystem has 2 32-bit FATs and 8 sectors per cluster.
FAT size is 16 sectors, and provides 8440 clusters.
There …Run Code Online (Sandbox Code Playgroud)