From owner-freebsd-doc@FreeBSD.ORG Fri Aug 1 05:44:09 2003 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 88BD837B404 for ; Fri, 1 Aug 2003 05:44:09 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3BD6843FA3 for ; Fri, 1 Aug 2003 05:44:08 -0700 (PDT) (envelope-from kestailey@comcast.net) Received: from hermes.tubas.net ([68.50.141.185]) by comcast.net (sccrmhc13) with ESMTP id <2003080112440701600in57re>; Fri, 1 Aug 2003 12:44:07 +0000 Received: from comcast.net (localhost.trickster.gods [127.0.0.1]) by hermes.tubas.net (8.12.9/8.12.9) with ESMTP id h71Ci6o0023763 for ; Fri, 1 Aug 2003 08:44:07 -0400 (EDT) (envelope-from kestailey@comcast.net) Message-ID: <3F2A6096.4090403@comcast.net> Date: Fri, 01 Aug 2003 08:44:06 -0400 From: Ken Stailey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030705 X-Accept-Language: en-us, en MIME-Version: 1.0 To: doc@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: umass device works with Pocketec drive X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Aug 2003 12:44:09 -0000 Hi, I would like to say that use a USB Pocketec "pockey" drive with the FreeBSD 4 umass driver. http://www.pocketec.net/ I didn't see it listed on the hardware compatiblity list. Aug 1 08:34:40 hermes /kernel: umass0: Pockey Pockey USB 2.0 Hard Drive, rev 2.00/11.00, addr 2 Aug 1 08:34:42 hermes /kernel: da1 at umass-sim0 bus 0 target 0 lun 0 Aug 1 08:34:42 hermes /kernel: da1: Fixed Direct Access SCSI-0 device Aug 1 08:34:42 hermes /kernel: da1: 650KB/s transfers Aug 1 08:34:42 hermes /kernel: da1: 38154MB (78140160 512 byte sectors: 64H 32S/T 38154C) hermes# grep poc /etc/fstab /dev/da1a /poc ufs rw,noauto 0 0 hermes# mount /poc hermes# df -h /poc Filesystem Size Used Avail Capacity Mounted on /dev/da1a 37G 9.3G 24G 28% /poc hermes#