From owner-freebsd-geom@FreeBSD.ORG Thu Sep 9 07:20:28 2010 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 73BC610656A9 for ; Thu, 9 Sep 2010 07:20:28 +0000 (UTC) (envelope-from s.dave.jones@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3180D8FC19 for ; Thu, 9 Sep 2010 07:20:28 +0000 (UTC) Received: by vws7 with SMTP id 7so1160026vws.13 for ; Thu, 09 Sep 2010 00:20:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=lswL+ylfSFAnOWHJAuSEwC364xCD7DlIRRVmeHb0yRo=; b=YnChrQk8Cu8CTHSJxKq6OPfhXE94E9AbOsfzzXGnZFgWVv+IRNgaQKZyGQOhNCDXOf L6RHj3vOau0rgNZlfiV50oL9nwkG1Dy0TRtGO2XPWXWWRrj10p4n/bMMX5iqKXa5pJOG 3ULIAdX2WFQITdJ94Fv7nFyUExqRT+kPxJpco= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=KBfexgrB92tPbTeAs3H1C83snykMCKeqvFCqLADHXMCoIKWq/XXwzg7t2L4ISG4OkZ AqNx65l4IojWi4ww/0yg9fn50SHB8+jLszCVDAKlka/8pGJWF+rLegxJvqI/66uJsFJV mvPDHiE+QFjQXhI7Wim1rLUoF9/OGxDl7h/aU= MIME-Version: 1.0 Received: by 10.220.157.143 with SMTP id b15mr369295vcx.120.1284014977719; Wed, 08 Sep 2010 23:49:37 -0700 (PDT) Received: by 10.220.202.138 with HTTP; Wed, 8 Sep 2010 23:49:37 -0700 (PDT) Date: Thu, 9 Sep 2010 14:49:37 +0800 Message-ID: From: dave jones To: freebsd-geom@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: gpart cannot find ada0 X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2010 07:20:28 -0000 Hi, I'm running FreeBSD 9-current. Since the bios supports ahci, I enable it and load ahci module with no problem. Here's the dmessage: # dmesg |grep ada0 ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada0: ATA-7 SATA 2.x device ada0: 150.000MB/s transfers (SATA 1.x, UDMA5, PIO 512bytes) ada0: 61616MB (126189568 512 byte sectors: 16H 63S/T 16383C) However, when I run "gpart show ada0", I got: gpart: No such geom: ada0. I also load geom_mbr and geom_bsd modules, but it sill can't show ada0. Does anyone tell me how to solve that issue? Thanks. Best regards, Dave.