On Wed, 13 Dec 2006, Vaclav Barta wrote:

> On Wednesday 13 December 2006 16:02, Alan Stern wrote:
> > > Dec 12 19:04:47 quanxi kernel: SCSI device sda: 982016 512-byte hdwr
> > > sectors (503 MB)
> > > Dec 12 19:04:47 quanxi kernel: sda: Write Protect is off
> > > Dec 12 19:04:47 quanxi kernel:  sda:<6>sd 1:0:0:0: SCSI error: return
> > > code = 0x08000002
> > > Dec 12 19:04:47 quanxi kernel: sda: Current: sense key=0x3
> > > Dec 12 19:04:47 quanxi kernel:     ASC=0x11 ASCQ=0x0
> > The literal meaning of this error information is "Medium error:
> > unrecovered read error".  While it seems unlikely that a flash device
> > would have a serious read error, nevertheless it does seem to indicate
> > that the device might not be working correctly.  Although you say it does
> > work under Windows...

> Yes, on both computers I've tried (which admittedly don't include the one 
> having trouble, but I've been using the USB ports on it to connect a GPRS 
> modem and they worked w/o trouble so I don't think it's the computer's 
> fault). Could it be because Linux considers the drive unformatted?

No.  This has nothing to do with what Linux thinks.  Those error messages 
are sent by the stick itself.  The stick is telling you that those sectors 
cannot be read.

>  It does 
> have some filesystem (presumably FAT), but I didn't format it - perhaps it 
> starts with something strange that Windows ignores?

In fact the stick has 2 LUNs, but your usbmon log shows that Linux is
looking at only the first one.  Probably you don't have
CONFIG_SCSI_MULTI_LUN set in your kernel.  My guess is that the first LUN
is meant for some special purpose and the second is what you want to use.  
It should show up as /dev/sdb.

Alan Stern


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Linux-usb-users@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to