From owner-cvs-all@FreeBSD.ORG Thu Mar 23 22:13:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F85116A401; Thu, 23 Mar 2006 22:13:55 +0000 (UTC) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E97843D45; Thu, 23 Mar 2006 22:13:55 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k2NMDsj1015753; Thu, 23 Mar 2006 22:13:54 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k2NMDsZf015752; Thu, 23 Mar 2006 22:13:54 GMT (envelope-from simon) Message-Id: <200603232213.k2NMDsZf015752@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Thu, 23 Mar 2006 22:13:54 +0000 (UTC) To: doc-committers@FreeBSD.org, cvs-doc@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: doc/en_US.ISO8859-1/books/handbook/disks chapter.sgml X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Mar 2006 22:13:55 -0000 simon 2006-03-23 22:13:54 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/handbook/disks chapter.sgml Log: Some rework of the memory, and file-backed file systems section: - Remove 5.X from titles, since it applies to 5.X+. - Refer only to bsdlabel in the 5.X+ section and remove note about the switch from disklabel to bsdlabel in FreeBSD 5.1. - Do not suggest users place file systems on the "c" partition (which is meant for the "raw" device) and use the "a" partition instead. (Note that I'm not really sure if there is a good reason to label a memory disk before use when just using the entire disk for one file system, but I will leave this for now.) - Update program output to show what resent FreeBSD version actually writes. - For memory backed file system section, suggest that people use swap backed and not malloc(9) backed, since malloc based memory disks have a good disk of causing a panic since the kernel risks runing out of memory in the malloc pool. Revision Changes Path 1.254 +31 -40 doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml