Date: Mon, 13 Dec 1999 17:55:28 -0500 From: "Bill Sandiford" <sysop@interlinks.net> To: <freebsd-questions@freebsd.org> Subject: help adding new drive - getting newfs error Message-ID: <001301bf45bd$2a2d98b0$03a06bcf@interlinks.net>
next in thread | raw e-mail | index | archive | help
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<rdy,seekdone,drq,err> error 10<no_id> Any help would be appreciated Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001301bf45bd$2a2d98b0$03a06bcf>