From owner-freebsd-questions@FreeBSD.ORG Wed May 28 20:22:51 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7C5BA106566B for ; Wed, 28 May 2008 20:22:51 +0000 (UTC) (envelope-from parish@magichamster.com) Received: from jedburgh.just4dns.com (jedburgh.just4dns.com [78.129.134.130]) by mx1.freebsd.org (Postfix) with ESMTP id 279358FC1A for ; Wed, 28 May 2008 20:22:50 +0000 (UTC) (envelope-from parish@magichamster.com) Received: from [86.153.243.228] (helo=movens.plus.com) by jedburgh.just4dns.com with esmtp (Exim 4.68) (envelope-from ) id 1K1SAD-0000vM-4z for freebsd-questions@freebsd.org; Wed, 28 May 2008 21:22:25 +0100 Received: from [10.10.1.4] (redshift [10.10.1.4]) by postbag.localdomain (Postfix) with ESMTP id 198261CC85 for ; Wed, 28 May 2008 21:22:39 +0100 (BST) Message-ID: <483DBF0C.1090309@magichamster.com> Date: Wed, 28 May 2008 21:22:36 +0100 From: Mark Ovens User-Agent: Thunderbird 2.0.0.14 (X11/20080524) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <483DA3FA.9030404@magichamster.com> <20080528192227.GB78305@slackbox.xs4all.nl> <483DB493.3060901@magichamster.com> <20080528201133.GA79784@slackbox.xs4all.nl> In-Reply-To: <20080528201133.GA79784@slackbox.xs4all.nl> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Fuzioned-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: 1K1SAD-0000vM-4z X-Fuzioned-MailScanner: Not scanned: please contact your Internet E-Mail Service Provider for details X-Fuzioned-MailScanner-SpamCheck: X-Fuzioned-MailScanner-From: parish@magichamster.com X-Spam-Status: No X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - jedburgh.just4dns.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - magichamster.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: External USB disk won't mount 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, 28 May 2008 20:22:51 -0000 Roland Smith wrote: > Yes; > > $ locate atausb > /usr/src/sys/modules/ata/atausb > /usr/src/sys/modules/ata/atausb/Makefile > > (This is on 7-STABLE) > Ah, so it's not built by default! >> Presumably, it would not work with other usb mass storage devices like >> memory sticks or phones? > > It should work with all usb mass storage devices, I think. It just seems > to be tied into the ata subsystem instead of into the scsi subsystem via > atapicam. > Great, I'll try it out and let you know how it goes. Thanks. Mark