<?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: SuperDuper Bash Script to Automatically Mount or Unmount a Hard Drive</title>
	<atom:link href="http://tntluoma.com/shell-scripts/superduper-script-automatic-mount-unmount/feed/" rel="self" type="application/rss+xml" />
	<link>http://tntluoma.com/shell-scripts/superduper-script-automatic-mount-unmount/</link>
	<description>Stuff I've Written Down</description>
	<lastBuildDate>Tue, 23 Nov 2010 20:52:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: @TJ</title>
		<link>http://tntluoma.com/shell-scripts/superduper-script-automatic-mount-unmount/comment-page-1/#comment-2645</link>
		<dc:creator>@TJ</dc:creator>
		<pubDate>Thu, 04 Mar 2010 19:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://tntluoma.com/?p=1307#comment-2645</guid>
		<description>&lt;p&gt;Sounds like a good solution!&lt;br&gt;&lt;br&gt;SuperDuper&#039;s developer once told me that the app should mount and&lt;br&gt;unmount the drive itself (assuming it was attached-but-unmounted when&lt;br&gt;SD starts) but I haven&#039;t tested that myself.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Sounds like a good solution!<br /><br />SuperDuper&#39;s developer once told me that the app should mount and<br />unmount the drive itself (assuming it was attached-but-unmounted when<br />SD starts) but I haven&#39;t tested that myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Griscom</title>
		<link>http://tntluoma.com/shell-scripts/superduper-script-automatic-mount-unmount/comment-page-1/#comment-2644</link>
		<dc:creator>Daniel Griscom</dc:creator>
		<pubDate>Thu, 04 Mar 2010 18:56:27 +0000</pubDate>
		<guid isPermaLink="false">http://tntluoma.com/?p=1307#comment-2644</guid>
		<description>&lt;p&gt;I&#039;ve been using your script for a while: thanks. However, a few days ago it stopped successfully unmounting the drive being copied to.&lt;br&gt;&lt;br&gt;I checked, and the line&lt;br&gt;&lt;br&gt;diskutil unmount &quot;$DRIVE_NAME&quot;&lt;br&gt;&lt;br&gt;was given the right drive name, but then complained that a completely different partition couldn&#039;t be unmounted.&lt;br&gt;&lt;br&gt;I finally fixed it by changing the line to &lt;br&gt;&lt;br&gt;disktuil unmount &quot;$DEVICE&quot;&lt;br&gt;&lt;br&gt;This seems to be authoritative and unambiguous, and works. I expect it should work for others, too, although I&#039;m still not clear why things stopped working.&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Dan&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#39;ve been using your script for a while: thanks. However, a few days ago it stopped successfully unmounting the drive being copied to.<br /><br />I checked, and the line<br /><br />diskutil unmount &#8220;$DRIVE_NAME&#8221;<br /><br />was given the right drive name, but then complained that a completely different partition couldn&#39;t be unmounted.<br /><br />I finally fixed it by changing the line to <br /><br />disktuil unmount &#8220;$DEVICE&#8221;<br /><br />This seems to be authoritative and unambiguous, and works. I expect it should work for others, too, although I&#39;m still not clear why things stopped working.<br /><br /><br />Thanks,<br />Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @luomat</title>
		<link>http://tntluoma.com/shell-scripts/superduper-script-automatic-mount-unmount/comment-page-1/#comment-2576</link>
		<dc:creator>@luomat</dc:creator>
		<pubDate>Sat, 18 Jul 2009 16:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://tntluoma.com/?p=1307#comment-2576</guid>
		<description>&lt;p&gt;Hrm. I don&#039;t know why it requests your password. I used that command specifically because it does &lt;em&gt;not&lt;/em&gt; request my password. Sorry I don&#039;t have an answer.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hrm. I don&#8217;t know why it requests your password. I used that command specifically because it does <em>not</em> request my password. Sorry I don&#8217;t have an answer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham Street</title>
		<link>http://tntluoma.com/shell-scripts/superduper-script-automatic-mount-unmount/comment-page-1/#comment-2575</link>
		<dc:creator>Graham Street</dc:creator>
		<pubDate>Sat, 18 Jul 2009 15:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://tntluoma.com/?p=1307#comment-2575</guid>
		<description>&lt;p&gt;Excellent script, thanks. I clone my main drive to a backup in my Mac Pro every evening. Your script will solve a problem I&#039;ve had for a while where everything&#039;s duplicated in &#039;Launch Services&#039; because OSX finds all the duplicate applications on my clone drive. The only thing I can&#039;t solve is that the disk mount requests my password, and therefore I can&#039;t leave the automatic clone update to run unattended. Do you have any suggestions for this?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Excellent script, thanks. I clone my main drive to a backup in my Mac Pro every evening. Your script will solve a problem I&#8217;ve had for a while where everything&#8217;s duplicated in &#8216;Launch Services&#8217; because OSX finds all the duplicate applications on my clone drive. The only thing I can&#8217;t solve is that the disk mount requests my password, and therefore I can&#8217;t leave the automatic clone update to run unattended. Do you have any suggestions for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @luomat</title>
		<link>http://tntluoma.com/shell-scripts/superduper-script-automatic-mount-unmount/comment-page-1/#comment-2567</link>
		<dc:creator>@luomat</dc:creator>
		<pubDate>Wed, 08 Jul 2009 21:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://tntluoma.com/?p=1307#comment-2567</guid>
		<description>&lt;p&gt;a) I don&#039;t think my script is necessary. The developer said that SuperDuper will automatically mount/unmount the drive if needed&lt;/p&gt;

