Bug 122066

Summary: -d0 option cause error which described in handbook
Product: Documentation Reporter: Tateoka Takamichi <tate>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me CC: tate
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Tateoka Takamichi 2008-03-25 05:30:00 UTC
  A sample commands to create a new partition (newfs -d0 /dev/da1e) cause
error in at least 6.2R-p8 system.  The command apppers in 18.3.2.2.

Fix: 

The next example in the handbook says use "newfs /dev/da1e", so i think
remove -d0 option from the handbook is enough.
How-To-Repeat:   Run newfs with -d0 option.  It cause a error.
  In my case:

# newfs -d0 /dev/da0a
newfs: 0: bad extent block size
#
Comment 1 dfilter service freebsd_committer freebsd_triage 2008-03-25 08:43:45 UTC
blackend    2008-03-25 08:43:38 UTC

  FreeBSD doc repository

  Modified files:
    en_US.ISO8859-1/books/handbook/disks chapter.sgml 
  Log:
  Use the default extent-size for newfs(8) instead of a -d0 one which may
  lead to errors.
  
  PR:             docs/122066
  Submitted by:   Takamichi Tateoka <tate@cs.uec.ac.jp>
  
  Revision  Changes    Path
  1.282     +2 -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 2 Marc Fonvieille freebsd_committer freebsd_triage 2008-03-25 08:43:47 UTC
State Changed
From-To: open->closed

The -d0 has been removed.  Thanks.