Bug 157091

Summary: [handbook] FreeBSD Handbook needs to be updated to reflect gpart rather than obsolete gpt
Product: Documentation Reporter: rsimmons0
Component: Books & ArticlesAssignee: Benedict Reuschling <bcr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
disks.chapter.sgml.diff none

Description rsimmons0 2011-05-16 20:20:09 UTC
In the FreeBSD Handbook section 18.3 it refers to partitioning large disks using sunlabel and gpt.  These have been replaced by gpart(8).  So, at the end of the section, the sentences "The sunlabel(8) format is limited to 2^32-1 sectors per partition and 8 partitions for a total of 16TB. For larger disks, gpt(8) partitions may be used." should say "For larger disks, gpart(8) may be used to create GPT partitions."
Comment 1 Niclas Zeising 2011-05-26 11:00:31 UTC
Hi!
Here is a patch that does just that.
Regards!
-- 
Niclas
Comment 2 Benedict Reuschling freebsd_committer freebsd_triage 2011-05-26 11:23:12 UTC
State Changed
From-To: open->feedback

Set to feedback until we get a response from the submitter about 
whether the submitted patch fits what he intended with the change.
Comment 3 rsimmons0 2011-05-26 15:01:04 UTC
That patch looks good.

Thanks!
Comment 4 Benedict Reuschling freebsd_committer freebsd_triage 2011-05-26 18:44:47 UTC
Responsible Changed
From-To: freebsd-doc->bcr

I will finish the work on this.
Comment 5 dfilter service freebsd_committer freebsd_triage 2011-05-26 19:28:33 UTC
bcr         2011-05-26 18:28:23 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/disks chapter.sgml 
  Log:
  Mention the partitioning of large disks using gpart(8).
  
  PR:             docs/157091
  Submitted by:   Robert Simmons (rsimmons0 at gmail dot com)
  Patch by:       Niclas Zeising (niclas dot zeising at gmail dot com)
  
  Revision  Changes    Path
  1.308     +3 -2      doc/en_US.ISO8859-1/books/handbook/disks/chapter.sgml
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Benedict Reuschling freebsd_committer freebsd_triage 2011-05-26 19:33:00 UTC
State Changed
From-To: feedback->closed

The patch from Niclas Zeising was committed with minor adjustments. 
Thanks to both of you! PR closed.