Mercurial > hg > Members > kono > nitros9-code
annotate docs/nitros9guide/format.refentry @ 1352:69e75af20e16
Added padrom help file
author | boisy |
---|---|
date | Wed, 17 Sep 2003 20:24:09 +0000 |
parents | 4dae346c4969 |
children | b00cf13c9f61 |
rev | line source |
---|---|
138 | 1 <refentry id="format"> |
2 <refnamediv> | |
3 <refname>FORMAT</refname> | |
4 <refpurpose>Initialize disk media</refpurpose> | |
5 </refnamediv> | |
6 | |
7 <refsynopsisdiv> | |
8 <cmdsynopsis> | |
1093 | 9 <command>format</command> |
138 | 10 <arg choice="plain"> |
975
c565a4700689
The entitity replstart was replaced with <replaceable>
roug
parents:
138
diff
changeset
|
11 <replaceable>devname</replaceable> |
138 | 12 </arg> |
13 </cmdsynopsis> | |
14 </refsynopsisdiv> | |
15 | |
16 <refsect1><title>Description</title> | |
17 <para> | |
18 This command is used to physically initialize, verify, and establish | |
19 an initial file structure on a disk. All disks must be formatted | |
20 before they can be used on an OS-9 system. | |
21 </para> | |
22 <para> | |
1053
b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
roug
parents:
975
diff
changeset
|
23 NOTE: If the diskette is to be used as a system disk, <command>OS9gen</command> or |
b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
roug
parents:
975
diff
changeset
|
24 <command>cobbler</command> must be run to create the bootstrap after the disk has |
138 | 25 been formatted. |
26 </para> | |
27 <para> | |
28 | |
29 The formatting process works as follows: | |
30 </para> | |
31 | |
32 <orderedlist numeration="arabic"> | |
33 <listitem> | |
34 <para> | |
35 The disk surface is physically initialized and sectored. | |
36 </para> | |
37 </listitem> | |
38 <listitem> | |
39 <para> | |
40 Each sector is read back and verified. If the sector fails to | |
41 verify after several attempts, the offending sector is excluded from | |
42 the initial free space on the disk. As the verification is | |
43 performed, track numbers are displayed on the standard output | |
44 device. | |
45 </para> | |
46 </listitem> | |
47 <listitem> | |
48 <para> | |
49 The disk allocation map, root directory, and identification sector are written | |
50 to the first few sectors of track zero. These | |
51 sectors <emphasis>cannot</emphasis> be defective. | |
52 </para> | |
53 </listitem> | |
54 </orderedlist> | |
55 <para> | |
1053
b5ff125a1d60
Since this book was only typeset in fixed width, single-font, they used
roug
parents:
975
diff
changeset
|
56 <command>Format</command> will prompt for a disk volume name, which can be up to 32 |
138 | 57 characters long and may include spaces or punctuation. This name |
58 can later be displayed using the FREE command. | |
59 </para> | |
60 <para> | |
1093 | 61 For more information see: <xref linkend="sec3.10"/> |
138 | 62 </para> |
63 </refsect1> | |
64 </refentry> | |
65 |