<?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: A set of scripts to unmount drives before sleeping</title>
	<atom:link href="http://vocaro.com/trevor/blog/2007/02/11/a-set-of-scripts-to-unmount-drives-before-sleeping/feed/" rel="self" type="application/rss+xml" />
	<link>http://vocaro.com/trevor/blog/2007/02/11/a-set-of-scripts-to-unmount-drives-before-sleeping/</link>
	<description>Random thoughts, humor, and helpful tips</description>
	<lastBuildDate>Mon, 26 Jul 2010 12:26:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shortland</title>
		<link>http://vocaro.com/trevor/blog/2007/02/11/a-set-of-scripts-to-unmount-drives-before-sleeping/comment-page-1/#comment-17499</link>
		<dc:creator>Shortland</dc:creator>
		<pubDate>Fri, 30 Oct 2009 16:08:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.vocaro.com/trevor/blog/2007/02/11/a-set-of-scripts-to-unmount-drives-before-sleeping/#comment-17499</guid>
		<description>Any way that I can apply this to my DSDT? I&#039;m running an EFI patched verion of Snow Leo on a non mac (for experimentation) and this is the only issue I haven&#039;t found a fix for yet - which doesn&#039;t make alterations to the native system install..</description>
		<content:encoded><![CDATA[<p>Any way that I can apply this to my DSDT? I&#8217;m running an EFI patched verion of Snow Leo on a non mac (for experimentation) and this is the only issue I haven&#8217;t found a fix for yet &#8211; which doesn&#8217;t make alterations to the native system install..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric3</title>
		<link>http://vocaro.com/trevor/blog/2007/02/11/a-set-of-scripts-to-unmount-drives-before-sleeping/comment-page-1/#comment-9080</link>
		<dc:creator>Eric3</dc:creator>
		<pubDate>Sat, 01 Nov 2008 21:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.vocaro.com/trevor/blog/2007/02/11/a-set-of-scripts-to-unmount-drives-before-sleeping/#comment-9080</guid>
		<description>With the simple script you initially mentioned, the third drawback can be overcome by changing the middle line to:

eject (every disk whose ejectable is true or local volume is false)</description>
		<content:encoded><![CDATA[<p>With the simple script you initially mentioned, the third drawback can be overcome by changing the middle line to:</p>
<p>eject (every disk whose ejectable is true or local volume is false)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor&#8217;s Bike Shed » Blog Archive » A set of scripts to unmount drives before sleeping</title>
		<link>http://vocaro.com/trevor/blog/2007/02/11/a-set-of-scripts-to-unmount-drives-before-sleeping/comment-page-1/#comment-7607</link>
		<dc:creator>Trevor&#8217;s Bike Shed » Blog Archive » A set of scripts to unmount drives before sleeping</dc:creator>
		<pubDate>Mon, 04 Aug 2008 06:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.vocaro.com/trevor/blog/2007/02/11/a-set-of-scripts-to-unmount-drives-before-sleeping/#comment-7607</guid>
		<description>[...] Trevor&#8217;s Bike Shed » Blog Archive » A set of scripts to unmount drives before sleeping There&#8217;s only one problem: Unplugging a hard drive can corrupt its filesystem if it&#8217;s still mounted. To prevent that from happening, I wrote a script that automatically unmounts all drives. As an added bonus, the script fails if any of those drives are busy and can&#8217;t be unmounted, warning me to take additional action before hitting the road. [...]</description>
		<content:encoded><![CDATA[<p>[...] Trevor&#8217;s Bike Shed » Blog Archive » A set of scripts to unmount drives before sleeping There&#8217;s only one problem: Unplugging a hard drive can corrupt its filesystem if it&#8217;s still mounted. To prevent that from happening, I wrote a script that automatically unmounts all drives. As an added bonus, the script fails if any of those drives are busy and can&#8217;t be unmounted, warning me to take additional action before hitting the road. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://vocaro.com/trevor/blog/2007/02/11/a-set-of-scripts-to-unmount-drives-before-sleeping/comment-page-1/#comment-7239</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Sat, 07 Jun 2008 15:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.vocaro.com/trevor/blog/2007/02/11/a-set-of-scripts-to-unmount-drives-before-sleeping/#comment-7239</guid>
		<description>The following script will put the computer to sleep:

tell application &quot;Finder&quot; to sleep</description>
		<content:encoded><![CDATA[<p>The following script will put the computer to sleep:</p>
<p>tell application &#8220;Finder&#8221; to sleep</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://vocaro.com/trevor/blog/2007/02/11/a-set-of-scripts-to-unmount-drives-before-sleeping/comment-page-1/#comment-7238</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Sat, 07 Jun 2008 13:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.vocaro.com/trevor/blog/2007/02/11/a-set-of-scripts-to-unmount-drives-before-sleeping/#comment-7238</guid>
		<description>I am looking for a good way to sleep my laptop and unmount a few drives. The issue I am coming up with is a Sleep script. Can you please send me a copy of yours.

TIA

P.S. Sleepwatcher is not what I am looking for  ;-)</description>
		<content:encoded><![CDATA[<p>I am looking for a good way to sleep my laptop and unmount a few drives. The issue I am coming up with is a Sleep script. Can you please send me a copy of yours.</p>
<p>TIA</p>
<p>P.S. Sleepwatcher is not what I am looking for  <img src='http://vocaro.com/trevor/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://vocaro.com/trevor/blog/2007/02/11/a-set-of-scripts-to-unmount-drives-before-sleeping/comment-page-1/#comment-5200</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Tue, 13 Nov 2007 18:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.vocaro.com/trevor/blog/2007/02/11/a-set-of-scripts-to-unmount-drives-before-sleeping/#comment-5200</guid>
		<description>I have a script called &quot;Sleep&quot; that runs these unmount drive scripts, along with other housekeeping tasks, then tells the computer to sleep. I simply run it manually. If you&#039;re looking for an automated solution, try &lt;a href=&quot;http://www.bernhard-baehr.de/&quot; rel=&quot;nofollow&quot;&gt;SleepWatcher&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I have a script called &#8220;Sleep&#8221; that runs these unmount drive scripts, along with other housekeeping tasks, then tells the computer to sleep. I simply run it manually. If you&#8217;re looking for an automated solution, try <a href="http://www.bernhard-baehr.de/" rel="nofollow">SleepWatcher</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://vocaro.com/trevor/blog/2007/02/11/a-set-of-scripts-to-unmount-drives-before-sleeping/comment-page-1/#comment-5199</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 13 Nov 2007 17:35:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.vocaro.com/trevor/blog/2007/02/11/a-set-of-scripts-to-unmount-drives-before-sleeping/#comment-5199</guid>
		<description>How do you make this run as a default when you put the computer to sleep?</description>
		<content:encoded><![CDATA[<p>How do you make this run as a default when you put the computer to sleep?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
