<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: How-To: Auto-Connect to Windows Shares from OS X</title>
	<atom:link href="http://www.philoking.com/2008/09/24/how-to-auto-connect-to-windows-shares-from-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philoking.com/2008/09/24/how-to-auto-connect-to-windows-shares-from-os-x/</link>
	<description>Thoughts from my warped little mind...</description>
	<lastBuildDate>Thu, 18 Mar 2010 02:16:11 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason Burns</title>
		<link>http://www.philoking.com/2008/09/24/how-to-auto-connect-to-windows-shares-from-os-x/comment-page-1/#comment-20874</link>
		<dc:creator>Jason Burns</dc:creator>
		<pubDate>Fri, 26 Dec 2008 03:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.philoking.com/2008/09/24/how-to-auto-connect-to-windows-shares-from-os-x/#comment-20874</guid>
		<description>@Martin: No problem, glad I could help!</description>
		<content:encoded><![CDATA[<p>@Martin: No problem, glad I could help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.philoking.com/2008/09/24/how-to-auto-connect-to-windows-shares-from-os-x/comment-page-1/#comment-20870</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 25 Dec 2008 17:06:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.philoking.com/2008/09/24/how-to-auto-connect-to-windows-shares-from-os-x/#comment-20870</guid>
		<description>Jason! Thank you sooooo much for this tip! I&#039;ve been looking for such a thing for ages.

Happy holidays and a happy new year!</description>
		<content:encoded><![CDATA[<p>Jason! Thank you sooooo much for this tip! I&#8217;ve been looking for such a thing for ages.</p>
<p>Happy holidays and a happy new year!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnan</title>
		<link>http://www.philoking.com/2008/09/24/how-to-auto-connect-to-windows-shares-from-os-x/comment-page-1/#comment-19887</link>
		<dc:creator>Arnan</dc:creator>
		<pubDate>Wed, 01 Oct 2008 11:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.philoking.com/2008/09/24/how-to-auto-connect-to-windows-shares-from-os-x/#comment-19887</guid>
		<description>mount -t afp afp://user:pass@hostname/volume_to_be_mounted /Volumes/mount_point

I would use:
mount - afp afp://arnan:mypassword@storage.local/Arnan /Volumes/arnan

Should do the trick, where mount_point would be the name shown on the desktop.</description>
		<content:encoded><![CDATA[<p>mount -t afp afp://user:pass@hostname/volume_to_be_mounted /Volumes/mount_point</p>
<p>I would use:<br />
mount &#8211; afp afp://arnan:mypassword@storage.local/Arnan /Volumes/arnan</p>
<p>Should do the trick, where mount_point would be the name shown on the desktop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Burns</title>
		<link>http://www.philoking.com/2008/09/24/how-to-auto-connect-to-windows-shares-from-os-x/comment-page-1/#comment-19868</link>
		<dc:creator>Jason Burns</dc:creator>
		<pubDate>Thu, 25 Sep 2008 19:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.philoking.com/2008/09/24/how-to-auto-connect-to-windows-shares-from-os-x/#comment-19868</guid>
		<description>Thanks for the tip Arnan, why don&#039;t you leave a more detailed comment telling our friends how to do that?</description>
		<content:encoded><![CDATA[<p>Thanks for the tip Arnan, why don&#8217;t you leave a more detailed comment telling our friends how to do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnan</title>
		<link>http://www.philoking.com/2008/09/24/how-to-auto-connect-to-windows-shares-from-os-x/comment-page-1/#comment-19867</link>
		<dc:creator>Arnan</dc:creator>
		<pubDate>Thu, 25 Sep 2008 08:35:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.philoking.com/2008/09/24/how-to-auto-connect-to-windows-shares-from-os-x/#comment-19867</guid>
		<description>That&#039;s nice and all but while this script runs applescript blocks all finder actions and input. 

Thus if your login procedure is slow, say it takes 30 seconds before the remote locations authorizes the mount, finder cannot do a thing and seems hung or stalled.

This can be very annoying.

In this case, like automounting shares i would much rather run a shell script a-la terminal as a startup item since you don&#039;t actively use terminal in normal use. 

The ending result is the same.</description>
		<content:encoded><![CDATA[<p>That&#8217;s nice and all but while this script runs applescript blocks all finder actions and input. </p>
<p>Thus if your login procedure is slow, say it takes 30 seconds before the remote locations authorizes the mount, finder cannot do a thing and seems hung or stalled.</p>
<p>This can be very annoying.</p>
<p>In this case, like automounting shares i would much rather run a shell script a-la terminal as a startup item since you don&#8217;t actively use terminal in normal use. </p>
<p>The ending result is the same.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
