From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 22 06:44:38 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB11C16A4E1 for ; Mon, 22 Sep 2003 06:44:38 -0700 (PDT) Received: from mta06-svc.ntlworld.com (mta06-svc.ntlworld.com [62.253.162.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9996443FE5 for ; Mon, 22 Sep 2003 06:44:37 -0700 (PDT) (envelope-from scott@fishballoon.org) Received: from llama.fishballoon.org ([81.104.195.124]) by mta06-svc.ntlworld.comESMTP <20030922132709.XJFV2405.mta06-svc.ntlworld.com@llama.fishballoon.org>; Mon, 22 Sep 2003 14:27:09 +0100 Received: from scott by llama.fishballoon.org with local (Exim 4.20) id 1A1QhQ-000IBo-L1; Mon, 22 Sep 2003 14:25:56 +0100 Date: Mon, 22 Sep 2003 14:25:56 +0100 From: Scott Mitchell To: "dodell@sitetronics.com" Message-ID: <20030922132556.GC66910@llama.fishballoon.org> References: <410-220039122131250707@M2W063.mail2web.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <410-220039122131250707@M2W063.mail2web.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 4.8-RELEASE i386 Sender: Scott Mitchell cc: freebsd-hackers@freebsd.org Subject: Re: SimpleTech USB HDD driver X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Sep 2003 13:44:38 -0000 On Mon, Sep 22, 2003 at 09:12:50AM -0400, dodell@sitetronics.com wrote: > Hey Scott, > > I just bought the thing and I'm at work, so I haven't had a chance to try > it out yet. I've sent a > message to the SimpleTech support people... hopefully they're OSS friendly. > I'll give more > information as I have it. I was under the impression though that USB HDDs > were unsupported > in RELENG_4; I may be totally off base, in which case I apologize for > sending unnecessary > emails to the list. > > Thanks for the link to the article; I'll let you know about my > sucesses/failures. > > --Devon No worries - it's what the lists are for. AFAIK all USB mass storage devices should be supported by the umass driver, but some devices will have issues. I use various flash cards and 'pen drives' all the time - a real hard disk should look the same to the driver. Bear in mind that 4.x only supports USB 1.1, so even if you have USB 2.0 ports on your machine, and a USB 2.0 drive, the most you'll get out of it is somewhere in the region of 1 MB/s. Look forward to hearing of your success - good luck! Scott