More rfd0 -> fd0 changes

Submitted by:	sheldonh and valentino.vaschetto@windriver.com
This commit is contained in:
Murray Stokely 2001-05-17 23:15:54 +00:00
parent 44ca8a2641
commit 9be4e6873c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9454
2 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.66 2001/05/11 21:25:44 murray Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.67 2001/05/16 23:15:50 murray Exp $
-->
<chapter id="install">
@ -166,9 +166,9 @@
write the image files directly to disk. On FreeBSD you would
run:</para>
<screen>&prompt.root; <userinput>dd if=kern.flp of=/dev/rfd0</userinput></screen>
<screen>&prompt.root; <userinput>dd if=kern.flp of=/dev/fd0</userinput></screen>
<para>On FreeBSD <filename>/dev/rfd0</filename> refers to the
<para>On FreeBSD <filename>/dev/fd0</filename> refers to the
first floppy disk (the <devicename>A:</devicename> drive).
<filename>/dev/rfd1</filename> would be the
<devicename>B:</devicename> drive, and so on. Other Unix
@ -300,7 +300,7 @@
<screen>&prompt.root; <userinput>fdformat -f 1440 fd0.1440</userinput>
&prompt.root; <userinput>disklabel -w -r fd0.1440 floppy3</userinput>
&prompt.root; <userinput>newfs -t 2 -u 18 -l 1 -i 65536 /dev/rfd0</userinput></screen>
&prompt.root; <userinput>newfs -t 2 -u 18 -l 1 -i 65536 /dev/fd0</userinput></screen>
<note>
<para>Use <literal>fd0.1200</literal> and
@ -1897,7 +1897,7 @@
<screen>&prompt.root; <userinput>dd if=kern.flp of=/dev/fd0</userinput></screen>
<para>On FreeBSD <filename>/dev/rfd0</filename> refers to
<para>On FreeBSD <filename>/dev/fd0</filename> refers to
the first floppy disk (the <devicename>A:</devicename>
drive). <filename>/dev/rfd1</filename> would be the
<devicename>B:</devicename> drive, and so on. Other Unix
@ -1922,7 +1922,7 @@
<filename>kern.flp</filename> floppy onto your FreeBSD
system using the &man.mount.8; command.</para>
<screen>&prompt.root; <userinput>mount /dev/rfd0 /mnt</userinput></screen>
<screen>&prompt.root; <userinput>mount /dev/fd0 /mnt</userinput></screen>
<para>Now that you have the floppy mounted, you must
change into the floppy directory</para>

View file

@ -1,7 +1,7 @@
<!--
The FreeBSD Documentation Project
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.66 2001/05/11 21:25:44 murray Exp $
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.67 2001/05/16 23:15:50 murray Exp $
-->
<chapter id="install">
@ -166,9 +166,9 @@
write the image files directly to disk. On FreeBSD you would
run:</para>
<screen>&prompt.root; <userinput>dd if=kern.flp of=/dev/rfd0</userinput></screen>
<screen>&prompt.root; <userinput>dd if=kern.flp of=/dev/fd0</userinput></screen>
<para>On FreeBSD <filename>/dev/rfd0</filename> refers to the
<para>On FreeBSD <filename>/dev/fd0</filename> refers to the
first floppy disk (the <devicename>A:</devicename> drive).
<filename>/dev/rfd1</filename> would be the
<devicename>B:</devicename> drive, and so on. Other Unix
@ -300,7 +300,7 @@
<screen>&prompt.root; <userinput>fdformat -f 1440 fd0.1440</userinput>
&prompt.root; <userinput>disklabel -w -r fd0.1440 floppy3</userinput>
&prompt.root; <userinput>newfs -t 2 -u 18 -l 1 -i 65536 /dev/rfd0</userinput></screen>
&prompt.root; <userinput>newfs -t 2 -u 18 -l 1 -i 65536 /dev/fd0</userinput></screen>
<note>
<para>Use <literal>fd0.1200</literal> and
@ -1897,7 +1897,7 @@
<screen>&prompt.root; <userinput>dd if=kern.flp of=/dev/fd0</userinput></screen>
<para>On FreeBSD <filename>/dev/rfd0</filename> refers to
<para>On FreeBSD <filename>/dev/fd0</filename> refers to
the first floppy disk (the <devicename>A:</devicename>
drive). <filename>/dev/rfd1</filename> would be the
<devicename>B:</devicename> drive, and so on. Other Unix
@ -1922,7 +1922,7 @@
<filename>kern.flp</filename> floppy onto your FreeBSD
system using the &man.mount.8; command.</para>
<screen>&prompt.root; <userinput>mount /dev/rfd0 /mnt</userinput></screen>
<screen>&prompt.root; <userinput>mount /dev/fd0 /mnt</userinput></screen>
<para>Now that you have the floppy mounted, you must
change into the floppy directory</para>