|
|
本人的C盘已经是NTFS的了
所以对J盘做了测试
对J盘用convert没有提示Y或者N
用FORMAT提示了Y或者N
于是用了ECHO Y|传递给format,就不再提示Y或者N了
楼主可以试试
ECHO Y|CONVERT C: /FS:NTFS /x
C:\Documents and Settings\Administrator>echo y|format j: /fs:fat32
The type of the file system is NTFS.
The new file system is FAT32.
WARNING, ALL DATA ON NON-REMOVABLE DISK
DRIVE J: WILL BE LOST!
Proceed with Format (Y/N)? Verifying 128M
Initializing the File Allocation Table (FAT)...
Volume label (11 characters, ENTER for none)? Format complete.
133,160,960 bytes total disk space.
133,159,936 bytes available on disk.
1,024 bytes in each allocation unit.
130,039 allocation units available on disk.
32 bits in each FAT entry.
Volume Serial Number is 8C0E-6B09
C:\Documents and Settings\Administrator> |
|