<?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: Mount a Network Drive in OS X On Startup</title> <atom:link href="http://www.maciverse.com/mount-a-network-drive-in-os-x-on-startup.html/feed" rel="self" type="application/rss+xml" /><link>http://www.maciverse.com/mount-a-network-drive-in-os-x-on-startup.html</link> <description>Hints, Tips, and More: Getting the most out of your Mac</description> <lastBuildDate>Wed, 08 Feb 2012 08:14:05 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Vitaly</title><link>http://www.maciverse.com/mount-a-network-drive-in-os-x-on-startup.html/comment-page-1#comment-8488</link> <dc:creator>Vitaly</dc:creator> <pubDate>Tue, 09 Aug 2011 07:57:27 +0000</pubDate> <guid isPermaLink="false">http://www.maciverse.com/?p=1317#comment-8488</guid> <description>Hello. How to hide warning when you in other network and external disk is unavailable, this is very annoying. Thanks </description> <content:encoded><![CDATA[<p>Hello. How to hide warning when you in other network and external disk is unavailable,<br /> this is very annoying.<br /> Thanks</p> ]]></content:encoded> </item> <item><title>By: Dave</title><link>http://www.maciverse.com/mount-a-network-drive-in-os-x-on-startup.html/comment-page-1#comment-8128</link> <dc:creator>Dave</dc:creator> <pubDate>Fri, 10 Jun 2011 12:50:06 +0000</pubDate> <guid isPermaLink="false">http://www.maciverse.com/?p=1317#comment-8128</guid> <description>Works Perfect - Thanks </description> <content:encoded><![CDATA[<p>Works Perfect &#8211; Thanks</p> ]]></content:encoded> </item> <item><title>By: It works!</title><link>http://www.maciverse.com/mount-a-network-drive-in-os-x-on-startup.html/comment-page-1#comment-7350</link> <dc:creator>It works!</dc:creator> <pubDate>Mon, 14 Mar 2011 06:08:39 +0000</pubDate> <guid isPermaLink="false">http://www.maciverse.com/?p=1317#comment-7350</guid> <description>Heheh My fault.  It works.  I mispelled the volume.   Great work around.  Really appreciate it.  But I&#039;d still like Snow Leopard to be able to discover my windows machines automatically. Thanks again </description> <content:encoded><![CDATA[<p>Heheh My fault.  It works.  I mispelled the volume.   Great work around.  Really appreciate it.  But I&#039;d still like Snow Leopard to be able to discover my windows machines automatically.</p><p>Thanks again</p> ]]></content:encoded> </item> <item><title>By: Nothing works</title><link>http://www.maciverse.com/mount-a-network-drive-in-os-x-on-startup.html/comment-page-1#comment-7349</link> <dc:creator>Nothing works</dc:creator> <pubDate>Mon, 14 Mar 2011 06:05:28 +0000</pubDate> <guid isPermaLink="false">http://www.maciverse.com/?p=1317#comment-7349</guid> <description>I tried this script and it doesn&#039;t work.  Error in mounting message and it actually shows the A Problem Occured message in which I have to press OK.   Is there no way to for Snow Leopard to automatically see my Windows machines?  10.5.8 had no issues with this.  Argh </description> <content:encoded><![CDATA[<p>I tried this script and it doesn&#039;t work.  Error in mounting message and it actually shows the A Problem Occured message in which I have to press OK.   Is there no way to for Snow Leopard to automatically see my Windows machines?  10.5.8 had no issues with this.  Argh</p> ]]></content:encoded> </item> <item><title>By: Sherwood</title><link>http://www.maciverse.com/mount-a-network-drive-in-os-x-on-startup.html/comment-page-1#comment-6937</link> <dc:creator>Sherwood</dc:creator> <pubDate>Thu, 03 Feb 2011 17:56:21 +0000</pubDate> <guid isPermaLink="false">http://www.maciverse.com/?p=1317#comment-6937</guid> <description>False promises.  I want it to mount on BOOT.  To be there BEFORE anyone has logged in. </description> <content:encoded><![CDATA[<p>False promises.  I want it to mount on BOOT.  To be there BEFORE anyone has logged in.</p> ]]></content:encoded> </item> <item><title>By: h4vok</title><link>http://www.maciverse.com/mount-a-network-drive-in-os-x-on-startup.html/comment-page-1#comment-6765</link> <dc:creator>h4vok</dc:creator> <pubDate>Sun, 16 Jan 2011 01:53:50 +0000</pubDate> <guid isPermaLink="false">http://www.maciverse.com/?p=1317#comment-6765</guid> <description>I&#039;m running 10.6.6 and hide doesn&#039;t work for me either.  You need to write a script. Script: tell application &quot;Finder&quot; delay 0.3 try mount volume &quot;smb://IP or ComputerName/yourVolume1&quot; mount volume &quot;smb://IP or ComputerName/yourVolume2&quot; on error display dialog &quot;A Problem Occurred&quot; buttons {&quot;OK&quot;} default button 1 end try end tell Replace &quot;IP or ComputerName&quot; with the targets IP address or name.  Replace &quot;yourVolume&quot; with the shared folder.  Save as an Application and follow instructions from the article.  Hope this helps. </description> <content:encoded><![CDATA[<p>I&#039;m running 10.6.6 and hide doesn&#039;t work for me either.  You need to write a script.</p><p>Script:</p><p>tell application &quot;Finder&quot;</p><p>delay 0.3</p><p>try</p><p>mount volume &quot;smb://IP or ComputerName/yourVolume1&quot;<br /> mount volume &quot;smb://IP or ComputerName/yourVolume2&quot;</p><p>on error</p><p>display dialog &quot;A Problem Occurred&quot; buttons {&quot;OK&quot;} default button 1</p><p>end try</p><p>end tell</p><p>Replace &quot;IP or ComputerName&quot; with the targets IP address or name.  Replace &quot;yourVolume&quot; with the shared folder.  Save as an Application and follow instructions from the article.  Hope this helps.</p> ]]></content:encoded> </item> <item><title>By: DXB</title><link>http://www.maciverse.com/mount-a-network-drive-in-os-x-on-startup.html/comment-page-1#comment-6673</link> <dc:creator>DXB</dc:creator> <pubDate>Sat, 08 Jan 2011 14:16:40 +0000</pubDate> <guid isPermaLink="false">http://www.maciverse.com/?p=1317#comment-6673</guid> <description>The hide checkbox doesn&#039;t work for me as well. Running snow leopard 10.6.6. Any Ideas? Just want the hard drive to mount, without finder window to open. Thanks!!! </description> <content:encoded><![CDATA[<p>The hide checkbox doesn&#039;t work for me as well. Running snow leopard 10.6.6. Any Ideas? Just want the hard drive to mount, without finder window to open. Thanks!!!</p> ]]></content:encoded> </item> <item><title>By: Doug</title><link>http://www.maciverse.com/mount-a-network-drive-in-os-x-on-startup.html/comment-page-1#comment-6551</link> <dc:creator>Doug</dc:creator> <pubDate>Wed, 15 Dec 2010 18:18:44 +0000</pubDate> <guid isPermaLink="false">http://www.maciverse.com/?p=1317#comment-6551</guid> <description>Works like a charm! Thanks it was driving me nuts and I have a Mac hating IT guy Thanks! </description> <content:encoded><![CDATA[<p>Works like a charm! Thanks it was driving me nuts and I have a Mac hating IT guy<br /> Thanks!</p> ]]></content:encoded> </item> <item><title>By: Dan</title><link>http://www.maciverse.com/mount-a-network-drive-in-os-x-on-startup.html/comment-page-1#comment-5555</link> <dc:creator>Dan</dc:creator> <pubDate>Sun, 15 Aug 2010 20:31:07 +0000</pubDate> <guid isPermaLink="false">http://www.maciverse.com/?p=1317#comment-5555</guid> <description>Jamie - It will look for the network drive, and then tell you it couldn&#039;t find it to connect. </description> <content:encoded><![CDATA[<p>Jamie &#8211; It will look for the network drive, and then tell you it couldn&#039;t find it to connect.</p> ]]></content:encoded> </item> <item><title>By: Jamie Duncan</title><link>http://www.maciverse.com/mount-a-network-drive-in-os-x-on-startup.html/comment-page-1#comment-5554</link> <dc:creator>Jamie Duncan</dc:creator> <pubDate>Sun, 15 Aug 2010 20:20:32 +0000</pubDate> <guid isPermaLink="false">http://www.maciverse.com/?p=1317#comment-5554</guid> <description>What happens if you&#039;re not on that network when you logon? </description> <content:encoded><![CDATA[<p>What happens if you&#039;re not on that network when you logon?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching using disk: basic
Object Caching 542/548 objects using disk: basic
Content Delivery Network via maciverse.mangoco.netdna-cdn.com

Served from: www.maciverse.com @ 2012-02-08 02:57:44 -->
