From owner-freebsd-questions@FreeBSD.ORG Tue Nov 28 19:55:13 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F154B16A4D1 for ; Tue, 28 Nov 2006 19:55:13 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAD4C44037 for ; Tue, 28 Nov 2006 19:50:05 +0000 (GMT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id kASJm2fc079253; Tue, 28 Nov 2006 14:48:02 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id kASJm2Lq079252; Tue, 28 Nov 2006 14:48:02 -0500 (EST) (envelope-from jerrymc) Date: Tue, 28 Nov 2006 14:48:02 -0500 From: Jerry McAllister To: David Banning Message-ID: <20061128194802.GA79195@gizmo.acns.msu.edu> References: <20061128022430.GA8664@skytracker.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061128022430.GA8664@skytracker.ca> User-Agent: Mutt/1.4.2.2i Cc: questions@freebsd.org Subject: Re: secondary ide drive setup X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Nov 2006 19:55:14 -0000 On Mon, Nov 27, 2006 at 09:24:30PM -0500, David Banning wrote: > I am attempting to setup a secondary ide drive. I have configured the > entire 305MB drive for storage. I used /stand/sysinstall and -it- > issued the command ; > > /bin/sh -c newfs -b 16384 -f 2048 /dev/ad2s1e > > which seems very disk intensive and is taking a long time. I am wondering > if this is right. I just want to use the second drive as a storage folder > for backing up the main drive. > > The disklabel editor shows it as > > Disk: ad2 Partition name: ad2s1 Free: 0 blocks (0MB) > > Part Mount Size Newfs Part Mount Size Newfs > ---- ----- ---- ----- ---- ----- ---- ----- > ad2s1e /uusr 305242MBUFS+S Y > > This configuration issued the command as above; > > /bin/sh -c newfs -b 16384 -f 2048 /dev/ad2s1e > > How long should newfs take for a 305 MB drive? > Do you really mean 305 GB drive? ^^ It depends some on your CPU and the speed of the drive. My guess would be in the range of 15 minutes or so. It has to write all the alternate superblocks. I haven't studied it, but I have always wondered if it is necessary to have so many alternate superblocks. ////jerry > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"