From owner-freebsd-questions Sat Jul 8 14:15:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 774CF37BD33 for ; Sat, 8 Jul 2000 14:15:32 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.9.3/8.9.3) id QAA24810; Sat, 8 Jul 2000 16:15:07 -0500 (CDT) (envelope-from dan) Date: Sat, 8 Jul 2000 16:15:03 -0500 From: Dan Nelson To: Marty Cawthon Cc: questions@FreeBSD.ORG Subject: Re: Microtech pcmcia/flash SCSI device Message-ID: <20000708161502.A24352@dan.emsphone.com> References: <20000707234129L.mrc@ChipChat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline User-Agent: Mutt/1.3.5i In-Reply-To: <20000707234129L.mrc@ChipChat.com>; from "Marty Cawthon" on Fri Jul 7 23:41:29 GMT 2000 X-OS: FreeBSD 5.0-CURRENT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In the last episode (Jul 07), Marty Cawthon said: > 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 What filesystem is typically on a flash device? Not FFS, I assume. Try mount -t msdos . -- Dan Nelson dnelson@emsphone.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message