From owner-freebsd-questions Fri Mar 22 20: 9:22 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mailout01.sul.t-online.com (mailout01.sul.t-online.com [194.25.134.80]) by hub.freebsd.org (Postfix) with ESMTP id D40D737B404 for ; Fri, 22 Mar 2002 20:09:15 -0800 (PST) Received: from fwd09.sul.t-online.de by mailout01.sul.t-online.com with smtp id 16ocjO-0001FO-01; Sat, 23 Mar 2002 05:02:14 +0100 Received: from there (320071886283-0001@[217.228.214.98]) by fmrl09.sul.t-online.com with smtp id 16ocjJ-0XSSxMC; Sat, 23 Mar 2002 05:02:09 +0100 Content-Type: text/plain; charset="iso-8859-15" From: Thomas =?iso-8859-15?q?W=FCrfl?= To: freebsd-questions@freebsd.org Subject: usb mass storage problems Date: Sat, 23 Mar 2002 05:03:09 +0100 X-Mailer: KMail [version 1.3.2] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID: <16ocjJ-0XSSxMC@fmrl09.sul.t-online.com> X-Sender: 320071886283-0001@t-dialin.net 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 have problems to connect a "Fujitsu Memorybird" - USB device to my computer. It is a flash-memory with USB connector. IMO it uses SCSI-simulation over USB, right? So I can use it like a generic-SCSI-harddisk. But I cannot mount it. It has a fat-filesystem, so I tried the -t msdos option. Pass option in the kernel is enabled (FreeBSD-4.5RELEASE). I heard it runs with linux, also I don't know what that is ;-) Here some more information... kernel output: umass0: Fujitsu Memorybird, rev 1.00/1.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 650KB/s transfers da0: 15MB (32000 512 byte sectors: 64H 32S/T 15C) --------- cdrecord output: snorry# cdrecord -scanbus Cdrecord 1.10 (i386-unknown-freebsd4.4) Copyright (C) 1995-2001 Jörg Schilling Using libscg version 'schily-0.5' scsibus0: 0,0,0 0) 'Fujitsu ' 'Memorybird ' '1.05' Removable Disk --------- try to mount: snorry# mount -t msdos /dev/da0s1 /disk2 (da0:umass-sim0:0:0:0): READ(06). CDB: 8 0 0 0 1 0 (da0:umass-sim0:0:0:0): ILLEGAL REQUEST asc:20,0 (da0:umass-sim0:0:0:0): Invalid command operation code da0: reading primary partition table: error reading fsbn 0 msdos: /dev/da0s1: Input/output error Mar 23 04:24:54 snorry /kernel: (da0:umass-sim0:0:0:0): READ(06). CDB: 8 0 0 0 1 0 Mar 23 04:24:54 snorry /kernel: (da0:umass-sim0:0:0:0): ILLEGAL REQUEST asc:20,0 Mar 23 04:24:54 snorry /kernel: (da0:umass-sim0:0:0:0): Invalid command operation code Mar 23 04:24:54 snorry /kernel: da0: reading primary partition table: error reading fsbn 0 snorry# ---------- try again: snorry# mount -t msdos /dev/da0s1 /disk2 Mar 23 04:32:11 snorry /kernel: umass0: BBB reset failed, TIMEOUT Mar 23 04:32:16 snorry /kernel: umass0: BBB bulk-in clear stall failed, TIMEOUT Mar 23 04:32:21 snorry /kernel: umass0: BBB bulk-out clear stall failed, TIMEOUT Mar 23 04:32:31 snorry /kernel: umass0: BBB reset failed, TIMEOUT Mar 23 04:32:36 snorry /kernel: umass0: BBB bulk-in clear stall failed, TIMEOUT snorry# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message