From owner-p4-projects@FreeBSD.ORG Tue Jan 31 18:34:10 2012 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 660CB1065674; Tue, 31 Jan 2012 18:34:10 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 108CD1065672 for ; Tue, 31 Jan 2012 18:34:10 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id F143B8FC15 for ; Tue, 31 Jan 2012 18:34:09 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.4/8.14.4) with ESMTP id q0VIY91J071108 for ; Tue, 31 Jan 2012 18:34:09 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.4/8.14.4/Submit) id q0VIY9Q0071105 for perforce@freebsd.org; Tue, 31 Jan 2012 18:34:09 GMT (envelope-from rene@FreeBSD.org) Date: Tue, 31 Jan 2012 18:34:09 GMT Message-Id: <201201311834.q0VIY9Q0071105@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 205481 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jan 2012 18:34:10 -0000 http://p4web.freebsd.org/@@205481?ac=10 Change 205481 by rene@rene_acer on 2012/01/31 18:33:28 IFC Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.sgml#11 integrate Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/bsdinstall/chapter.sgml#11 (text+ko) ==== @@ -1,7 +1,7 @@ @@ -1301,7 +1301,7 @@ partitioning instead. The other partitioning schemes are generally used for uncommon or older computer systems. - +
Partitioning Schemes @@ -1401,7 +1401,9 @@ people may prefer a traditional layout with separate partitions for the /, /var, /tmp, and /usr - filesystems. + filesystems. See for an + example. See &man.gpart.8; for a complete list of available GPT partition types. @@ -1447,6 +1449,80 @@ lab's computer, for example. + + Creating Traditional Split Filesystem + Partitions + + For a traditional partition layout where the + /, /var, + /tmp, and /usr + directories are separate filesystems on their own + partitions, create a GPT partitioning scheme, then create + the partitions as shown. Partition sizes shown are typical + for a 20G target disk. If more space is available on the + target disk, larger swap or /var + partitions may be useful. Labels shown here are prefixed + with ex for "example", but readers + should use other unique label values as described + above. + + + + + + Partition Type + Size + Mountpoint + Label + + + + + + freebsd-boot + 512K + + + + freebsd-ufs + 2G + / + exrootfs + + + + freebsd-swap + 4G + + exswap + + + + freebsd-ufs + 2G + /var + exvarfs + + + + freebsd-ufs + 1G + /tmp + extmpfs + + + + freebsd-ufs + accept the default (remainder of the + disk) + /usr + exusrfs + + + + + + After the custom partitions have been created, select [ Finish ] to continue with the installation.