Re: Problems accessing USB Mass Storage

jbradford@dial.pipex.com
Tue, 17 Sep 2002 21:12:14 +0100 (BST)


> > This is a bit like what we (JE, David Brownell, and I) saw at
> > the USB plugfest in 1999. We had a camera device that we
> > couldn't mount as a filesystem, but we could dd it.
> > When we did that and studied the dd-ed file, we could see a
> > FAT filesystem beginning after the first <N> blocks (but more than
> > 25 sectors IIRC -- more like after 50-100 KB, or maybe even more).
>
> Sorry to sound a bit bewildered, but would be the next best thing for me
> to do on this?,
> I have also been advised by Jonathan Corbet
> to use dd to copy your card to disk with an offset of 25

Have you tried reading from a different card? The common opinion seems to be that the actual data starts some way in to the card, and as you get an input/output error when you try to access the card from the begining, it could be that there is a genuine media error, that is not showing up when you use drivers from another OS, that do not attempt to read those first few blocks, because they 'know' where the filesystem begins.

Just an idea, anyway.

John.
-
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/