From owner-freebsd-hackers Thu Aug 23 14:14:31 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from tomts6-srv.bellnexxia.net (tomts6.bellnexxia.net [209.226.175.26]) by hub.freebsd.org (Postfix) with ESMTP id 38ABB37B40C for ; Thu, 23 Aug 2001 14:14:20 -0700 (PDT) (envelope-from matt@gsicomp.on.ca) Received: from xena.gsicomp.on.ca ([64.228.155.124]) by tomts6-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20010823211419.NFJO3759.tomts6-srv.bellnexxia.net@xena.gsicomp.on.ca>; Thu, 23 Aug 2001 17:14:19 -0400 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.1/8.11.1) with SMTP id f7NLBgc88808; Thu, 23 Aug 2001 17:11:43 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <00d401c12c17$cc847fb0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Andrew J Caines" , "FreeBSD Hackers" References: <20010822232503.E431@hal9000.servehttp.com> Subject: Re: Mounting FAT16 on USB connected Rio 600 Date: Thu, 23 Aug 2001 17:08:45 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hackers, > > The overwhelming lack of response on -questions suggests I might do better > here. I though this would be an easy one. > > In short, I simply want to know what device to mount and what to do get > that device configured. > > # usbdevs -v > Controller /dev/usb0: > addr 1: self powered, config 1, UHCI root hub(0x0000), Intel(0x0000), rev 0x0100 > port 1 powered > port 2 addr 2: self powered, config 1, Diamond Multimedia Digital Audio Player(0x5001), Diamond Multimedia(0x045a), rev 0x0100 > > /kernel: ugen0: at uhub0 port 2 (addr 2) disconnected > /kernel: ugen0: detached > /kernel: ugen0: Diamond Multimedia Diamond Multimedia Digital Audio Player, rev 1.00/1.00, addr 2 Since this device is recognized by the kernel as 'ugen0', it doesn't know that it's a storage unit, and explains why you can't mount it. In order to use this device, you'll have to update the USB subsystem to recognize this device as a storage unit, and perhaps do some other code hacking before you can access it as a SCSI disk. Hopefully someone else on the list can provide you with more details (as in, how do I do what I need to do to get this thing working!) -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message