From owner-freebsd-questions@FreeBSD.ORG Tue Mar 15 17:43:43 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38D0F16A4CE; Tue, 15 Mar 2005 17:43:43 +0000 (GMT) Received: from harik.murex.com (mail.murex.com [194.98.239.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62E5E43D39; Tue, 15 Mar 2005 17:43:42 +0000 (GMT) (envelope-from mi+mx@aldan.algebra.com) Received: from interscan.fr.murex.com (iscan.murex.fr [172.21.17.207] (may be forged)) by harik.murex.com with ESMTP id j2FHWobW022256; Tue, 15 Mar 2005 18:32:50 +0100 (CET) Received: from mxmail.murex.com (interscan.murex.fr [127.0.0.1]) by interscan.fr.murex.com (8.11.6/8.11.6) with ESMTP id j2FHrOf08881; Tue, 15 Mar 2005 18:53:27 +0100 Received: from mteterin.us.murex.com ([172.21.130.86]) by mxmail.murex.com with Microsoft SMTPSVC(6.0.3790.0); Tue, 15 Mar 2005 18:43:12 +0100 From: Mikhail Teterin Organization: Virtual Estates, Inc. To: questions@FreeBSD.org Date: Tue, 15 Mar 2005 12:43:19 -0500 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200503151243.19596.mi+mx@aldan.algebra.com> X-OriginalArrivalTime: 15 Mar 2005 17:43:12.0618 (UTC) FILETIME=[75A744A0:01C52986] cc: usb@FreeBSD.org Subject: umass0 -- yes, daX -- no? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Mar 2005 17:43:43 -0000 Hello! I'm trying to access the file system on a usb memory key. When I insert it, however, kernel duly reports creation of umass0, but not the da1 (da0 is my ZIP drive). According to usbdevs -d, I have: addr 1: OHCI root hub, SiS uhub0 addr 2: Dell USB Memory Key, M-Systems umass0 addr 1: OHCI root hub, SiS uhub1 addr 1: OHCI root hub, SiS uhub2 It ought to be something obvious, but I can't see what it is :-( Thanks! -mi