From owner-freebsd-i386@FreeBSD.ORG Wed Sep 24 19:20:03 2008 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F1AEA106566C for ; Wed, 24 Sep 2008 19:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DD4368FC27 for ; Wed, 24 Sep 2008 19:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8OJK3gd047603 for ; Wed, 24 Sep 2008 19:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8OJK3bE047602; Wed, 24 Sep 2008 19:20:03 GMT (envelope-from gnats) Date: Wed, 24 Sep 2008 19:20:03 GMT Message-Id: <200809241920.m8OJK3bE047602@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: "Christophe Cap" Cc: Subject: Re: i386/122008: [ata] Fdisk fails. Cannot install 7.0 Release on P5VD2-MX with Maxtor PATA [regression] X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Christophe Cap List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2008 19:20:04 -0000 The following reply was made to PR i386/122008; it has been noted by GNATS. From: "Christophe Cap" To: bug-followup@freebsd.org, christophe.cap@gmail.com Cc: Subject: Re: i386/122008: [ata] Fdisk fails. Cannot install 7.0 Release on P5VD2-MX with Maxtor PATA [regression] Date: Wed, 24 Sep 2008 20:50:34 +0200 First of all sorry for the late reply. I did several 'test' install ranging from 4.7 tot 7-current and several Linux Indeed in the end it appeared to be a cable problem (40wire instead of 80 wire). So you can mark this as closed ! What confused me was that both OpenSuse and Ubuntu booted fine without errors nor warnings on that same drive. After severan installs, some googling en setting the loglevel to max (on Linux) I noticed this : ===BEGIN Linux dmesg snippet === ata4: PATA max UDMA/133 cmd 0x00010170 ctl 0x00010376 bmdma 0x0001e408 irq 15 ata4.01: HPA unlocked: 66055248 -> 156301488, native 156301488 ata4.01: ATA-7: MAXTOR STM380215A, 3.AAD, max UDMA/100 ata4.01: 156301488 sectors, multi 16: LBA48 ata4.01: limited to UDMA/33 due to 40-wire cable ata4.01: configured for UDMA/33 ===END Linux dmesg snippet=== Notice how in Linux the cable is detected (somehow) and switches to UDMA/33 instead of UDMA100. So it's slow, but boots errorless. Maybe this cable detection is an idea for future FreeBSD releases ? Thanks for everyone looking into this problem. Best regards, Christophe