From owner-freebsd-current@FreeBSD.ORG Wed Aug 27 15:41:38 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A38216A4F9 for ; Wed, 27 Aug 2003 15:41:38 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 8A26F44031 for ; Wed, 27 Aug 2003 15:40:59 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 33465 invoked by uid 1000); 27 Aug 2003 22:40:46 -0000 Date: Wed, 27 Aug 2003 15:40:46 -0700 (PDT) From: Nate Lawson To: Gunnar Flygt In-Reply-To: <20030826083711.GE41842@sr.se> Message-ID: <20030827153803.S33442@root.org> References: <20030825141808.F18481@root.org> <20030826083711.GE41842@sr.se> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: stable@freebsd.org cc: current@freebsd.org Subject: Re: Please test: USB floppies X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2003 22:41:40 -0000 On Tue, 26 Aug 2003, Gunnar Flygt wrote: > On Mon, Aug 25, 2003 at 02:19:03PM -0700, Nate Lawson wrote: > > If anyone has a USB floppy drive that is giving them problems, please let > > me know. > > I have a Compaq Evo N800c running 5.1-CURRENT (date 8 Aug) > > The usb floppy is working, I tried with a M$-dos floppy and I can mount > and read it. I get a lot of error messages though, > > When running `mount_msdosfs /dev/da0 /mnt` I get the following: > > (da0:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 > (da0:umass-sim0:0:0:0): CAM Status: SCSI Status Error > (da0:umass-sim0:0:0:0): SCSI Status: Check Condition > (da0:umass-sim0:0:0:0): UNIT ATTENTION asc:28,0 > (da0:umass-sim0:0:0:0): Not ready to ready change, medium may have changed > (da0:umass-sim0:0:0:0): Retrying Command (per Sense Data) This is fine. I assume you only get one message like this. It means that the media (floppy) in the drive has changed, the old capacity info is invalidated, and that CAM should attempt to retry the command to get the new data. > That's exactly what it says even the strange English in line 4 > The floppy is readable i,e I can run `ls -l` on it. That is good. > When umount-ing I get the following: > > umass: Unsupported UFI command 0x35 > (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x6, scsi status == 0x0 > > And this is repeated twice. This message is harmless in the absence of other problems. But no problems like the drive hanging after multiple mount/umounts or writing problems or anything? -Nate