<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: An educated egg-dicator (for computers)</title>
	<link>http://ask.metafilter.com/81529/An-educated-eggdicator-for-computers/</link>
	<description>Comments on Ask MetaFilter post An educated egg-dicator (for computers)</description>
	<pubDate>Mon, 21 Jan 2008 08:16:16 -0800</pubDate>
	<lastBuildDate>Mon, 21 Jan 2008 08:16:16 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: An educated egg-dicator (for computers)</title>
		<link>http://ask.metafilter.com/81529/An-educated-eggdicator-for-computers</link>	
		<description>Mac OS X: External drive is dying, many corrupt files randomly strewn about it. What Mac utility can copy all the non-corrupt files to a new disk and provide a list of the files it couldn&apos;t copy? &lt;br /&gt;&lt;br /&gt; Copying certain files gives an error -36. These files do not open in any application. Disk Utility says everything&apos;s just fine. It&apos;s lying. It&apos;s also unable to image the disk. DiskWarrior is no help either.&lt;br&gt;
&lt;br&gt;
I&apos;m imagining something that would crawl through the disk file by file, copying what it can and making a note of what it can&apos;t.&lt;br&gt;
&lt;br&gt;
I&apos;ve got a somewhat recent backup, so I&apos;m not really freaking out, but I&apos;d like to keep the most recent files possible. Thanks much, hive mind.</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.81529</guid>
		<pubDate>Mon, 21 Jan 2008 08:01:05 -0800</pubDate>
		<dc:creator>Plug Dub In</dc:creator>
		
			<category>mac</category>
		
			<category>copy</category>
		
			<category>log</category>
		
			<category>corrupt</category>
		
			<category>files</category>
		
	</item> <item>
		<title>By: Admiral Haddock</title>
		<link>http://ask.metafilter.com/81529/An-educated-eggdicator-for-computers#1208293</link>	
		<description>Have you tried &lt;a href=&quot;http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html&quot;&gt;Super Duper!&lt;/a&gt;?  I have had nothing but success with it. Caveat is that it will not support Leopard until v2.5, due out any day now (but not yet, apparently).</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81529-1208293</guid>
		<pubDate>Mon, 21 Jan 2008 08:16:16 -0800</pubDate>
		<dc:creator>Admiral Haddock</dc:creator>
	</item><item>
		<title>By: Cat Pie Hurts</title>
		<link>http://ask.metafilter.com/81529/An-educated-eggdicator-for-computers#1208294</link>	
		<description>A quick and dirty way would be to use rsync and pipe the output to a file, then just grep for error messages.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81529-1208294</guid>
		<pubDate>Mon, 21 Jan 2008 08:16:51 -0800</pubDate>
		<dc:creator>Cat Pie Hurts</dc:creator>
	</item><item>
		<title>By: JRGould</title>
		<link>http://ask.metafilter.com/81529/An-educated-eggdicator-for-computers#1208295</link>	
		<description>you could try cp, rsync or psync (not built-in), there are graphical front-ends to these for osx  (rsyncx and psyncx, respectively) using cp on the commandline you&apos;d just want to do something like cp -rp /Volumes/yourdrive /Volumes/otherdrive and I think it would print out any non-copyable files... not sure if corrupt files would cause it to choke though...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81529-1208295</guid>
		<pubDate>Mon, 21 Jan 2008 08:17:32 -0800</pubDate>
		<dc:creator>JRGould</dc:creator>
	</item><item>
		<title>By: Cat Pie Hurts</title>
		<link>http://ask.metafilter.com/81529/An-educated-eggdicator-for-computers#1208296</link>	
		<description>rsync -av /source /destination &amp;gt; rsync.log  &lt;br&gt;
(I always do a test run on a known bad file because I ALWAYS forget what the rsync error msg is.)&lt;br&gt;
Then&lt;br&gt;
grep -i errormessage rsync.log</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81529-1208296</guid>
		<pubDate>Mon, 21 Jan 2008 08:19:24 -0800</pubDate>
		<dc:creator>Cat Pie Hurts</dc:creator>
	</item><item>
		<title>By: holgate</title>
		<link>http://ask.metafilter.com/81529/An-educated-eggdicator-for-computers#1208306</link>	
		<description>&lt;a href=&quot;http://www.prosofteng.com/products/data_rescue_info.php&quot;&gt;Data Rescue II&lt;/a&gt; has worked for me in the past, though I&apos;d recommend doing the rsync test first.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81529-1208306</guid>
		<pubDate>Mon, 21 Jan 2008 08:25:31 -0800</pubDate>
		<dc:creator>holgate</dc:creator>
	</item><item>
		<title>By: Plug Dub In</title>
		<link>http://ask.metafilter.com/81529/An-educated-eggdicator-for-computers#1208361</link>	
		<description>That rsync bit is exactly what I wanted. Thank you!&lt;br&gt;
&lt;br&gt;
Data Rescue looks like it might help recover some of the damaged files. I&apos;ll have to poke at it a bit harder to see what it&apos;s doing, but copying an un-openable Photoshop file with it resulted in an openable (but slightly damaged) file, so that might be pretty cool.&lt;br&gt;
&lt;br&gt;
Thanks everybody.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.81529-1208361</guid>
		<pubDate>Mon, 21 Jan 2008 08:59:15 -0800</pubDate>
		<dc:creator>Plug Dub In</dc:creator>
	</item>
	</channel>
</rss>
