From owner-freebsd-questions@FreeBSD.ORG Wed Nov 15 21:52:51 2006 Return-Path: X-Original-To: freebsd-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 0ACCA16A518 for ; Wed, 15 Nov 2006 21:52:51 +0000 (UTC) (envelope-from lists@oak-wood.co.uk) Received: from ash.oak-wood.co.uk (ash.oak-wood.co.uk [62.3.200.116]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8277543D4C for ; Wed, 15 Nov 2006 21:52:50 +0000 (GMT) (envelope-from lists@oak-wood.co.uk) Received: from localhost (localhost [127.0.0.1]) by ash.oak-wood.co.uk (Postfix) with ESMTP id 0FC50A7221 for ; Wed, 15 Nov 2006 21:52:49 +0000 (GMT) Received: from ash.oak-wood.co.uk ([127.0.0.1]) by localhost (ash.oak-wood.co.uk [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17369-01-96 for ; Wed, 15 Nov 2006 21:52:48 +0000 (GMT) Received: from celandine.oak-wood.co.uk (celandine.oak-wood.co.uk [62.3.200.115]) by ash.oak-wood.co.uk (Postfix) with ESMTP id D4652A6C41 for ; Wed, 15 Nov 2006 21:52:48 +0000 (GMT) Message-ID: Date: Wed, 15 Nov 2006 21:52:41 +0000 To: freebsd-questions@freebsd.org From: Chris Hastie MIME-Version: 1.0 Content-Type: text/plain;charset=us-ascii;format=flowed User-Agent: Turnpike/6.02-U () Subject: USB mass storage woes 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: Wed, 15 Nov 2006 21:52:51 -0000 Hi I've just bought a Western Digital 200GB USB hard drive that I would like to connect to my FreeBSD 5.4-RELEASE system. However, when I connect it I don't get a device which I can mount. I have a 1GB flash drive that works fine - giving this on the console on connection. umass0: cnmemory-drive cnmemory, rev 2.00/2.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 953MB (1952767 512 byte sectors: 64H 32S/T 953C) But with the WD drive I see only one line: umass0: Western Digital External HDD, rev 2.00/6.02, addr 2 camcontrol devlist returns nothing, though camcontrol devlist -v gives: ash# camcontrol devlist -v scbus0 on umass-sim0 bus 0: scbus-1 on xpt0 bus 0: < > at scbus-1 target -1 lun -1 (xpt0) The SCSI and USB parts of my kernel config are, I think, straight from the GENERIC: # SCSI peripherals device scbus # SCSI bus (required for SCSI) device ch # SCSI media changers device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) device ses # SCSI Environmental Services (and SAF-TE) # 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 ukbd # Keyboard device ulpt # Printer device umass # Disks/Mass storage - Requires scbus and da device ums # Mouse device urio # Diamond Rio 500 MP3 player device uscanner # Scanners Has anyone any suggestions as to how to get this to work? -- Chris Hastie