Name

mkdosfs

Synopsis

                  mkdosfs [options] device [blocks]mkfs.msdos [options] device [blocks]

System administration command. Format device as an MS-DOS filesystem. You may specify the number of blocks on the device or allow mkdosfs to guess.

Options

-b backup-sector

Specify sector for backup boot sector. The default value depends on the number of reserved sectors, but is usually sector 6.

-c

Scan device for bad blocks before execution.

-f n

Specify number of File Allocation Tables (FATs) to create (either 1 or 2).

-i volume-id

Use the specified 32-bit hexadecimal volume-id instead of calculating a number based on the time of creation.

-l file

Read list of bad blocks from file.

-m message-file

Set the message to be used when the filesystem is booted without an installed operating system to the contents of the file message-file. The message may be up to 418 bytes in size. If filename is a hyphen, read text from standard input.

-n label

Set volume name for filesystem to label. The volume name may be up to 11 characters long.

-r maximum-entries

Set the maximum-entries allowed in the root directory. The default is 112 or 224 for floppies and 512 for hard disks.

-s sectors

Set the number of disk sectors per cluster. The number must be a power of 2.

-v

Print verbose information about progress.

-A

Create an Atari MS-DOS filesystem.

-C

Create and format a file suitable for use on a floppy disk. The device given on the command line should be a filename, and the number of blocks must also be specified. ...

Get Linux in a Nutshell, Fourth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.