Command-Line Format
A Command-Line Format is a command-line interface that performs a disk formatting.
- AKA: Format Command, Format Operation.
- …
- Example(s)
format C:
, formats computer drive C: (MS-DOS).- …
- Counter-Example(s)
- See: File System, RT-11, 86-DOS, MS-DOS, IBM PC DOS, OS/2, AmigaDOS, Computing, Command-Line Interface, IBM, Microsoft Windows, Operating Systems.
References
2018
- (Wikipedia, 2018) ⇒ https://en.wikipedia.org/wiki/Format_(command) Retrieved:2018-3-18.
- In computing,
format
, a command-line utility included in 86-DOS, MS-DOS, IBM PC DOS and OS/2 and Microsoft Windows operating systems, carries out disk formatting.The command is also available in the DEC RT-11 operating system.
The command performs the following actions by default on a floppy disk, hard disk drive, solid state (USB), or other magnetic medium (it will not perform these actions on optical media):
- Optionally (by adding the /S, for "system" switch), Format can also install a Volume Boot Record. With this option, Format writes bootstrap code to the first sector of the volume (and possibly elsewhere as well). Format always writes a BIOS Parameter Block to the first sector, with or without the /S option.
Another option (/Q) allows for what Microsoft calls "Quick Format". With this option the command will not perform steps 2 and 3 above.
Format /Q
does not alter data previously written to the media.Typing "Format" with no parameters in MS-DOS 3.2 or earlier would automatically, without prompting the user, format the current drive; however in MS-DOS 3.3 and later it would simply produce the error: "required parameter missing".
Any storage device must have its medium structured to be useful. This process is referred toas "creating a filesystem" in Unix, Linux, or BSD. Under these systems different commands are used. The commands can create many kinds of file systems, including those used by DOS, Windows, and OS/2.
- In computing,
- ↑ (NB. While the publishers claim this would be MS-DOS 1.1 and 2.0, it actually is SCP MS-DOS 1.25 and a mixture of Altos MS-DOS 2.11 and TeleVideo PC DOS 2.11.)
- ↑ (NB. While the author claims this would be MS-DOS 1.1 and 2.0, it actually is SCP MS-DOS 1.25 and a mixture of Altos MS-DOS 2.11 and TeleVideo PC DOS 2.11.)
- ↑ (NB. While the author claims this would be MS-DOS 1.1 and 2.0, it actually is SCP MS-DOS 1.25 and a mixture of Altos MS-DOS 2.11 and TeleVideo PC DOS 2.11.)