Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/format.refentry @ 2811:611715587834 lwtools-port
Updated rules.mak and level1/coco1/bootfiles/makefile
Updated the rules.mak file to remove the format entire image related
to drivewire server disk images.
Updated level1/coco1/bootfiles/makefile to create 3 new bootfile images.
These images are stripped down to just the common files needed
for vovdg games on os9 level 1. These bootfiles are for becker, dw,
and arduino. Also corrected a duplicated dd descriptor when building
some bootfiles that had both floppy_40d, floppy_80d, RBDW, RBBECKER,
and RBARDUINO. Removed the dd descriptor from each of these sections
and made it where the dd descriptor for the specific section was added
in the main bootfile list.
author | David Ladd <drencor-xeen@users.sf.net> |
---|---|
date | Mon, 11 Feb 2013 20:16:24 -0600 |
parents | b00cf13c9f61 |
children |
line wrap: on
line source
<refentry id="format"> <refnamediv> <refname>FORMAT</refname> <refpurpose>Initialize disk media</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> <command>format</command> <arg choice="plain"> <replaceable>devname</replaceable> </arg> </cmdsynopsis> </refsynopsisdiv> <refsect1><title>Description</title> <para> This command is used to physically initialize, verify, and establish an initial file structure on a disk. All disks must be formatted before they can be used on an NitrOS-9 system. </para> <para> NOTE: If the diskette is to be used as a system disk, <command>OS9gen</command> or <command>cobbler</command> must be run to create the bootstrap after the disk has been formatted. </para> <para> The formatting process works as follows: </para> <orderedlist numeration="arabic"> <listitem> <para> The disk surface is physically initialized and sectored. </para> </listitem> <listitem> <para> Each sector is read back and verified. If the sector fails to verify after several attempts, the offending sector is excluded from the initial free space on the disk. As the verification is performed, track numbers are displayed on the standard output device. </para> </listitem> <listitem> <para> The disk allocation map, root directory, and identification sector are written to the first few sectors of track zero. These sectors <emphasis>cannot</emphasis> be defective. </para> </listitem> </orderedlist> <para> <command>Format</command> will prompt for a disk volume name, which can be up to 32 characters long and may include spaces or punctuation. This name can later be displayed using the FREE command. </para> <para> For more information see: <xref linkend="sec3.10"/> </para> </refsect1> </refentry>