format
Windows CMD · System · available in the simulator
What it does
Formats a drive (changes the file system).
Syntax
format volumen [/fs:sistema] [/v:etiqueta] [/q] [/x]
Options and parameters
/FS:TIPOfile system type (NTFS, FAT32, exFAT)
/QQuick format; does not scan for bad sectors.
format E: /q/V:ETIQassigns volume label
/FSSpecifies the file system: NTFS, FAT32, exFAT.
format E: /fs:exfat/VSpecifies the volume label.
/ASpecifies the allocation unit size.
/CFor NTFS, compresses files created on the new volume by default.
/XForces the volume to dismount before formatting.
/PZeroes every sector on the volume the specified number of times.
Usage examples
format D: /FS:NTFSformat D: /Qformat D: /FS:FAT32 /V:USBformat E: /fs:exfatformat E: /q