Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2002 18:44:35 -0700 (PDT)
From:      Ian Dowse <iedowse@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/disklabel disklabel.c
Message-ID:  <200205300144.g4U1iZE46614@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
iedowse     2002/05/29 18:44:35 PDT

  Modified files:
    sbin/disklabel       disklabel.c 
  Log:
  Fix some serious brain damage in the default block/frag/cpg parameters
  that are used if none at all are specified for a partition. Don't
  keep replaying the last field if we run out of fields when processing
  a line. Use a 8:1 frag:block ratio for both defaults.
  
  More work here is required. I think disklabel should not attempt
  to choose default filesystem parameters, and instead let newfs pick
  any defaults if required.
  
  PR:             i386/38703
  Reported by:    Martin Kraemer <Martin.Kraemer@Fujitsu-Siemens.com>
  
  Revision  Changes    Path
  1.53      +7 -9      src/sbin/disklabel/disklabel.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205300144.g4U1iZE46614>