From owner-freebsd-questions@FreeBSD.ORG Thu Mar 16 17:24:47 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6849816A543 for ; Thu, 16 Mar 2006 17:24:47 +0000 (UTC) (envelope-from sub02@freeode.co.uk) Received: from mail.freeode.co.uk (freeode.co.uk [213.162.123.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1974743D53 for ; Thu, 16 Mar 2006 17:24:45 +0000 (GMT) (envelope-from sub02@freeode.co.uk) Received: from lexx.freeode.co.uk (lexx.freeode.co.uk [10.10.10.2]) by mail.freeode.co.uk (8.13.4/8.13.4) with ESMTP id k2GHOgkE014419 for ; Thu, 16 Mar 2006 17:24:42 GMT (envelope-from sub02@freeode.co.uk) From: John Murphy To: freebsd-questions@freebsd.org Date: Thu, 16 Mar 2006 17:24:42 +0000 Message-ID: References: In-Reply-To: X-Mailer: Forte Agent 1.93/32.576 English (American) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: Using 'incorrect' HD geometry. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sub02@freeode.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Mar 2006 17:24:47 -0000 "fbsd_user" wrote: >Write failure on transfer! (wrote 77187 bytes of 1425408 bytes) > >When I got this error message during install it mean the hard drive >had a bad spot on it. >This had nothing to do with the hd geometry used. Bet your hd is >udma 33. Think this is a bug in fbsd since 4.11 where this problem >did not occur. I think since 5.x the udma 33 ata driver does not >handle the bad track pointer to the reassigned track. Or all the hd >alt tracks have been used up all ready. Thanks for the suggestion. I'm fairly sure the hd is ok and it's udma66 at least. Actually I've had some success just now. There was that error message in the Alt F2 screen output saying: acd0: FAILURE - READ_BIG HARDWARE ERROR asc=0x08 ascq=0x03 error=0 I didn't think it was particularly important as the Alt F1 screen was saying "write failure", but I decided to try an (minimal) FTP install and it actually completed with absolutely no write errors! It doesn't boot, probably due to a warning I ignored that it was using the existing /dev (as the partition existed). I'll try it again after tea and insist on a new set of partitions, which I believe will cure that problem. I'm so happy to be getting there! Many thanks to all for the help. >What I did was to allocate an very small unused partition that >included that area and then allocated the remainder of the hd to the >slice I installed fbsd in. Hah! I've done that with a 40G laptop drive I was given, which had loads of bad sectors. But there's a good 35GB on it running 6.0 :) -- John.