Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2002 23:16:16 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/newfs mkfs.c newfs.8 newfs.c newfs.h
Message-ID:  <200203200716.g2K7GGh28570@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2002/03/19 23:16:16 PST

  Modified files:
    sbin/newfs           mkfs.c newfs.8 newfs.c newfs.h 
  Log:
  Swing the axe and remove some archaic features from newfs which modern
  diskdrives do neither need nor want:
  
          -O create a 4.3BSD format filesystem
          -d rotational delay between contiguous blocks
          -k sector 0 skew, per track
          -l hardware sector interleave
          -n number of distinguished rotational positions
          -p spare sectors per track
          -r revolutions/minute
          -t tracks/cylinder
          -x spare sectors per cylinder
  
  No change in the produced filesystem image unless one or more of
  these options were used.
  
  Approved by:    mckusick
  
  Revision  Changes    Path
  1.51      +32 -104   src/sbin/newfs/mkfs.c
  1.49      +3 -82     src/sbin/newfs/newfs.8
  1.55      +14 -141   src/sbin/newfs/newfs.c
  1.3       +3 -12     src/sbin/newfs/newfs.h

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?200203200716.g2K7GGh28570>