From owner-freebsd-doc Thu Aug 30 21: 5:12 2001 Delivered-To: freebsd-doc@freebsd.org Received: from parodius.com (pentarou.parodius.com [205.149.163.62]) by hub.freebsd.org (Postfix) with ESMTP id 6446A37B401 for ; Thu, 30 Aug 2001 21:05:09 -0700 (PDT) (envelope-from jdc@parodius.com) Received: (from jdc@localhost) by parodius.com (8.11.6/8.11.5) id f7V41mI53345 for doc@FreeBSD.org; Thu, 30 Aug 2001 21:01:48 -0700 (PDT) (envelope-from jdc) Date: Thu, 30 Aug 2001 21:01:48 -0700 From: Jeremy Chadwick To: doc@FreeBSD.org Subject: Error in handbook, section 12.9 Message-ID: <20010830210148.A53286@parodius.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.19i X-Organization: Parodius Networking Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Section 12.9.2 of the FreeBSD Handbook states the following: ... I need to add a new "e" partition for ccd(4) to use. This can be a copy of the "c" partition. 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) ... This is incorrect. The filesystem type for 'e' is not 4.2BSD; the ccdconfig(8) applied later will fail. It should state: c: 60074784 0 unused 0 0 0 # (Cyl. 0 - 59597) e: 60074784 0 4.2BSD 0 0 0 # (Cyl. 0 - 59597) Section 12.9.3 states the following: ... The final arguments to ccdconfig are the devices to place into the array. Putting it all together I get this command: ccdconfig ccd0 32 0 /dev/ad1c /dev/ad2c /dev/ad3c ... This is also incorrect. The label entries used should not be type 'c', but rather type 'e' (hence the instructions in 12.9.2!). This should therefore be: ccdconfig ccd0 32 0 /dev/ad1e /dev/ad2e /dev/ad3e Thanks. -- | Jeremy Chadwick jdc@parodius.com | | Parodius Networking http://www.parodius.com/ | | UNIX Systems Administrator Mountain View, CA, USA | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message