From 390a3e1a30c7a4b5c8de0f48f55e5a8b4973b4f4 Mon Sep 17 00:00:00 2001 From: Gabor Pali Date: Sat, 14 Jun 2008 10:50:55 +0000 Subject: [PATCH] Update Question 9.15: - Mark up da2 with - Mark up sysinstall(8) and disklabel(8) Approved by: gabor (mentor) --- en_US.ISO8859-1/books/faq/book.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index 678d6f5518..4f214bcfcc 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -5375,7 +5375,7 @@ C:\="DOS" &man.fdisk.8; or &man.sysinstall.8;. - The rest of the examples will be for a ZIP drive on da2, + The rest of the examples will be for a ZIP drive on da2, the third SCSI disk. Unless it is a floppy, or a removable you plan on sharing @@ -5384,7 +5384,7 @@ C:\="DOS" 2X improvement in performance, and a lot more stability. First, you need to redo the DOS-level partitions/filesystems. You can either use &man.fdisk.8; or - /stand/sysinstall, or for a small drive + &man.sysinstall.8;, or for a small drive that you do not want to bother with multiple operating system support on, just blow away the whole FAT partition table (slices) and just use the BSD partitioning: @@ -5392,8 +5392,8 @@ C:\="DOS" &prompt.root; dd if=/dev/zero of=/dev/rda2 count=2 &prompt.root; disklabel -Brw da2 auto - You can use disklabel or - /stand/sysinstall to create multiple BSD + You can use &man.disklabel.8; or + &man.sysinstall.8; to create multiple BSD partitions. You will certainly want to do this if you are adding swap space on a fixed disk, but it is probably irrelevant on a removable drive like a ZIP.