From owner-freebsd-questions Mon Dec 13 21:28:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cc942873-a.ewndsr1.nj.home.com (cc942873-a.ewndsr1.nj.home.com [24.2.89.207]) by hub.freebsd.org (Postfix) with ESMTP id D3C8814C87 for ; Mon, 13 Dec 1999 21:28:39 -0800 (PST) (envelope-from cjc@cc942873-a.ewndsr1.nj.home.com) Received: (from cjc@localhost) by cc942873-a.ewndsr1.nj.home.com (8.9.3/8.9.3) id AAA76033; Tue, 14 Dec 1999 00:32:59 -0500 (EST) (envelope-from cjc) From: "Crist J. Clark" Message-Id: <199912140532.AAA76033@cc942873-a.ewndsr1.nj.home.com> Subject: Re: help adding new drive - getting newfs error In-Reply-To: <001301bf45bd$2a2d98b0$03a06bcf@interlinks.net> from Bill Sandiford at "Dec 13, 1999 05:55:28 pm" To: sysop@interlinks.net (Bill Sandiford) Date: Tue, 14 Dec 1999 00:32:59 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG Reply-To: cjclark@home.com X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Bill Sandiford wrote, [Charset iso-8859-1 unsupported, filtering to ASCII...] > I am trying to install a new 17.3 ide drive in my machine using one of > either of the following 2 methods from the handbook > > # dd if=/dev/zero of=/dev/rda1 bs=1k count=1 > # disklabel -Brw da1 auto > # disklabel -e da1 # create the `e' partition > # newfs -d0 /dev/rda1e > # mkdir -p /1 > # vi /etc/fstab # add an entry for /dev/da1e > # mount /1 > > An alternate method is: > > # dd if=/dev/zero of=/dev/rda1 count=2 > # disklabel /dev/rda1 | disklabel -BrR da1 /dev/stdin > # newfs /dev/rda1e > # mkdir -p /1 > # vi /etc/fstab # add an entry for /dev/da1e > # mount /1 > > As soon as I run the newfs command as listed above I get the following > error. > > Dec 13 17:53:48 ns2 /kernel: wd2c: hard error reading fsbn 33793228 of > 33793228-33793231 (wd2 bn 33793228; cn 33525 tn 0 sn 28)wd2: status > 59 error 10 > > Any help would be appreciated Ummm... Seems to be some confusion here. Might just be from the mail, but I can't say for sure. In all of the stuff you quote, you refer to /dev/da1 (a SCSI HDD), but your error message refers to wd2 (a IDE HDD). So, did you really use those commands with 'da1?' -- Crist J. Clark cjclark@home.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message