From owner-freebsd-questions@FreeBSD.ORG Tue Aug 3 01:03:04 2010 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 D2D7F1065672 for ; Tue, 3 Aug 2010 01:03:04 +0000 (UTC) (envelope-from btillman99@yahoo.com) Received: from web36505.mail.mud.yahoo.com (web36505.mail.mud.yahoo.com [209.191.85.5]) by mx1.freebsd.org (Postfix) with SMTP id 909C38FC0C for ; Tue, 3 Aug 2010 01:03:04 +0000 (UTC) Received: (qmail 22345 invoked by uid 60001); 3 Aug 2010 01:03:04 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1280797383; bh=H1FEs/WXo9/ZX15m2Iz/UYNitGOaqPtP4+92O23MCtk=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=6h1ki9hpO3eVx37riNuP7GQmZmQdl+It+IpBNaeuZUWlSTKjUA4wAjIIsxrzKogJ7wnEs5chXW/amtM5Hln3ebGukkh4jMWIdLi4S+2yP7hjR2zWlgriu32C5Jg0yULiAOvvCLKGkCBAU4ISIteT7e41OYGFvnX3xxWt8oqwEGA= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:Cc:In-Reply-To:MIME-Version:Content-Type; b=2gRqQ/PGtLq9v/DSEMpYYfXfkj4fK7IfaZkK2H21egtwQ58/fbTJXPfaVXejykpUveZqEGwhAAfCztCJ1coEnWFfpOaGFT73Xh87FGd1iVWcS9bcxiP1xwKC8IU/vaEmkv4fQ9SAmmFsa4OmeGBKFopc8csZQk0AlPUEA38ROd0=; Message-ID: <925976.20238.qm@web36505.mail.mud.yahoo.com> X-YMail-OSG: pQDbN9gVM1kNHtfpEqB77TpZGFM0U0D75og4N7_R7n5Wej7 h.pOeX9uNJF7rdnUi7VlufgbudI_.rebu5J1llnWYSgaS0oUqRBta8qvFaE_ KUocX2VxOah.X6BY0zMiWF75FgHdDdIsSOtaFnjAlVkdRNeY1RSiOUZ6mcba 9Ss3m2Qh5Ezh3dCApYy1K4mckEKCWWT2GVTVp_C7DDKqN54FhAwqSr4CxdAk R0kqILvLO7CYYNdduSpU8qVRV2mdYzOJK.VdwIZL4uPOKOaIVg1ezHYcA7.l UTPRp8r59iZ0FraJmJWELKzo9q7gi9w-- Received: from [98.242.233.74] by web36505.mail.mud.yahoo.com via HTTP; Mon, 02 Aug 2010 18:03:03 PDT X-Mailer: YahooMailClassic/11.2.4 YahooMailWebService/0.8.105.279950 Date: Mon, 2 Aug 2010 18:03:03 -0700 (PDT) From: Bill Tillman To: Roland Smith In-Reply-To: <20100802204204.GA23124@slackbox.erewhon.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: USB Hard Drive Dock 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: Tue, 03 Aug 2010 01:03:04 -0000 --- On Mon, 8/2/10, Roland Smith wrote: From: Roland Smith Subject: Re: USB Hard Drive Dock To: "Bill Tillman" Cc: freebsd-questions@freebsd.org Date: Monday, August 2, 2010, 3:42 PM On Mon, Aug 02, 2010 at 10:18:46AM -0700, Bill Tillman wrote: > I just purchased a setup which will allow me to access IDE and/or SATA > drives through a USB port. Of course I was hoping for it to work with > FreeBSD and in spite of the reviews which said it needed no Windows drive= rs > as soon as I opened it up there was a CD with the drivers for Windows on = it. Take a look at the Windows driver, especially the .INF files that come with it. Sometimes this gives you interesting info. It may also help to add the ID of this particular chip to the list in the umass driver. Maybe it also needs some quirks, as some other chips do. > So apparently the FreeBSD server senses when this thing is connected but = it > cannot see the drive connected to it. BTW - The FreeBSD server only repor= ts > anything when I power up the drive on the device. So again I see there mi= ght > be hope to access it. With multi-card readers it sometimes helps to touch(1) the device node. Hav= e you tried that? Roland --=20 R.F.Smith=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 = =A0=A0=A0http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914=A0 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) =A0 I will give the drivers on the CD the once over as you suggest. I'm curious= about the touch command you recommend. By that do you mean I should =A0 # touch /dev/da0s1 =A0 or=20 =A0 # touch /dev/da0s1a...f =A0 I didn't know that the newer versions of FreeBSD would allow you to write i= n /dev folder. =0A=0A=0A