From owner-freebsd-questions@FreeBSD.ORG Sat Feb 11 06:51:11 2006 Return-Path: X-Original-To: questions@freebsd.org 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 E3FB516A420 for ; Sat, 11 Feb 2006 06:51:11 +0000 (GMT) (envelope-from tuxgirl@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 725AB43D49 for ; Sat, 11 Feb 2006 06:51:11 +0000 (GMT) (envelope-from tuxgirl@gmail.com) Received: by wproxy.gmail.com with SMTP id 57so493906wri for ; Fri, 10 Feb 2006 22:51:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=N1MXMJKjEMvjLw3sgWCLCu8QhRQfrnMjWkcOu6GUDmXGBto1T8IYEKta+5mnK/Vc0afaMKnfnB2SEGzN57+QJN4gAiPWQ2cp7+Sfv2+vh1Y7n4IOjqzWrulsVLXADaYKNU3SvEkeN/8yA/QIYvy5OsUD/TLXDEHdbQWN9h4cdqI= Received: by 10.65.237.13 with SMTP id o13mr97207qbr; Fri, 10 Feb 2006 22:51:10 -0800 (PST) Received: by 10.65.236.2 with HTTP; Fri, 10 Feb 2006 22:51:10 -0800 (PST) Message-ID: <6e4453640602102251j3349d6eev23ddef8726dad84@mail.gmail.com> Date: Fri, 10 Feb 2006 23:51:10 -0700 From: Erin Sharmahd To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Cc: Subject: I can't mount my USB thumb drive or ipod -- no /dev/da* X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2006 06:51:12 -0000 I'm a bit of a newbie, but I've done a good bit of research, and some asking around on this issue, and haven't been able to resolve it yet.=20 I'm using FreeBSD 6.0 RELEASE with the GENERIC kernel. (from what i can tell, it has all of the necessary pieces to allow usb drives). When I plug my ipod into my computer, dmesg gets the following addition: umass0: Apple iPod mini, rev 2.00/0.01, addr 2 However, that's all that appears there relative to it. From google, I found that plugging in an ipod or a usb thumb drive should add a /dev/da0 (or similar) entry to /dev, which you should mount. I still don't have a /dev/da*, and I actually checked, and nothing is getting added to /dev when I plug the ipod in. I thought that perhaps this was a problem related to support for the ipod, but I have the exact same problem whenever I try to mount a usb thumb drive. Nothing new appears in /dev, and dmesg simply gives one line explaining that umass0 sees the item. A TA's thumb drive had the same problem. The ipod is FAT32, and has been used in linux many times. The thumb drive is currently ext3, but I'd like to reformat it to FAT32 once I can get FreeBSD to recognize it. Here's the info I can find about the ipod: from dmesg: umass0: Apple iPod mini, rev 2.00/0.01, addr 2 from usbdevs -d: addr 1: EHCI root hub, Intel uhub4 addr 2: iPod mini, Apple umass0 And the info from my usb thumb drive: from dmesg: umass0: PNY Attache 2.0, rev 2.00/2.00, addr 2 from usbdevs -d: addr 1: EHCI root hub, Intel uhub4 addr 2: Attache 2.0, PNY umass0 Lines that I think are important from the kernel config: # USB support device uhci # UHCI PCI->USB interface device ohci # OHCI PCI->USB interface device ehci # EHCI PCI->USB interface (USB 2.0) device usb # USB Bus (required) #device udbp # USB Double Bulk Pipe devices device ugen # Generic device uhid # "Human Interface Devices" device umass # Disks/Mass storage - Requires scbus and da # SCSI peripherals device scbus # SCSI bus (required for SCSI) device ch # SCSI media changers device da # Direct Access (disks) If there's any further information that would help, please let me know. These are the things I've found mentioned on google... Thanks, ~Erin -- http://www.tuxgirl.com