From owner-freebsd-questions Sun Jul 9 16:26:11 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 9E48B37B90E for ; Sun, 9 Jul 2000 16:26:07 -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 XAA64780; Sun, 9 Jul 2000 23:26:06 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 XAA00424; Sun, 9 Jul 2000 23:26:06 GMT (envelope-from mrc@ChipChat.com) To: dnelson@emsphone.com Cc: questions@FreeBSD.ORG Subject: Re: Microtech pcmcia/flash SCSI device In-Reply-To: Your message of "Sat, 8 Jul 2000 16:15:03 -0500" <20000708161502.A24352@dan.emsphone.com> References: <20000708161502.A24352@dan.emsphone.com> 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: <20000709232605J.mrc@ChipChat.com> Date: Sun, 09 Jul 2000 23:26:05 GMT From: Marty Cawthon X-Dispatcher: imput version 980905(IM100) Lines: 37 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: Dan Nelson Date: Sat, 8 Jul 2000 16:15:03 -0500 dnelson> In the last episode (Jul 07), Marty Cawthon said: dnelson> > I am trying to read a digital cameral Compact Flash by inserting it dnelson> > into a "pcmcia" (PC Card) carrier, and inserting that combination dnelson> > into a SCSI PC Card Reader (Microtech). This SCSI card reader is dnelson> > connected via an external SCSI cable to an AHA-2940UW SCSI dnelson> > controller. dnelson> > dnelson> > I expect that I can do a "mount" of this device and read it as a dnelson> > drive. My initial attempts were not successful, and it occured to me dnelson> > that perhaps the format of data on this Compact Flash was not dnelson> > recognizable to the file system. dnelson> > dnelson> > What I tried: dnelson> > dnelson> > bash-2.02# mount /dev/da1 /flash dnelson> > mount: /dev/da1 on /flash: incorrect super block dnelson> dnelson> What filesystem is typically on a flash device? Not FFS, I assume. dnelson> Try mount -t msdos . dnelson> dnelson> -- dnelson> Dan Nelson dnelson> dnelson@emsphone.com Hello Dan, This worked for my setup: # mount -t msdos /dev/da1s1 /flash Thanks much for your helpful suggestion. Marty Cawthon ChipChat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message