From owner-cvs-all Tue Mar 19 23:16:25 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5194A37B416; Tue, 19 Mar 2002 23:16:16 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2K7GGh28570; Tue, 19 Mar 2002 23:16:16 -0800 (PST) (envelope-from phk) Message-Id: <200203200716.g2K7GGh28570@freefall.freebsd.org> From: Poul-Henning Kamp Date: Tue, 19 Mar 2002 23:16:16 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/newfs mkfs.c newfs.8 newfs.c newfs.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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