LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   data-recovery (https://www.linuxquestions.org/questions/linux-general-1/data-recovery-12489/)

lobo 01-23-2002 12:02 PM

data-recovery
 
Hello!

Is there a way to recover data from a cdrw? I've only deleted the TOC with cdrecord. So, the data is still on the cdrw. But how can i access it?
I have thougt about "dd", but you have to mount the device to use it!?

Any help is very welcome!!

cu

finegan 01-23-2002 08:02 PM

Actually, I'm pretty sure you could raw dump the data from the device into a file without bothering to mount it... you'll probably just end up with garbage though.

dd if=/dev/hdc of=/home/bob/hope/and/a/prayer.iso

I think I did this to create bootlegs of the Diablo 2 CDs, but I can't remember offhand if I mounted the drive.

Cheers,

Finegan

notsoevil 01-24-2002 07:41 AM

Bootlegs? Gasp!

neo77777 01-24-2002 08:17 AM

As far as I know you must not mount a drive when performing dd.


All times are GMT -5. The time now is 01:20 AM.