On Thu, 22 Jul 2004, Marc Haber wrote: > I have not made a backup which is sitting in the shelf. Connected > another drive (again a Seagate 200G drive) to the USB-to-IDE box, > bootet linux 2.6.7. > > cp -a foo bar lasted about 20 seconds before the first SCSI error was > logged. > > Jul 22 18:15:09 lefler kernel: SCSI error : <0 0 0 0> return code = 0x70000 > Jul 22 18:15:09 lefler kernel: end_request: I/O error, dev sda, sector 73667030 > > What can I do to find out more?
To get more information, turn on the usb-storage debugging option in your kernel's configuration. The additional information in the system log will give a better idea of what's going on. (It's also possible that the extra time delay caused by the debugging code will prevent the device from failing at all.) Alan Stern ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
