
Originally Posted by
tollhaus
I am in the process of using DD_rescue to copy anything left on a hard drive that crashed to a new hard drive that I bought. I've got it running alright, but I'm wondering about the next step:
If/when anything copies to the new hard drive, how do I get it off of this new hard drive. The only thing I really need are some pictures that were on the old one when it crashed.
Needless to say, I am very new to Linux. I have a coworker who is willing to help with specifics, but does not have time to do the research. He helped me get it running after I showed him this forum and is loaning me his copy of knoppix.
It sounds like you need to check out the man-page for dd_rescue - just open LX-terminal (little black tv-screen icon on lower left) and type: Or, you can search the web for the same string. Basically, you can limit how much gets copied in the first place; if you need to get rid of anything afterwards you can use PCman (file-folder icon next to the LXterm icon) or
Code:
rm -rf /the/path/and/name-to-delete
in the terminal window.
Cheers!
Krishna