From 309e20e7daf9089cc7b0f64d09f27797060272ea Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Wed, 10 Oct 2001 16:37:48 +0000 Subject: [PATCH] Don't drive people to the FAQ by giving a broken disklabel example. ccd(4) can't use paritions with fstype "unused"! Correct tense in affected paragraph. --- en_US.ISO8859-1/books/handbook/disks/chapter.sgml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml index 382bd7c28b..7ea00f8805 100644 --- a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml @@ -1,7 +1,7 @@ @@ -1049,14 +1049,16 @@ disklabel -e ad3 # size offset fstype [fsize bsize bps/cpg] c: 60074784 0 unused 0 0 0 # (Cyl. 0 - 59597) - I need to add a new "e" partition for &man.ccd.4; to - use. This can be a copy of the "c" partition. Once I was done, + I needed to add a new "e" partition for &man.ccd.4; to + use. This usually can be copied of the "c" partition, but + the must be 4.2BSD. + Once I was done, my disklabel should look like this: 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 60074784 0 unused 0 0 0 # (Cyl. 0 - 59597) - e: 60074784 0 unused 0 0 0 # (Cyl. 0 - 59597) + e: 60074784 0 4.2BSD 0 0 0 # (Cyl. 0 - 59597)