Updated: January 21, 2005
Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2
Formats the disk in the specified volume to accept Windows files.
format Volume [/fs:FileSystem] [/v:Label] [/q] [/a:UnitSize] [/c] [/x]
format Volume [/v:Label] [/q] [/f:Size]
format Volume [/v:Label] [/q] [/t:Tracks/n:Sectors]
format Volume [/v:Label] [/q]
format Volume [/q]
512
Creates 512 bytes per cluster.
1024
Creates 1024 bytes per cluster.
2048
Creates 2048 bytes per cluster.
4096
Creates 4096 bytes per cluster.
8192
Creates 8192 bytes per cluster.
16K
Creates 16 kilobytes per cluster.
32K
Creates 32 kilobytes per cluster.
64K
Creates 64 kilobytes per cluster.
Volume label (11 characters, ENTER for none)?
WARNING, ALL DATA ON NON-REMOVABLE DISK DRIVE x: WILL BE LOST! Proceed with Format (Y/N)? _
0
The format operation was successful.
1
Incorrect parameters were supplied.
4
A fatal error occurred (any error other than 0, 1, or 5).
5
The user pressed N in response to the prompt "Proceed with Format (Y/N)?" to stop the process.
To format a new floppy disk in drive A using the default size, type:
format a:
To perform a quick format operation on a previously formatted disk in drive A, type:
format a: /q
To format a floppy disk in drive A and assign it the volume label "DATA," type:
format a: /v:DATA
Italic
Information that the user must supply
Bold
Elements that the user must type exactly as shown
Ellipsis (...)
Parameter that can be repeated several times in a command line
Between brackets ([])
Optional items
Between braces ({}); choices separated by pipe (|). Example: {even|odd}
Set of choices from which the user must choose only one
Courier font
Code or program output