I found the following parameters from format.com in Windows 2003: /? /fs:* /t:* /n:* /8 /4 /1 /a:256k /a:128k /a:64k /a:32k /a:16k /a:8192 /a:4096 /a:2048 /a:1024 /a:512 /f:20.8MB /f:20.8M /f:20.8 /f:2.88MB /f:2.88M /f:2.88 /f:2880KB /f:2880K /f:2880 /f:1.44MB /f:1.44M /f:1.44 /f:1440KB /f:1440K /f:1440 /f:1MB /f:1M /f:1 /f:1.25MB /f:1.25M /f:1.25 /f:1250KB /f:1250K /f:1250 /f:360KB /f:360K /f:360 /f:320KB /f:320K /f:320 /f:256KB /f:256K /f:256 /f:180KB /f:180K /f:180 /f:160KB /f:160K /f:160 /f:1.23MB /f:1.23M /f:1.23 /f:1.2MB /f:1.2M /f:1.2 /f:1232KB /f:1232K /f:1232 /f:1200KB /f:1200K /f:1200 /f:720KB /f:720K /f:720 /f:640KB /f:640K /f:640 /x /y /backup /v:* /v:"" /force /c /q /u /v Among them, there are several hidden parameters, such as: /y /force /backup /u, you have to try what these hidden parameters do, maybe one of them is the automatic parameter. I can't test because I don't have a test environment. The official command syntax of Format: Format a disk for use with Windows. FORMAT volume
FORMAT volume
FORMAT volume
FORMAT volume
FORMAT volume volume Specifies the drive letter (followed by a colon), mount point, or volume name.
/FS:filesystem Specifies the file system type (FAT, FAT32, or NTFS).
/V:label Specifies the volume label.
/Q Performs a quick format.
/C Applies only to NTFS: By default, files created on the new volume are compressed.
/X Forces the volume to dismount first if necessary. At that time, all open handles to the volume are no longer valid.
/A:size Substitutes the default allocation unit size. It is strongly recommended that you use the default setting in general.
NTFS supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K.
FAT supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64k, (128k, 256k for sectors larger than 512 bytes).
FAT32 supports 512, 1024, 2048, 4096, 8192, 16k, 32k, 64k, (128k, 256k for sectors larger than 512 bytes). Note that the FAT and FAT32 file systems have the following restrictions on the number of clusters on the volume: FAT: Number of clusters <= 65526
FAT32: 65526 < Number of clusters < 4177918 If it is determined that the specified cluster size cannot meet the above requirements, the formatting will stop immediately. NTFS compression does not support allocation units larger than 4096. /F:size Specifies the size of the floppy disk to be formatted (1.44)
/T:tracks Specifies the number of tracks per side for the disk.
/N:sectors Specifies the number of sectors per track.
偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“
这个帖子”和“
这个帖子”并努力遵守,如果可能,请告诉更多的人!