OS : Formats a disk for use with Windows XP.
OS :
OS : FORMAT volume [/FS:file-system] [/V:label] [/Q] [/A:size] [/C] [/X]
OS : FORMAT volume [/V:label] [/Q] [/F:size]
OS : FORMAT volume [/V:label] [/Q] [/T:tracks /N:sectors]
OS : FORMAT volume [/V:label] [/Q]
OS : FORMAT volume [/Q]
OS :
OS : volume Specifies the drive letter (followed by a colon),
OS : mount point, or volume name.
OS : /FS:filesystem Specifies the type of the file system (FAT, FAT32, or NTFS).
OS : /V:label Specifies the volume label.
OS : /Q Performs a quick format.
OS : /C NTFS only: Files created on the new volume will be compressed
OS : by default.
OS : /X Forces the volume to dismount first if necessary. All opened
OS : handles to the volume would no longer be valid.
OS : /A:size Overrides the default allocation unit size. Default settings
OS : are strongly recommended for general use.
OS : NTFS supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K.
OS : FAT supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K,
OS : (128K, 256K for sector size > 512 bytes).
OS : FAT32 supports 512, 1024, 2048, 4096, 8192, 16K, 32K, 64K,
OS : (128K, 256K for sector size > 512 bytes).
OS :
OS : Note that the FAT and FAT32 files systems impose the
OS : following restrictions on the number of clusters on a volume:
OS :
OS : FAT: Number of clusters <= 65526
OS : FAT32: 65526 < Number of clusters < 4177918
OS :
OS : Format will immediately stop processing if it decides that
OS : the above requirements cannot be met using the specified
OS : cluster size.
OS :
OS : NTFS compression is not supported for allocation unit sizes
OS : above 4096.
OS :
OS : /F:size Specifies the size of the floppy disk to format (1.44)
OS : /T:tracks Specifies the number of tracks per disk side.
OS : /N:sectors Specifies the number of sectors per track.