UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: falseChapter 2
Unix Commands
Next: Reference: fgrep
 

fdformat

fdformat [options] [device]

Solaris only. Format floppy disks and PCMCIA memory cards. device is the name of the appropriate device to format, and varies considerably based on the density of the media, the capability of the disk drive, and whether or not volume management is in effect.

Options

-b label

Apply the label to the media. SunOS labels may be up to eight characters; DOS labels may be up to eleven uppercase characters.

-B file

Install bootloader in file on an MS-DOS diskette. Can only be used with -d or -t dos.

-D

Format a 720KB (3.5 inch) or 360KB (5.25 inch) double-density diskette (same as -l or -L). Use on high- or extended-density drives.

-e

Eject floppy disk when done.

-E

Format a 2.88MB (3.5 inch) extended-density diskette.

-f

Force. Do not prompt for confirmation before formatting.

-H

Format a 1.44MB (3.5 inch) or 1.2MB (5.25 inch) high-density diskette. Use on extended-density drive.

-M

Use a 1.2MB (3.5 inch) medium-density format on a high-density diskette. Use only with the -t nec option. Identical to -m.

-U

Unmount any filesystems on the media, and then format.

-q

Quiet mode. Don't print status messages.

-v

Verify each block on the media after formatting.

-x

Don't format, just write a SunOS label or MS-DOS filesystem.

-t dos

Install an MS-DOS filesystem and boot sector formatting. Same as DOS format or -d.

-t nec

Install an NEC-DOS filesystem and boot sector after formatting. Use only with -M.

Compatibility Options

These options are for compatibility with previous versions of fdformat. Their use is discouraged.

-d

Same as -t dos.

-l

Same as -D or -L.

-L

Same as -l or -D.

-m

Same as -M.


Previous: Reference: falseUNIX in a Nutshell: System V EditionNext: Reference: fgrep
Reference: falseBook IndexReference: fgrep

The UNIX CD Bookshelf NavigationThe UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System