Anyone with data recovery wizard skills? - Social Sound Design most recent 30 from http://socialsounddesign.com2013-05-24T12:54:09Zhttp://socialsounddesign.com/feeds/question/9757http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://socialsounddesign.com/questions/9757/anyone-with-data-recovery-wizard-skillsAnyone with data recovery wizard skills?Andy Lewis2011-08-20T18:49:29Z2011-08-22T19:45:36Z
<p>Edit:
Well here's a sneaky preview of one of the many jet/prop plane recordings I managed to save! ;)</p>
<p><a href="http://soundcloud.com/andrewjohnlewis/jet-preview" rel="nofollow">http://soundcloud.com/andrewjohnlewis/jet-preview</a></p>
<p>Just spent the whole day at an Air Show. Had a Nagra LB and a Sennhesier 418 (hired). Got loads of great sounds. Spitfires, various jets etc. Sounded cool when I checked the files over my headphones while I was there.</p>
<p>So got home all excited. Attached the USB cable to my Mac and connected the Nagra. Thought I'd see a whole host of Wav files come up, but instead saw jibberish. Turned back on the Nagra to check again and now it wont access the files!! Says Database Sync Error. It seems to quickly flick through the list of files I recorded but doesnt let me play them, as it previously let me. Really, really annoyed. </p>
<p>Anyone have a clue how to recover or save data from a Compact Flash card? Was a Sandisk Extreme if thats of any use :(</p>
<p>Andy</p>
<p>Edit</p>
<p>Thanks for all the suggestions guys! Managed to save almost all of it with the help of Sandisk RescuePro. Very useful little proggy!</p>
http://socialsounddesign.com/questions/9757/anyone-with-data-recovery-wizard-skills/9761#9761Answer by Justin Huss for Anyone with data recovery wizard skills?Justin Huss2011-08-20T20:01:13Z2011-08-20T20:46:48Z<p>I'd switch to command line rather than relying on the Finder (I take it you're using a Mac because you're into sound, it's only a guess from personal statistics, I'm not categorizing or anything).</p>
<p>Use your terminal, navigate to /Volumes/ using</p>
<pre><code>cd /Volumes/<disk name>
</code></pre>
<p>Type <code>ls</code> and press enter (it's short for list, it'll list the files it finds in the directory you're currently in, normally <code><disk name></code>) and hopefully you'll see something, maybe not a file list, but at least you'll manage to read bytes. I'd then try several manipulations:</p>
<hr>
<ul>
<li>In the case you see files, type:</li>
</ul>
<p>Do the following:</p>
<pre><code>mkdir ~/Desktop/save/ #this will create a folder named `save` on your desktop
mv * ~/Desktop/save/ #this will move all the files it finds in the current directory to the `save` directory you just created on your desktop
</code></pre>
<hr>
<ul>
<li>In the case you don't see any file, I'm not quite sure what it'd look like, so I'd suggest you create an image of your flash card using Disk Utility (select your drive in the column on the left hand side and hit New Image in the tool bar at the top I believe) and send it someone's/my way if you're comfortable with this. Someone/I can have a look and hopefully find the problem/solution.</li>
</ul>
<p>Alternatively, use Disk Utility to find the ID of your device: in the left hand side column click the disk (not the partition inside it, but the disk itself) and click Info in the toolbar at the top. The Disk Identifier looks something like <code>disk1</code>.</p>
<p>Then, in your terminal, type:</p>
<pre><code>dd if=/dev/<disk ID> of=~/Desktop/save.img #this copies the byte sequence of the drive, it effectively makes a backup of it.
</code></pre>
<hr>
<p>Maybe I haven't got my head round the issue just yet, so please don't hesitate to pick my brain if you think you might make progress with a little push.</p>
<p>Hope it helps and you get everything back!</p>
http://socialsounddesign.com/questions/9757/anyone-with-data-recovery-wizard-skills/9762#9762Answer by Jeff Shiffman for Anyone with data recovery wizard skills?Jeff Shiffman2011-08-20T21:39:17Z2011-08-20T21:39:17Z<p>I've had luck running TechTools on drives, although I've never tried it on an SD card. Principle should be the same though. </p>
http://socialsounddesign.com/questions/9757/anyone-with-data-recovery-wizard-skills/9763#9763Answer by georgi for Anyone with data recovery wizard skills?georgi2011-08-20T22:07:19Z2011-08-20T22:07:19Z<p>This worked for me. It can get from easy and quick to advanced and slow very quickly. </p>
<p><a href="http://freshcrop.com/digital_image_recovery_apple_mac.html" rel="nofollow">http://freshcrop.com/digital_image_recovery_apple_mac.html</a></p>
<p><a href="http://freshcrop.com/digital_image_recovery_windows.html" rel="nofollow">http://freshcrop.com/digital_image_recovery_windows.html</a></p>
http://socialsounddesign.com/questions/9757/anyone-with-data-recovery-wizard-skills/9764#9764Answer by Iain McGregor for Anyone with data recovery wizard skills?Iain McGregor2011-08-20T22:22:04Z2011-08-20T22:28:00Z<p>Don't do anything else to the card, something has been overwritten in the table of contents TOC, the data is probably still there.</p>
<p>The free version of Sandisk's RescuePro will tell you if the files can be recovered.</p>
<p><a href="http://www.lc-tech.co.uk/demo/rescueprodemo.html" rel="nofollow">http://www.lc-tech.co.uk/demo/rescueprodemo.html</a></p>
<p>If it works the license is £30 for one year.</p>
<p>If it doesn't work there is a form to contact San Disk for further solutions.</p>
<p>If you can try, using a compact flash card reader connected directly to your computer to remove the variable of the recorder.</p>