Re: Problems accessing USB Mass Storage

Jonathan Corbet (corbet@lwn.net)
Tue, 17 Sep 2002 15:21:08 -0600


> I have also been advised by Jonathan Corbet
> to use dd to copy your card to disk with an offset of 25
>
> looking through the info and man pages for dd, I can find no mention of
> offset at all, the next best thing I could find was the command option
> 'skip'

That's what I meant. Something like:

dd if=/dev/sda of=/somewhere/image skip=25

If that works, please let me know - maybe there *is* a place for my hackish
fake partition table patch...

jon

Jonathan Corbet
Executive editor, LWN.net
corbet@lwn.net
-
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/