From owner-cvs-all Wed Apr 24 6: 0:59 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id B02C537B41B; Wed, 24 Apr 2002 06:00:41 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id WAA30812; Wed, 24 Apr 2002 22:58:25 +1000 Date: Wed, 24 Apr 2002 22:59:25 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sbin/newfs newfs.8 newfs.c In-Reply-To: <4329.1019651487@critter.freebsd.dk> Message-ID: <20020424225136.D16436-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Wed, 24 Apr 2002, Poul-Henning Kamp wrote: > In message <200204241227.g3OCR3Z87619@freefall.freebsd.org>, Poul-Henning Kamp > writes: > >phk 2002/04/24 05:27:03 PDT > > > > Modified files: > > sbin/newfs newfs.8 newfs.c > > Log: > > Remove the -v option, it is now default behaviour. > > > > Sponsored by: DARPA & NAI Labs > > It is now no longer mandatory to have a disklabel on a disk to > newfs it: > > mdconfig -a -t malloc -s 4m -u 56 > newfs /dev/md56 It wasn't mandatory before either; it was just inconvenient to edit /etc/disktab. %%% Script started on Wed Apr 24 22:50:25 2002 ttyp1:bde@besplex:/tmp> dd if=/dev/zero of=zz0 bs=1440k count=1 1+0 records in 1+0 records out 1474560 bytes transferred in 0.087156 secs (16918641 bytes/sec) ttyp1:bde@besplex:/tmp> newfs -T floppy ./zz0 newfs: ./zz0: not a character-special device Warning: 1216 sector(s) in last cylinder unallocated ./zz0: 2880 sectors in 1 cylinders of 1 tracks, 4096 sectors 1.4MB in 1 cyl groups (1 c/g, 2.00MB/g, 704 i/g) super-block backups (for fsck -b #) at: 32 ttyp1:bde@besplex:/tmp> exit Script done on Wed Apr 24 22:50:56 2002 %%% Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message