From owner-freebsd-questions@FreeBSD.ORG Sat Feb 7 10:18:19 2004 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 4A11816A4CE for ; Sat, 7 Feb 2004 10:18:19 -0800 (PST) Received: from smtp.thilelli.net (juliengabel.net1.nerim.net [62.212.119.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id E6E5643D31 for ; Sat, 7 Feb 2004 10:18:18 -0800 (PST) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 8EC0C241FC for ; Sat, 7 Feb 2004 19:18:17 +0100 (CET) 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 00869-06 for ; Sat, 7 Feb 2004 19:18:16 +0100 (CET) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with SMTP id 7AE22241FA for ; Sat, 7 Feb 2004 19:18:16 +0100 (CET) Received: from 192.168.0.97 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Sat, 7 Feb 2004 19:18:16 +0100 (CET) Message-ID: <49645.192.168.0.97.1076177896.squirrel@webmail.thilelli.net> In-Reply-To: <4025296E.4050600@kc.rr.com> References: <4025296E.4050600@kc.rr.com> Date: Sat, 7 Feb 2004 19:18:16 +0100 (CET) From: "Julien Gabel" To: freebsd-questions@freebsd.org 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 Subject: Re: USB Flash Drive. 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: Sat, 07 Feb 2004 18:18:19 -0000 > uhci0: port > 0x2440-0x245f irq 5 at device 31.4 on pci0 > usb0: on uhci0 > usb0: USB revision 1.0 > uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 2 ports with 2 removable, self powered > umass0: Luwen EasyDisc, rev 1.10/1.00, addr 2 > > My question - To what "device" do I mount? I can't find umass0 isn't > in my /dev and all the other references that are there don't work - The corresponding device should be '/dev/da0'. But in order to create this device, your kernel must be compiled with the appropriate options: device umass device scbus device da device pass Read the umass(4) manual page for more information (create a label, add a file system, etc.): http://www.freebsd.org/cgi/man.cgi?query=umass&sektion=4 The beginning of the following article -- written by Marc Fonvieille -- may help you too: http://www.bsdnews.org/03/cryptusb.php -- -jg.