Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 17 Sep 2002 17:11:56 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 17 Sep 2002 17:11:56 -0400 Received: from pcow035o.blueyonder.co.uk ([195.188.53.121]:24847 "EHLO blueyonder.co.uk") by vger.kernel.org with ESMTP id ; Tue, 17 Sep 2002 17:11:55 -0400 Subject: Re: [Linux-usb-users] Re: Problems accessing USB Mass Storage From: Mark C To: linux-usb-users Cc: linux-kernel In-Reply-To: <3D878CF7.3040304@cypress.com> References: <3D878788.2030603@cypress.com> <20020917125817.B11583@one-eyed-alien.net> <3D878CF7.3040304@cypress.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-7) Date: 17 Sep 2002 22:13:13 +0100 Message-Id: <1032297193.1276.23.camel@stimpy.angelnet.internal> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1343 Lines: 43 On Tue, 2002-09-17 at 21:13, Thomas Dodd wrote: > > Give that a go Mark. > > Try a few values like 25, 50, 75, and 100. with bs=1k and > unset (default 512 byte). If I'm reading this correctly, I have been trying: [root@stimpy mark]# dd if=/dev/sda of=tmp/tmp.img skip=50 \ bs=1k dd: reading `/dev/sda': Input/output error 0+0 records in 0+0 records out Then the output of dmesg: SCSI device (ioctl) reports ILLEGAL REQUEST. SCSI device sda: 16384 512-byte hdwr sectors (8 MB) sda: test WP failed, assume Write Enabled sda: I/O error: dev 08:00, sector 0 I/O error: dev 08:00, sector 0 unable to read partition table I/O error: dev 08:00, sector 96 I have altered skip from 25 - 100 and received the same errors, except the sectors change in size with relation to altering the skip size. This may be the wrong way of running the command, if so I'm sorry for wasting peoples time on that. Mark -- --- To steal ideas from one person is plagiarism; to steal from many is research. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/