Bug 112682

Summary: Handbook GEOM_GPT explanation does not provide accurate information
Product: Documentation Reporter: Victor Engmark <victor.engmark>
Component: Books & ArticlesAssignee: Warren Block <wblock>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Victor Engmark 2007-05-15 11:10:02 UTC
The current handbook, chapter 8.4, explains the kernel option "GEOM_GPT" as enabling "a large number of partitions on a single disk." How many?

More importantly, this is not sufficient information for anybody who has performed an installation with the default partitioning. Will disabling this option break a default installation?

Also, is this option necessary in order to /create/ partitions, just to /use/ them, or both?
Comment 1 Warren Block freebsd_committer freebsd_triage 2012-06-23 22:55:29 UTC
Responsible Changed
From-To: freebsd-doc->wblock

Take.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-06-23 22:59:00 UTC
Author: wblock
Date: Sat Jun 23 21:58:51 2012
New Revision: 39097
URL: http://svn.freebsd.org/changeset/doc/39097

Log:
  Replace overly-terse explanation of GEOM_PART_GPT with a link and point
  out that the standard config supports 128 partitions.
  
  PR:		112682
  Submitted by:	Victor Engmark

Modified:
  head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml

Modified: head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml	Sat Jun 23 14:28:39 2012	(r39096)
+++ head/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml	Sat Jun 23 21:58:51 2012	(r39097)
@@ -723,8 +723,11 @@ options          NFS_ROOT          # NFS
 
     <programlisting>options          GEOM_PART_GPT     # GUID Partition Tables.</programlisting>
 
-    <para>This option brings the ability to have a large number of
-      partitions on a single disk.</para>
+    <para>Adds support for <ulink
+	url="http://en.wikipedia.org/wiki/GUID_Partition_Table">GUID
+      Partition Tables</ulink>.  GPT provides the ability to have a
+      large number of partitions per disk, 128 in the standard
+      configuration.</para>
 
     <programlisting>options          COMPAT_43         # Compatible with BSD 4.3 [KEEP THIS!]</programlisting>
 
_______________________________________________
svn-doc-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "svn-doc-all-unsubscribe@freebsd.org"
Comment 3 Warren Block freebsd_committer freebsd_triage 2012-06-23 23:00:57 UTC
State Changed
From-To: open->closed

Correction committed to Handbook kernel config chapter.  Thanks!