diff options
| author | Udo Erdelhoff <ue@FreeBSD.org> | 2002-04-08 05:19:32 +0000 |
|---|---|---|
| committer | Udo Erdelhoff <ue@FreeBSD.org> | 2002-04-08 05:19:32 +0000 |
| commit | e09a98d30f83e2710b288708148a65209238138b (patch) | |
| tree | 34f93dbf91a5fbebb73803c6a72b9e451bd2945e | |
| parent | 605cbd6a083a1325a76771aefda1d57c4b4f6533 (diff) | |
Notes
| -rw-r--r-- | release/doc/en_US.ISO8859-1/installation/sparc64/install.sgml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/installation/sparc64/install.sgml b/release/doc/en_US.ISO8859-1/installation/sparc64/install.sgml index 7c06a8b458b6..98a54bc6d195 100644 --- a/release/doc/en_US.ISO8859-1/installation/sparc64/install.sgml +++ b/release/doc/en_US.ISO8859-1/installation/sparc64/install.sgml @@ -471,6 +471,17 @@ drivedata: 0 this disk must have their respective partition entries in the old and new label match <emphasis>exactly</emphasis>, or they will be lost.</para></warning> + + <para>If you want to double-check that your partitions end on + cylinder boundaries, run <command>disklabel -e + <replaceable>device</replaceable></command> again. The + editor will display the cylinders used by a particular + partition on the right hand side of the output. If any of + the partitions you defined (i.e. anything except partition + <literal>c</literal>) shows an <literal>*</literal> next to + it, the partition does <emphasis>NOT</emphasis> start or end + on a cylinder boundary. You <emphasis>MUST</emphasis> fix + these or your system will not work.</para> </step> <step> |
