From owner-freebsd-geom@FreeBSD.ORG Tue Sep 14 01:58:41 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 3AD0B106566B; Tue, 14 Sep 2010 01:58:41 +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 C7ED48FC17; Tue, 14 Sep 2010 01:58:40 +0000 (UTC) Received: by vws7 with SMTP id 7so6096824vws.13 for ; Mon, 13 Sep 2010 18:58:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=inspgo9pE9njIoOsD6zNYJpOi8vwsKIWIcfm0WUaAhc=; b=IzFzlOxat5K3moLxd77zrNXRPIxJ0s1WbENFyk8qzscAzag9S+2+2+WkYnkUXLRsNN HlVaWAMA//7h2MRAswzCa5bH/r5JLX1CtlCKTkL808tuyeSLZ6vPf4VkSH7RvLmNY7fI 3rrzsNstdOmXs5pGht7KJNzD0EVtQ6suuq10U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=SY6khP/1ajpKcSIN9Z444q3GHOzuir9IlfXH3BsElCFOV8vqVvANyRVsO8cJzysirj jZluYJcK/M8BXGaQbxG4cnDCQJ91IZvb9GZgdYIJuQktE+0K5k+gs9YkFbgujZ/T2vkS aRzAUA+wg5PwwLTl+TfrzqDD9tJ/AEfbge5uE= MIME-Version: 1.0 Received: by 10.220.63.79 with SMTP id a15mr2368056vci.61.1284429519819; Mon, 13 Sep 2010 18:58:39 -0700 (PDT) Received: by 10.220.198.204 with HTTP; Mon, 13 Sep 2010 18:58:39 -0700 (PDT) In-Reply-To: References: <20100909085007.00001b09@unknown> Date: Tue, 14 Sep 2010 09:58:39 +0800 Message-ID: From: dave jones To: Ivan Voras Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-geom@freebsd.org Subject: Re: 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: Tue, 14 Sep 2010 01:58:41 -0000 On Mon, Sep 13, 2010 at 9:29 PM, Ivan Voras wrote: > On 13 September 2010 03:38, dave jones wrote: >> On Fri, Sep 10, 2010 at 5:46 PM, Ivan Voras =A0wrote: >>> On 09/10/10 04:50, dave jones wrote: >>> >>>> Ok, in /boot/loader.conf, I have added the following: >>> >>>> geom_mbr_load=3D"YES" >>> >>> Remove this line and report what happens then. >> >> It seems that works after removing that line: >> >> # gpart show ada0 >> =3D> =A0 =A0 =A0 63 =A0126189504 =A0ada0 =A0MBR =A0(60G) >> =A0 =A0 =A0 =A0 63 =A0 81919089 =A0 =A0 1 =A0freebsd =A0[active] =A0(39G= ) >> =A0 81919152 =A0 44255358 =A0 =A0 2 =A0!12 =A0(21G) >> =A0126174510 =A0 =A0 =A015057 =A0 =A0 =A0 =A0- free - =A0(7.4M) >> >> Does that mean that module should not be included? > > Yes. Ok. I'm still wondering why geom_mbr should not be included in /boot/loader.conf. Would you tell me why? Thanks. >> I need geom_mbr module due to my some of usb thumb >> drivers. > > Why? What doesn't work if you don't have it? When I plug a usb thumb drive, there's no /dev/da0s1device node. If I load geom_mbr.ko, then /dev/da0s1 appears. Regards, Dave.