From owner-freebsd-questions Sat Jan 5 23:22: 1 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebie.atkielski.com (ASt-Lambert-101-2-1-14.abo.wanadoo.fr [193.251.59.14]) by hub.freebsd.org (Postfix) with ESMTP id 4479D37B417 for ; Sat, 5 Jan 2002 23:21:57 -0800 (PST) Received: from contactdish ([10.0.0.10]) by freebie.atkielski.com (8.11.3/8.11.3) with SMTP id g067Lgc00294; Sun, 6 Jan 2002 08:21:45 +0100 (CET) (envelope-from anthony@freebie.atkielski.com) Message-ID: <0a5401c19682$cd978a20$0a00000a@atkielski.com> From: "Anthony Atkielski" To: "Doug Reynolds" , "Philip Hallstrom" Cc: "FreeBSD Questions" References: <20020106023510.B6F8648425@wastegate.net> Subject: Re: Putting a USB Compact Flash reader on a FreeBSD system Date: Sun, 6 Jan 2002 08:21:41 +0100 Organization: Anthony's Home Page (development site) MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I got it working okay, although I've noticed another anomaly: When I transfer large amounts of data from the CF card, I get messages that look approximately like this: umass0: BBB reset failed, TIMEOUT umass0: BBB bulk-in clear stall failed, TIMEOUT Once they start appearing, there is no way to stop them, and the CF drive becomes inaccessible. The rest of the system continues to run, but I generally have to boot just to stop the messages. When I boot, the system hangs after printing the uptime, and I have to reset the hardware. As usual, I found lots of questions like mine when searching in archives and on the Web ... but no answers. Any ideas? ----- Original Message ----- From: "Doug Reynolds" To: "Anthony Atkielski" ; "Philip Hallstrom" Cc: "FreeBSD Questions" Sent: Sunday, January 06, 2002 03:36 Subject: Re: Putting a USB Compact Flash reader on a FreeBSD system > On Fri, 4 Jan 2002 21:50:28 +0100, Anthony Atkielski wrote: > > >Well, how do you reference the drive? I mean, do you have to mount it, or > >is it just there, or how does it work? Don't you have to mount filesystems > >somewhere before you can access them? I put /cflash in my fstab file and > >then tried "mount /cflash," but I got > > > >freebie# mount /cflash > >mount: /cflash: No such file or directory > >freebie# > > you have to make the directory /cflash first.. > > or you could just mount /dev/da0s1a /cflash > > I am not sure if the da0s1 is the right device/slice to mount. haven't > used anything like that.. > > --- > doug reynolds | the maverick | mav@wastegate.net > > PGP Public Key Fingerprint: 6E7B 9993 B503 6D45 E33A 2019 26E5 C1DB > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message