From owner-freebsd-hackers@FreeBSD.ORG Fri Jun 10 06:23:33 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1FF5B16A41C for ; Fri, 10 Jun 2005 06:23:33 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from server.absolute-media.de (server.absolute-media.de [213.239.231.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9EA2843D4C for ; Fri, 10 Jun 2005 06:23:32 +0000 (GMT) (envelope-from NKoch@demig.de) Received: from localhost (unknown [127.0.0.1]) by server.absolute-media.de (Postfix) with ESMTP id B8C2284757; Fri, 10 Jun 2005 08:23:31 +0200 (CEST) Received: from server.absolute-media.de ([127.0.0.1]) by localhost (server [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19116-05; Fri, 10 Jun 2005 08:23:27 +0200 (CEST) Received: from firewall.demig (p50839768.dip0.t-ipconnect.de [80.131.151.104]) by server.absolute-media.de (Postfix) with ESMTP id D9510847A0; Fri, 10 Jun 2005 08:23:26 +0200 (CEST) Received: from ws-ew-3 (ws-ew-3.w2kdemig [192.168.1.72]) by firewall.demig (8.13.4/8.13.1) with SMTP id j5A6Mijr091980; Fri, 10 Jun 2005 08:22:44 +0200 (CEST) (envelope-from NKoch@demig.de) From: "Norbert Koch" To: "=?iso-8859-1?Q?Dag-Erling_Sm=F8rgrav?=" , "Darren Pilgrim" Date: Fri, 10 Jun 2005 08:22:45 +0200 Message-ID: <001a01c56d84$d09d2f40$4801a8c0@ws-ew-3.W2KDEMIG> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <86ekba4uls.fsf@xps.des.no> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0 Importance: Normal X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at absolute-media.de Cc: freebsd-hackers@freebsd.org Subject: RE: Determining disk device and kicking GEOM when doing automaticmounting of umass devices X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jun 2005 06:23:33 -0000 > -----Original Message----- > From: owner-freebsd-hackers@freebsd.org > [mailto:owner-freebsd-hackers@freebsd.org]On Behalf Of Dag-Erling > Smørgrav > Sent: Friday, June 10, 2005 8:03 AM > To: Darren Pilgrim > Cc: freebsd-hackers@freebsd.org > Subject: Re: Determining disk device and kicking GEOM when doing > automaticmounting of umass devices > > > "Darren Pilgrim" writes: > > GEOM doesn't automatically read the partition table and create the > > slice device [...] > > Yes, it does. When the umassX provider shows up, GEOM immediately > tastes it and creates geoms for the individual slices. > >From what I've seen, it doesn't. After attaching a memory stick I only see "da0". I then call mount_msdosfs on "da0", which fails expectedly. Only then I see "da0s1", which I can mount. But I didn't test this against the very latest 5-stable.