Andy McFadden wrote:
One other thing to try is to "dd" the data into "image.po" and see if you can mess with that. If so, you can access the data by copying it off and back on en masse, which is inconvenient but perhaps better than nothing. % dd if=/dev/whatever of=/tmp/image.po bs=512
Thanks Andy! That works well. A little bash script that's easier for me to remember and I'm good to go now.
Cheers, Mike T.