&lt;p&gt;b) ~ is a Unix short cut for $HOME &lt;/p&gt;

&lt;p&gt;c) You probably need to get into Terminal and paste this command (including the &quot; marks!) Make sure it is ALL ONE LINE:&lt;/p&gt;

&lt;p&gt;chmod 755 &quot;/Applications/SuperDuper!.app/Contents/Resources/Copy Scripts/unmount-for-superduper.sh&quot;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>a) I don&#8217;t think my script is necessary. The developer said that SuperDuper will automatically mount/unmount the drive if needed</p>

<p>b) ~ is a Unix short cut for $HOME </p>

<p>c) You probably need to get into Terminal and paste this command (including the &#8221; marks!) Make sure it is ALL ONE LINE:</p>

<p>chmod 755 &#8220;/Applications/SuperDuper!.app/Contents/Resources/Copy Scripts/unmount-for-superduper.sh&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Louis</title>
		<link>http://tntluoma.com/shell-scripts/superduper-script-automatic-mount-unmount/comment-page-1/#comment-2566</link>
		<dc:creator>Louis</dc:creator>
		<pubDate>Wed, 08 Jul 2009 21:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://tntluoma.com/?p=1307#comment-2566</guid>
		<description>&lt;p&gt;Can you please explain were i will save the file: (mount-for-superduper.sh) 
in your instructions, you say to save it to: ( ~/bin/ or somewhere else in your $PATH)
but were is that.&lt;/p&gt;

&lt;p&gt;What I did is to save it to&quot; (Copy scripts file) inside the Resources of SuperDuper
but I am getting this message: Scripts/unmount-for-superduper.sh
&#124; 05:28:15 PM &#124; Error &#124; sh: /Applications/SuperDuper!.app/Contents/Resources/Copy Scripts/unmount-for-superduper.sh: Permission denied
Can you please help me.
Thank you
Louis&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Can you please explain were i will save the file: (mount-for-superduper.sh) 
in your instructions, you say to save it to: ( ~/bin/ or somewhere else in your $PATH)
but were is that.</p>

<p>What I did is to save it to&#8221; (Copy scripts file) inside the Resources of SuperDuper
but I am getting this message: Scripts/unmount-for-superduper.sh
| 05:28:15 PM | Error | sh: /Applications/SuperDuper!.app/Contents/Resources/Copy Scripts/unmount-for-superduper.sh: Permission denied
Can you please help me.
Thank you
Louis</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick Crowley</title>
		<link>http://tntluoma.com/shell-scripts/superduper-script-automatic-mount-unmount/comment-page-1/#comment-2543</link>
		<dc:creator>Patrick Crowley</dc:creator>
		<pubDate>Sun, 17 May 2009 21:30:06 +0000</pubDate>
		<guid isPermaLink="false">http://tntluoma.com/?p=1307#comment-2543</guid>
		<description>&lt;p&gt;Awesome script! This was exactly what I needed. :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Awesome script! This was exactly what I needed. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: @luomat</title>
		<link>http://tntluoma.com/shell-scripts/superduper-script-automatic-mount-unmount/comment-page-1/#comment-2535</link>
		<dc:creator>@luomat</dc:creator>
		<pubDate>Sat, 09 May 2009 01:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://tntluoma.com/?p=1307#comment-2535</guid>
		<description>&lt;p&gt;OOps.&lt;/p&gt;

&lt;p&gt;My bad. You can simply run this command:&lt;/p&gt;

&lt;p&gt;touch ~/.source&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>OOps.</p>

<p>My bad. You can simply run this command:</p>

<p>touch ~/.source</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://tntluoma.com/shell-scripts/superduper-script-automatic-mount-unmount/comment-page-1/#comment-2534</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Fri, 08 May 2009 20:10:56 +0000</pubDate>
		<guid isPermaLink="false">http://tntluoma.com/?p=1307#comment-2534</guid>
		<description>&lt;p&gt;I get the error:&lt;/p&gt;

&lt;p&gt;&#124; Error &#124; /Users/Fred/mount-drive-for-superduper.sh: line 42: /Users/Fred/.source: No such file or directory&lt;/p&gt;

&lt;p&gt;What is this invisible file? And how can I generate it? Thank you for your help.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I get the error:</p>

<p>| Error | /Users/Fred/mount-drive-for-superduper.sh: line 42: /Users/Fred/.source: No such file or directory</p>

<p>What is this invisible file? And how can I generate it? Thank you for your help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott A</title>
		<link>http://tntluoma.com/shell-scripts/superduper-script-automatic-mount-unmount/comment-page-1/#comment-2242</link>
		<dc:creator>Scott A</dc:creator>
		<pubDate>Fri, 06 Mar 2009 20:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://tntluoma.com/?p=1307#comment-2242</guid>
		<description>&lt;p&gt;You&#039;d probably also want to make sure that the drive name is unique, so you don&#039;t get it mounting with a trailing number that may not correspond to the script.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>You&#8217;d probably also want to make sure that the drive name is unique, so you don&#8217;t get it mounting with a trailing number that may not correspond to the script.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

