|
|
4#

楼主 |
发表于 2022-5-27 09:30:30
|
只看该作者
- @echo off
- cd /d "%~dp0"
- dd.exe if=/dev/zero of="C:\Phoenix\data.img" bs=1G count=4
- mke2fs.exe -F -t fat32 "C:\Phoenix\data.img"
复制代码
4+0 records in
4+0 records out
4294967296 bytes (4.3 GB) copied, 14.7345 s, 291 MB/s
mke2fs 1.42.12 (29-Aug-2014)
Your mke2fs.conf file does not define the fat32 filesystem type.
Creating filesystem with 1048576 4k blocks and 262144 inodes
Filesystem UUID: 82d2842f-ab72-47f2-9e71-7a832774d307
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736
Allocating group tables: done
Writing inode tables: done
Writing superblocks and filesystem accounting information: done |
|