From owner-svn-doc-all@freebsd.org Tue Apr 12 17:30:24 2016 Return-Path: Delivered-To: svn-doc-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E3A6B0DCE0; Tue, 12 Apr 2016 17:30:24 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2067D119A; Tue, 12 Apr 2016 17:30:24 +0000 (UTC) (envelope-from wblock@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3CHUNjT075184; Tue, 12 Apr 2016 17:30:23 GMT (envelope-from wblock@FreeBSD.org) Received: (from wblock@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3CHUNKS075183; Tue, 12 Apr 2016 17:30:23 GMT (envelope-from wblock@FreeBSD.org) Message-Id: <201604121730.u3CHUNKS075183@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wblock set sender to wblock@FreeBSD.org using -f From: Warren Block Date: Tue, 12 Apr 2016 17:30:23 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r48568 - head/en_US.ISO8859-1/books/handbook/disks X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2016 17:30:24 -0000 Author: wblock Date: Tue Apr 12 17:30:23 2016 New Revision: 48568 URL: https://svnweb.freebsd.org/changeset/doc/48568 Log: Add a small demonstration of how to see partition table information. Suggested by Bernard T. Higonnet in freebsd-doc. Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/disks/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Tue Apr 12 09:03:41 2016 (r48567) +++ head/en_US.ISO8859-1/books/handbook/disks/chapter.xml Tue Apr 12 17:30:23 2016 (r48568) @@ -146,7 +146,16 @@ See &man.gpart.8; for options to create partitions smaller than a whole disk. - A file system is created on the new blank disk: + The disk partition information can be viewed with + gpart show: + + &prompt.user; gpart show ada1 +=> 34 1465146988 ada1 GPT (699G) + 34 2014 - free - (1.0M) + 2048 1465143296 1 freebsd-ufs (699G) + 1465145344 1678 - free - (839K) + + A file system is created in the new partition on the new disk: &prompt.root; newfs -U /dev/ada1p1 @@ -532,8 +541,7 @@ da0: <STECH Simple Drive 1.04> s/n match "system" "GEOM"; match "subsystem" "DEV"; action "/usr/sbin/automount -c"; -}; - +}; Reload the configuration if &man.autofs.5; and &man.devd.8; are already running: