From owner-freebsd-questions@FreeBSD.ORG Sun Jul 11 17:11:57 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 8A2B616A4CE for ; Sun, 11 Jul 2004 17:11:57 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.244]) by mx1.FreeBSD.org (Postfix) with SMTP id 7E21C43D39 for ; Sun, 11 Jul 2004 17:11:57 +0000 (GMT) (envelope-from roop.nanuwa@gmail.com) Received: by mproxy.gmail.com with SMTP id w29so7789553cwb for ; Sun, 11 Jul 2004 10:11:57 -0700 (PDT) Received: by 10.11.99.23 with SMTP id w23mr62657cwb; Sun, 11 Jul 2004 10:11:57 -0700 (PDT) Message-ID: <75f3f705040711101146816429@mail.gmail.com> Date: Sun, 11 Jul 2004 10:11:57 -0700 From: Roop Nanuwa To: Jason Dusek In-Reply-To: <40F08C2A.2060004@uiowa.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <40F026E2.8000000@uiowa.edu> <20040710174109.GB7692@hardesty.saintaardvarkthecarpeted.com> <40F05FD7.3000404@uiowa.edu><40F08C2A.2060004@uiowa.edu> cc: questions@freebsd.org Subject: Re: Can't Mount 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: Sun, 11 Jul 2004 17:11:57 -0000 On Sat, 10 Jul 2004 19:39:06 -0500, Jason Dusek wrote: > Hi, > > I have a Dell D600, and I count mount flash devices on it. They show up in > dmesg. Here I put the drive in the top one, pull it out and stick it in the > bottom one, and then put it back in the top one: > > ugen0: SanDisk Corporation Cruzer Mini, rev 2.00/0.10, addr 2 > ugen0: at uhub0 port 1 (addr 2) disconnected > ugen0: detached > ugen0: SanDisk Corporation Cruzer Mini, rev 2.00/0.10, addr 2 > ugen0: at uhub0 port 1 (addr 2) disconnected > ugen0: detached > ugen0: SanDisk Corporation Cruzer Mini, rev 2.00/0.10, addr 2 > > Strangely, they show up as the same address on the same device. When I try to > mount ugen0, I get a message that sayeth: > > Block device required. > > What does this mean? What do I do? Hi Jason, Check out this page which is a great walk through on getting what you need set up: http://ezine.daemonnews.org/200305/cfmount.html In particular, you need to mount the corresponding 'da' device, not the ugen device. --roop