Help!

raw file access for a usb attached digital memory card

 
  

Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Hardware RSS
Next:  MemoryStick support  
Author Message
Jack Snodgrass
External


Since: Jul 29, 2007
Posts: 2



PostPosted: Thu Aug 09, 2007 10:31 pm    Post subject: raw file access for a usb attached digital memory card
Archived from groups: comp>os>linux>hardware (more info?)

My Compact Flash Didgital Memory card appears to have bit the
dust. There are some pics on it ( vacation ) that I'd really
like to get off of it.

I've tried to
dd if=/dev/sda of=outfile bs=2048k
and I get some data... but it's not what I'm hoping / expecting
to get. My log shows:

sd 5:0:0:0: SCSI error: return code = 0x08000002
sda: Current: sense key: Medium Error
Additional sense: Unrecovered read error
Info fld=0xf0f58bf
end_request: I/O error, dev sda, sector 1005968
Buffer I/O error on device sda1, logical block 1005905
Buffer I/O error on device sda1, logical block 1005906
Buffer I/O error on device sda1, logical block 1005907
Buffer I/O error on device sda1, logical block 1005908
Buffer I/O error on device sda1, logical block 1005909
Buffer I/O error on device sda1, logical block 1005910
Buffer I/O error on device sda1, logical block 1005911
sd 5:0:0:0: SCSI error: return code = 0x08000002
sda: Current: sense key: Medium Error
Additional sense: Unrecovered read error
Info fld=0xf0f58bf
end_request: I/O error, dev sda, sector 1005983
Buffer I/O error on device sda1, logical block 1005920
sd 5:0:0:0: SCSI error: return code = 0x08000002
sda: Current: sense key: Medium Error
Additional sense: Unrecovered read error
Info fld=0xf0f58bf
end_request: I/O error, dev sda, sector 1005983
Buffer I/O error on device sda1, logical block 1005920

.... is there different / better way than dd to get the raw
data off of the card? I figure that if I have the raw data,
I might be able to re-assemble some of the .jpg files that
used to be on it.....

I've tried some 'win32' programs.. but the memory card is
just not being recognized as a valid drive...

Any info / suggestions would be appreciated.

--
D.A.M. - Mothers Against Dyslexia

see http://www.jacksnodgrass.com for my contact info.

jack - Grapevine/Richardson
Back to top
ray
External


Since: Nov 13, 2004
Posts: 3387



PostPosted: Thu Aug 09, 2007 10:31 pm    Post subject: Re: raw file access for a usb attached digital memory card [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 09 Aug 2007 22:31:09 +0000, Jack Snodgrass wrote:

>
> My Compact Flash Didgital Memory card appears to have bit the
> dust. There are some pics on it ( vacation ) that I'd really
> like to get off of it.
>
> I've tried to
> dd if=/dev/sda of=outfile bs=2048k
> and I get some data... but it's not what I'm hoping / expecting
> to get. My log shows:

add 'conv=noerror conv=sync' - noerror will keep going past read errors
and sync will fill in zeroes for missing data.


>
> sd 5:0:0:0: SCSI error: return code = 0x08000002
> sda: Current: sense key: Medium Error
> Additional sense: Unrecovered read error
> Info fld=0xf0f58bf
> end_request: I/O error, dev sda, sector 1005968
> Buffer I/O error on device sda1, logical block 1005905
> Buffer I/O error on device sda1, logical block 1005906
> Buffer I/O error on device sda1, logical block 1005907
> Buffer I/O error on device sda1, logical block 1005908
> Buffer I/O error on device sda1, logical block 1005909
> Buffer I/O error on device sda1, logical block 1005910
> Buffer I/O error on device sda1, logical block 1005911
> sd 5:0:0:0: SCSI error: return code = 0x08000002
> sda: Current: sense key: Medium Error
> Additional sense: Unrecovered read error
> Info fld=0xf0f58bf
> end_request: I/O error, dev sda, sector 1005983
> Buffer I/O error on device sda1, logical block 1005920
> sd 5:0:0:0: SCSI error: return code = 0x08000002
> sda: Current: sense key: Medium Error
> Additional sense: Unrecovered read error
> Info fld=0xf0f58bf
> end_request: I/O error, dev sda, sector 1005983
> Buffer I/O error on device sda1, logical block 1005920
>
> ... is there different / better way than dd to get the raw
> data off of the card? I figure that if I have the raw data,
> I might be able to re-assemble some of the .jpg files that
> used to be on it.....
>
> I've tried some 'win32' programs.. but the memory card is
> just not being recognized as a valid drive...
>
> Any info / suggestions would be appreciated.
Back to top
Bill Marcum
External


Since: Dec 18, 2006
Posts: 293



PostPosted: Fri Aug 10, 2007 12:03 am    Post subject: Re: raw file access for a usb attached digital memory card [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, 09 Aug 2007 22:31:09 GMT, Jack Snodgrass
<jacks_temp_id_bf2142 DeleteThis @verizon.net> wrote:
>
>
>
> My Compact Flash Didgital Memory card appears to have bit the
> dust. There are some pics on it ( vacation ) that I'd really
> like to get off of it.
>
> I've tried to
> dd if=/dev/sda of=outfile bs=2048k
conv=noerror,sync


--
You can drive a horse to water, but a pencil must be lead.
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Hardware All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum