<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Automatically eject all disks on sleep, reconnect on wake</title>
	<atom:link href="http://atastypixel.com/blog/automatically-eject-all-disks-on-sleep-reconnect-on-wake/feed/" rel="self" type="application/rss+xml" />
	<link>http://atastypixel.com/blog/automatically-eject-all-disks-on-sleep-reconnect-on-wake/</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 20:48:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tom</title>
		<link>http://atastypixel.com/blog/automatically-eject-all-disks-on-sleep-reconnect-on-wake/comment-page-1/#comment-3777</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Thu, 05 Jan 2012 09:37:22 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/526-automatically-eject-all-disks-on-sleep-reconnect-on-wake.html#comment-3777</guid>
		<description>&lt;p&gt;i don&#039;t understand what the grep in the wake file is trying to achieve... either way it returns null on a diskutil list on my system???&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>i don&#8217;t understand what the grep in the wake file is trying to achieve&#8230; either way it returns null on a diskutil list on my system???</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Esmail</title>
		<link>http://atastypixel.com/blog/automatically-eject-all-disks-on-sleep-reconnect-on-wake/comment-page-1/#comment-1428</link>
		<dc:creator>Esmail</dc:creator>
		<pubDate>Fri, 19 Feb 2010 15:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/526-automatically-eject-all-disks-on-sleep-reconnect-on-wake.html#comment-1428</guid>
		<description>&lt;p&gt;The first script only ejects volumes that are not full (this avoids ejecting optical discs) and can be ejected, but if your remote disk isn&#039;t full I&#039;m not seeing why it would be ejected.  For that task you can use the following AppleScript command: &lt;code&gt;tell application &quot;Finder&quot; to eject (every disk whose ejectable is true or local volume is false)&lt;/code&gt; which I found in the comments at http://vocaro.com/trevor/blog/2007/02/11/a-set-of-scripts-to-unmount-drives-before-sleeping/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>The first script only ejects volumes that are not full (this avoids ejecting optical discs) and can be ejected, but if your remote disk isn&#8217;t full I&#8217;m not seeing why it would be ejected.  For that task you can use the following AppleScript command: <code>tell application "Finder" to eject (every disk whose ejectable is true or local volume is false)</code> which I found in the comments at <a href="http://vocaro.com/trevor/blog/2007/02/11/a-set-of-scripts-to-unmount-drives-before-sleeping/" rel="nofollow">http://vocaro.com/trevor/blog/2007/02/11/a-set-of-scripts-to-unmount-drives-before-sleeping/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Carmen</title>
		<link>http://atastypixel.com/blog/automatically-eject-all-disks-on-sleep-reconnect-on-wake/comment-page-1/#comment-1309</link>
		<dc:creator>Carmen</dc:creator>
		<pubDate>Fri, 04 Dec 2009 22:15:50 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/526-automatically-eject-all-disks-on-sleep-reconnect-on-wake.html#comment-1309</guid>
		<description>&lt;p&gt;This is a great idea, I&#039;m going to do this!!!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This is a great idea, I&#8217;m going to do this!!!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://atastypixel.com/blog/automatically-eject-all-disks-on-sleep-reconnect-on-wake/comment-page-1/#comment-1304</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Sat, 28 Nov 2009 22:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/526-automatically-eject-all-disks-on-sleep-reconnect-on-wake.html#comment-1304</guid>
		<description>&lt;p&gt;you dont need to keep the txt files on the desktop do you?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>you dont need to keep the txt files on the desktop do you?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://atastypixel.com/blog/automatically-eject-all-disks-on-sleep-reconnect-on-wake/comment-page-1/#comment-1159</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 16 Jun 2009 07:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/526-automatically-eject-all-disks-on-sleep-reconnect-on-wake.html#comment-1159</guid>
		<description>&lt;p&gt;Hi, Ethan - Sure, I don&#039;t see why not!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi, Ethan &#8211; Sure, I don&#8217;t see why not!</p>]]></content:encoded>
	</item>
	<item>
		<title>By: ethan</title>
		<link>http://atastypixel.com/blog/automatically-eject-all-disks-on-sleep-reconnect-on-wake/comment-page-1/#comment-1158</link>
		<dc:creator>ethan</dc:creator>
		<pubDate>Mon, 15 Jun 2009 16:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/526-automatically-eject-all-disks-on-sleep-reconnect-on-wake.html#comment-1158</guid>
		<description>&lt;p&gt;Great tip on sleep and wake for drives.  Will this code work for networked drives (like my NAS, accessed wirelessly)?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great tip on sleep and wake for drives.  Will this code work for networked drives (like my NAS, accessed wirelessly)?</p>]]></content:encoded>
	</item>
</channel>
</rss>

