Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Recover a bad block file using dd' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Recover a bad block file using dd
Authored by: macwebmac on Aug 10, '05 01:12:43PM

dd bs=512 if=/Volumes/HD1/badfile.mpg of=/Volumes/HD2/newrecoveredfile.mpg conv=noerror,sync


you want same file extension as original, but you can put any nam, and change later in finder



[ Reply to This | # ]