Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2003 19:59:39 -0400
From:      Eric Jacobs <eaja@erols.com>
To:        freebsd-hackers@freebsd.org, jennifer@tevn.com
Subject:   Re: mount USB storage device
Message-ID:  <20030708195939.16001c8b.eaja@erols.com>
In-Reply-To: <003801c345a8$b2520d90$c10a0a0a@spicygirl>
References:  <003801c345a8$b2520d90$c10a0a0a@spicygirl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 9 Jul 2003 09:28:54 +1000
"Jennifer" <jennifer@tevn.com> wrote:

> 
> But the console shows:
> 
> da0:( umass-sim0:0:0:0):READ(06),cbd:800010
> 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 fsbn0
> msdos: /dev/da0s1: input/output error

READ_6 and WRITE_6 are not supported by a good number of these
types of devices. You'll either need to upgrade to a version
of the kernel that has the cmd6workaround functionality
in sys/cam/scsi/scsi_da.c (I believe this is in 4.7-RELEASE and
newer), or else add the DA_Q_NO_6_BYTE quirk for your device
into the quirk entries in that file manually.

Eric



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030708195939.16001c8b.eaja>