From owner-freebsd-questions Fri Jul 7 16:41:44 2000 Delivered-To: freebsd-questions@freebsd.org Received: from raccoon.chipchat.com (Raccoon.ChipChat.com [206.2.228.130]) by hub.freebsd.org (Postfix) with ESMTP id 1248D37C33C for ; Fri, 7 Jul 2000 16:41:33 -0700 (PDT) (envelope-from mrc@ChipChat.com) Received: from mrc-tiger.ChipChat.com (MRC-Tiger.ChipChat.com [206.2.228.141]) by raccoon.chipchat.com (8.9.3/8.9.3) with ESMTP id XAA58269 for ; Fri, 7 Jul 2000 23:41:30 GMT (envelope-from mrc@ChipChat.com) Received: from localhost (localhost.ChipChat.com [127.0.0.1]) by mrc-tiger.ChipChat.com (8.9.3/8.9.3) with ESMTP id XAA00569 for ; Fri, 7 Jul 2000 23:41:29 GMT (envelope-from mrc@ChipChat.com) To: questions@freebsd.org Subject: Microtech pcmcia/flash SCSI device X-Mailer: Mew version 1.93 on XEmacs 20.4 (Emerald) X-Organization: ChipChat Technology Group X-Homepage: http://www.ChipChat.com/ Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000707234129L.mrc@ChipChat.com> Date: Fri, 07 Jul 2000 23:41:29 GMT From: Marty Cawthon X-Dispatcher: imput version 980905(IM100) Lines: 47 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I am trying to read a digital cameral Compact Flash by inserting it into a "pcmcia" (PC Card) carrier, and inserting that combination into a SCSI PC Card Reader (Microtech). This SCSI card reader is connected via an external SCSI cable to an AHA-2940UW SCSI controller. I expect that I can do a "mount" of this device and read it as a drive. My initial attempts were not successful, and it occured to me that perhaps the format of data on this Compact Flash was not recognizable to the file system. What I tried: bash-2.02# mount /dev/da1 /flash mount: /dev/da1 on /flash: incorrect super block Here is some information which may be helpful: # cat /var/log/messages ... /kernel: Waiting 5 seconds for SCSI devices to settle ... /kernel: da1 at ahc0 bus 0 target 1 lun 0 ... /kernel: da1: Removable Direct Access SCSI-2 device ... /kernel: da1: 3.968MB/s transfers (3.968MHz, offset 15) ... /kernel: da1: 7MB (15680 512 byte sectors: 64H 32S/T 7C) ... /kernel: changing root device to da0s1a ... /kernel: da0 at ahc0 bus 0 target 12 lun 0 ... /kernel: da0: Fixed Direct Access SCSI-2 device ... /kernel: da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit) ... /kernel: da0: 4134MB (8467200 512 byte sectors: 64H 32S/T 4134C) ... /kernel: da2 at ahc0 bus 0 target 2 lun 0 ... /kernel: da2: Removable Direct Access SCSI-2 device ... /kernel: da2: 3.968MB/s transfers (3.968MHz, offset 15) ... /kernel: da2: Attempt to query device size failed: NOT READY, Medium not present This SCSI PC Card Reader will read PC Cards in slot 1 and "Smartmedia" in slot 2. I have a PC-Card mounted in slot 1. I suspect that "da1" corresponds to "slot 1" and da2 corresponds to "slot 2". Your thoughts and suggestions are welcome. Marty Cawthon ChipChat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message