Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2001 08:47:44 -0800 (PST)
From:      "John W. De Boskey" <jwd@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/disklabel disklabel.8 disklabel.c
Message-ID:  <200102251647.f1PGliB66323@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jwd         2001/02/25 08:47:44 PST

  Modified files:
    sbin/disklabel       disklabel.8 disklabel.c 
  Log:
     Allow for easier configuration when using disklabel. A sample
  being:
  
  #        size   offset    fstype   [fsize bsize bps/cpg]
    a:   400M        0    4.2BSD     4096 16384    75     # (Cyl.    0 - 812*)
    b:     1G        *      swap
    c:      *        *    unused
    e: 204800        *    4.2BSD
    f:     5g        *    4.2BSD
    g:      *        *    4.2BSD
  
     These patches are the original work of Randell Jesup, and
  I believe Matt Dillon, with additional work by Warner Losh.
  Please let me know if I've left someone out.
  
     Incorporated into this is the fix for PR bin/22727.
  
     This patchset still has style issues and a possible problem on
  large disks. However, it was a agreed to get these committed before
  performing major surgery on them.
  
  PR:		bin/22727
  Submitted by:	Randell Jesup <rjesup@wgate.com>
  
  Revision  Changes    Path
  1.25      +146 -13   src/sbin/disklabel/disklabel.8
  1.35      +414 -148  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?200102251647.f1PGliB66323>