diff --git a/en_US.ISO8859-1/books/handbook/install/chapter.sgml b/en_US.ISO8859-1/books/handbook/install/chapter.sgml index 8a4de17684..0ce1c847d7 100644 --- a/en_US.ISO8859-1/books/handbook/install/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/install/chapter.sgml @@ -1,7 +1,7 @@ @@ -166,9 +166,9 @@ write the image files directly to disk. On FreeBSD you would run: - &prompt.root; dd if=kern.flp of=/dev/rfd0 + &prompt.root; dd if=kern.flp of=/dev/fd0 - On FreeBSD /dev/rfd0 refers to the + On FreeBSD /dev/fd0 refers to the first floppy disk (the A: drive). /dev/rfd1 would be the B: drive, and so on. Other Unix @@ -300,7 +300,7 @@ &prompt.root; fdformat -f 1440 fd0.1440 &prompt.root; disklabel -w -r fd0.1440 floppy3 -&prompt.root; newfs -t 2 -u 18 -l 1 -i 65536 /dev/rfd0 +&prompt.root; newfs -t 2 -u 18 -l 1 -i 65536 /dev/fd0 Use fd0.1200 and @@ -1897,7 +1897,7 @@ &prompt.root; dd if=kern.flp of=/dev/fd0 - On FreeBSD /dev/rfd0 refers to + On FreeBSD /dev/fd0 refers to the first floppy disk (the A: drive). /dev/rfd1 would be the B: drive, and so on. Other Unix @@ -1922,7 +1922,7 @@ kern.flp floppy onto your FreeBSD system using the &man.mount.8; command. - &prompt.root; mount /dev/rfd0 /mnt + &prompt.root; mount /dev/fd0 /mnt Now that you have the floppy mounted, you must change into the floppy directory diff --git a/en_US.ISO_8859-1/books/handbook/install/chapter.sgml b/en_US.ISO_8859-1/books/handbook/install/chapter.sgml index 8a4de17684..0ce1c847d7 100644 --- a/en_US.ISO_8859-1/books/handbook/install/chapter.sgml +++ b/en_US.ISO_8859-1/books/handbook/install/chapter.sgml @@ -1,7 +1,7 @@ @@ -166,9 +166,9 @@ write the image files directly to disk. On FreeBSD you would run: - &prompt.root; dd if=kern.flp of=/dev/rfd0 + &prompt.root; dd if=kern.flp of=/dev/fd0 - On FreeBSD /dev/rfd0 refers to the + On FreeBSD /dev/fd0 refers to the first floppy disk (the A: drive). /dev/rfd1 would be the B: drive, and so on. Other Unix @@ -300,7 +300,7 @@ &prompt.root; fdformat -f 1440 fd0.1440 &prompt.root; disklabel -w -r fd0.1440 floppy3 -&prompt.root; newfs -t 2 -u 18 -l 1 -i 65536 /dev/rfd0 +&prompt.root; newfs -t 2 -u 18 -l 1 -i 65536 /dev/fd0 Use fd0.1200 and @@ -1897,7 +1897,7 @@ &prompt.root; dd if=kern.flp of=/dev/fd0 - On FreeBSD /dev/rfd0 refers to + On FreeBSD /dev/fd0 refers to the first floppy disk (the A: drive). /dev/rfd1 would be the B: drive, and so on. Other Unix @@ -1922,7 +1922,7 @@ kern.flp floppy onto your FreeBSD system using the &man.mount.8; command. - &prompt.root; mount /dev/rfd0 /mnt + &prompt.root; mount /dev/fd0 /mnt Now that you have the floppy mounted, you must change into the floppy directory