From owner-freebsd-hackers@FreeBSD.ORG Mon Sep 22 06:05:09 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 8FDD416A4B3 for ; Mon, 22 Sep 2003 06:05:09 -0700 (PDT) Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7146343FE3 for ; Mon, 22 Sep 2003 06:05:08 -0700 (PDT) (envelope-from scott@fishballoon.org) Received: from llama.fishballoon.org ([81.104.195.124]) by mta05-svc.ntlworld.comESMTP <20030922123750.SIUO13360.mta05-svc.ntlworld.com@llama.fishballoon.org>; Mon, 22 Sep 2003 13:37:50 +0100 Received: from scott by llama.fishballoon.org with local (Exim 4.20) id 1A1Pw7-000I1A-V1; Mon, 22 Sep 2003 13:37:03 +0100 Date: Mon, 22 Sep 2003 13:37:03 +0100 From: Scott Mitchell To: "dodell@sitetronics.com" Message-ID: <20030922123703.GB66910@llama.fishballoon.org> References: <410-22003912212246171@M2W073.mail2web.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <410-22003912212246171@M2W073.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:05:09 -0000 On Mon, Sep 22, 2003 at 08:24:06AM -0400, dodell@sitetronics.com wrote: > I just bought a 120GB SimpleTech USB harddrive and I want to use it with > FreeBSD 4.8 (the > HDD is part number STI-U2F35/120). AFAIK, 4.8 doesn't support USB HDDs. Why > is this? Did you try plugging it in? If it really is a USB mass storage device, it is supported and should just work. All the necessary drivers are already there in the GENERIC kernel. Some devices might require 'quirks' to be added to the kernel to get them to work with 4.8 or earlier, but I think even this requirement has mostly gone away in 4.9. You might want to take a look at Dan Pelleg's DaemonNews article: http://ezine.daemonnews.org/200305/cfmount.html. It talks about CF devices but the part dealing with USB should also apply to disks. Scott