From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 17 Sep 2002 19:07:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 17 Sep 2002 19:07:51 -0400 Received: from air-2.osdl.org ([65.172.181.6]:61968 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id ; Tue, 17 Sep 2002 19:07:50 -0400 Date: Tue, 17 Sep 2002 16:09:34 -0700 (PDT) From: "Randy.Dunlap" X-X-Sender: To: Mark C cc: Patrick Mansfield , linux-kernel , linux-usb-users Subject: Re: [Linux-usb-users] Re: Problems accessing USB Mass Storage In-Reply-To: <1032303080.1141.5.camel@stimpy.angelnet.internal> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On 17 Sep 2002, Mark C wrote: | On Tue, 2002-09-17 at 23:21, Patrick Mansfield wrote: | | > You should be able to run the equivalent: | > | > dd if=/dev/sda of=/dev/zero bs=512 count=8 | | I done that and please find the output below: So most (all?) of these don't work. Have you tried Rogier's 'seek' program yet? | 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 If sector 0 isn't readable, just use the secondpart instructions that Rogier posted. Start with a fairly large number (like he used, was it 0x10000 ?). If that works, use smaller values of the seek offset and try to find the smallest value that still works. The first sector with the smallest value that works _might_ be a master boot record/partition table with some useful info in it, or it might just be a boot record followed by a FAT filesystem, or something_else_who_knows_what. Anyway, if you can do that, you can post the data and I'll take a look at it. -- ~Randy "Linux is not a research project. Never was, never will be." -- Linus, 2002-09-02