From owner-freebsd-stable@FreeBSD.ORG Sat Feb 4 17:42:38 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0878B16A420 for ; Sat, 4 Feb 2006 17:42:38 +0000 (GMT) (envelope-from zoulou@sians.org) Received: from zermelo.sians.org (zermelo.sians.org [72.21.52.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id B53DB43D46 for ; Sat, 4 Feb 2006 17:42:37 +0000 (GMT) (envelope-from zoulou@sians.org) Received: from webmail.sians.org (localhost [127.0.0.1]) by zermelo.sians.org (Postfix) with ESMTP id 70C14160323; Sat, 4 Feb 2006 19:42:36 +0200 (EET) Received: from 62.74.65.180 (SquirrelMail authenticated user zoulou@sians.org) by webmail.sians.org with HTTP; Sat, 4 Feb 2006 19:42:36 +0200 (EET) Message-ID: <62897.62.74.65.180.1139074956.squirrel@webmail.sians.org> In-Reply-To: <43E40751.4070207@math.missouri.edu> References: <43E40751.4070207@math.missouri.edu> Date: Sat, 4 Feb 2006 19:42:36 +0200 (EET) From: "Giorgos Kapetanakis" To: "Stephen Montgomery-Smith" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-7 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: stable@freebsd.org Subject: Re: Problem with memory stick X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Feb 2006 17:42:38 -0000 On Sat, February 4, 2006 3:45 am, Stephen Montgomery-Smith wrote: > I have a Crucial 1GB USB 2.0 Gizmo memory stick. It does work, but not > without its problems. > > When I insert it into the USB port, the kernel spits out a large number > of bad looking messages - I'll copy them below. /dev/da0 is created, > but no /dev/da0s1 is created. If I then do "mount_msdos /dev/da0 /mnt" > it gives an appropriate error message, but then /dev/da0s1 is > mysteriously created. At this point "mount_msdos /dev/da0s1 /mnt" works > just right, and it is ready to use. > > I just get the feeling that it is not quite working how it should be. I > am using a fairly recent RELENG_6 (maybe two weeks old). Check your kernel, maybe you are using the ehci driver for USB 2.0 support, which is under development and buggy. Also take a look at ehci(4). -- Giorgos Kapetanakis