Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2002 05:03:09 +0100
From:      Thomas =?iso-8859-15?q?W=FCrfl?= <ThomasWuerfl@gmx.de>
To:        freebsd-questions@freebsd.org
Subject:   usb mass storage problems
Message-ID:  <16ocjJ-0XSSxMC@fmrl09.sul.t-online.com>

next in thread | raw e-mail | index | archive | help
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: <Fujitsu Memorybird 1.05> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16ocjJ-0XSSxMC>