From owner-freebsd-current@FreeBSD.ORG Fri Apr 16 03:14:37 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DC6616A4CE for ; Fri, 16 Apr 2004 03:14:37 -0700 (PDT) Received: from smtp.thilelli.net (jgabel.net1.nerim.net [80.65.226.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC49243D46 for ; Fri, 16 Apr 2004 03:14:36 -0700 (PDT) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 2065978C50; Fri, 16 Apr 2004 12:14:32 +0200 (CEST) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 08105-03-2; Fri, 16 Apr 2004 12:14:31 +0200 (CEST) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with SMTP id 4567F78C4B; Fri, 16 Apr 2004 12:14:31 +0200 (CEST) Received: from 192.168.0.105 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Fri, 16 Apr 2004 12:14:31 +0200 (CEST) Message-ID: <49481.192.168.0.105.1082110471.squirrel@webmail.thilelli.net> In-Reply-To: <5236.1082057026@critter.freebsd.dk> References: Your message of "Thu, 15 Apr 2004 20:46:01 +0200." <50267.192.168.0.105.1082054761.squirrel@webmail.thilelli.net> <5236.1082057026@critter.freebsd.dk> Date: Fri, 16 Apr 2004 12:14:31 +0200 (CEST) From: "Julien Gabel" To: "Poul-Henning Kamp" User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new at thilelli.net cc: freebsd-current@freebsd.org Subject: Re: Can't *write* to a hard disk, problem related to GEOM(4)? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2004 10:14:37 -0000 >> /dev/ad10 was previously part of a hardware miror (ar(4) device with a >> HighPoint HPT374 (channel 2+3) UDMA133 controller), but since it was >> broken for an unknown reason, thid drive is no more usable, even alone. >> For example, I am not be able to create a new slice on it. > Could you try to compile a kernel without the ar(4) driver in it ? > It may still be latching on to this disk... Since the ar(4) driver is part of ata(4) generic ATA/ATAPI disk controller driver, I don't think it is possible to do that without shooting myself on the foot. Any ideas? Thanks, -- -jpeg.