<?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: How To: Store iMovie &#8217;09 Events and Projects on a Network Volume (NAS)</title>
	<atom:link href="http://blog.damontimm.com/how-to-store-imovie-09-events-and-projects-on-a-network-volume-nas/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.damontimm.com/how-to-store-imovie-09-events-and-projects-on-a-network-volume-nas/</link>
	<description>Where I go to remember what I did</description>
	<lastBuildDate>Wed, 01 Feb 2012 21:11:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Damon</title>
		<link>http://blog.damontimm.com/how-to-store-imovie-09-events-and-projects-on-a-network-volume-nas/comment-page-1/#comment-24438</link>
		<dc:creator>Damon</dc:creator>
		<pubDate>Wed, 10 Nov 2010 21:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=248#comment-24438</guid>
		<description>If you really just followed the cut and paste, what you can do to reverse it is delete the symbolic link (which is dead) and move your old folder back:

&lt;ul class=&quot;terminal&quot;&gt;
&lt;li&gt;&lt;code&gt;rm ~/Movies&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;sudo mv ~/Movies-original ~/Movies&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

You may want to check that you have a symbolic link in lieu of a folder before you remove it (you can us &lt;code&gt;ls -l&lt;/code&gt; to see where it&#039;s linked to).

HTH</description>
		<content:encoded><![CDATA[<p>If you really just followed the cut and paste, what you can do to reverse it is delete the symbolic link (which is dead) and move your old folder back:</p>
<ul class="terminal">
<li><code>rm ~/Movies</code></li>
<li><code>sudo mv ~/Movies-original ~/Movies</code></li>
</ul>
<p>You may want to check that you have a symbolic link in lieu of a folder before you remove it (you can us <code>ls -l</code> to see where it&#8217;s linked to).</p>
<p>HTH</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://blog.damontimm.com/how-to-store-imovie-09-events-and-projects-on-a-network-volume-nas/comment-page-1/#comment-24437</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 10 Nov 2010 21:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=248#comment-24437</guid>
		<description>I unfortunately just cut a pasted you terminal steps forgetting to put in my NAS now can&#039;t import in IMovie can you tell me how to put it back 

Thanks</description>
		<content:encoded><![CDATA[<p>I unfortunately just cut a pasted you terminal steps forgetting to put in my NAS now can&#8217;t import in IMovie can you tell me how to put it back </p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: p</title>
		<link>http://blog.damontimm.com/how-to-store-imovie-09-events-and-projects-on-a-network-volume-nas/comment-page-1/#comment-21529</link>
		<dc:creator>p</dc:creator>
		<pubDate>Tue, 07 Sep 2010 09:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=248#comment-21529</guid>
		<description>Have you tried this easier solution:
&lt;a href=&quot;http://carryflag.blogspot.com/2010/06/imovie-event-library-on-network-drive.html&quot; rel=&quot;nofollow&quot;&gt;http://carryflag.blogspot.com/2010/06/imovie-event-library-on-network-drive.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Have you tried this easier solution:<br />
<a href="http://carryflag.blogspot.com/2010/06/imovie-event-library-on-network-drive.html" rel="nofollow">http://carryflag.blogspot.com/2010/06/imovie-event-library-on-network-drive.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damon</title>
		<link>http://blog.damontimm.com/how-to-store-imovie-09-events-and-projects-on-a-network-volume-nas/comment-page-1/#comment-16808</link>
		<dc:creator>Damon</dc:creator>
		<pubDate>Sat, 17 Apr 2010 11:37:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=248#comment-16808</guid>
		<description>Yea - I think the issue will be that if that students are sharing a local machine, there is no way to predict the name of the network volume that is being mounted (I would assume it will change depending on the student mounting it).  However, if all network volumes get mounted with the same name (eg, &lt;code&gt;/Volumes/shared-storage/Movies&lt;/code&gt;) then you could still do this.

Otherwise, another option may be to delete the &lt;code&gt;~/Movies&lt;/code&gt; folder on the local machine and have a script that both logs in your user to her network storage and, after that&#039;s done, creates the symlink for the &lt;code&gt;~/localuser/Movies&lt;/code&gt; to the network storage ...</description>
		<content:encoded><![CDATA[<p>Yea &#8211; I think the issue will be that if that students are sharing a local machine, there is no way to predict the name of the network volume that is being mounted (I would assume it will change depending on the student mounting it).  However, if all network volumes get mounted with the same name (eg, <code>/Volumes/shared-storage/Movies</code>) then you could still do this.</p>
<p>Otherwise, another option may be to delete the <code>~/Movies</code> folder on the local machine and have a script that both logs in your user to her network storage and, after that&#8217;s done, creates the symlink for the <code>~/localuser/Movies</code> to the network storage &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.damontimm.com/how-to-store-imovie-09-events-and-projects-on-a-network-volume-nas/comment-page-1/#comment-16783</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Fri, 16 Apr 2010 14:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=248#comment-16783</guid>
		<description>We are looking at moving to this arrangement - no decision has been made yet - but it is looking like...
A student would sit down at a workstation (desktop or laptop) and log into a generic Student account.  
So to access their network account they would have to click on a link on their desktop and enter their individualized login information.  So each time someone sits at the workstation they will log into the same local &quot;student&quot; account with the same password.  The goal is to not have any files lingering on the machines but have all info stored on the network.  
I just don&#039;t think its workable - without utilizing external storage for iMovie!</description>
		<content:encoded><![CDATA[<p>We are looking at moving to this arrangement &#8211; no decision has been made yet &#8211; but it is looking like&#8230;<br />
A student would sit down at a workstation (desktop or laptop) and log into a generic Student account.<br />
So to access their network account they would have to click on a link on their desktop and enter their individualized login information.  So each time someone sits at the workstation they will log into the same local &#8220;student&#8221; account with the same password.  The goal is to not have any files lingering on the machines but have all info stored on the network.<br />
I just don&#8217;t think its workable &#8211; without utilizing external storage for iMovie!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damon</title>
		<link>http://blog.damontimm.com/how-to-store-imovie-09-events-and-projects-on-a-network-volume-nas/comment-page-1/#comment-16780</link>
		<dc:creator>Damon</dc:creator>
		<pubDate>Fri, 16 Apr 2010 12:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=248#comment-16780</guid>
		<description>Hi Kevin - I am not really sure I understand how your systems are setup.  I am not familiar with &quot;the logged in users&quot; network storage ... do you mean that when a student logs in a network storage icon is mounted for that user?  

As I understand it, iMovie only utilizes the user&#039;s &lt;code&gt;Movies&lt;/code&gt; folder, which is located at: &lt;code&gt;/Users/username/Movies&lt;/code&gt;.  If your &lt;code&gt;Movies&lt;/code&gt; folder is on the local hard drive, then you will probably still need to symlink it to the student&#039;s network storage folder.  If you are using Deep  Freeze, you&#039;ll have to set it not to erase those changes.

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Hi Kevin &#8211; I am not really sure I understand how your systems are setup.  I am not familiar with &#8220;the logged in users&#8221; network storage &#8230; do you mean that when a student logs in a network storage icon is mounted for that user?  </p>
<p>As I understand it, iMovie only utilizes the user&#8217;s <code>Movies</code> folder, which is located at: <code>/Users/username/Movies</code>.  If your <code>Movies</code> folder is on the local hard drive, then you will probably still need to symlink it to the student&#8217;s network storage folder.  If you are using Deep  Freeze, you&#8217;ll have to set it not to erase those changes.</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://blog.damontimm.com/how-to-store-imovie-09-events-and-projects-on-a-network-volume-nas/comment-page-1/#comment-16762</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 15 Apr 2010 19:15:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.damontimm.com/?p=248#comment-16762</guid>
		<description>Is there a way to modify your commands to allow iMovie to save to &quot;the logged in users&quot; network storage?  I am trying to use a local account for students with a mounted network folder - but am experiencing ALOT of grief with iMovie!  Students will reboot the computer when they log out (possibly using Deep Freeze to restore to &quot;clean slate&quot; for next student)  and while dragging files works for documents - iMovie is a real stopping point for us.  Any help/thoughts would be appreciated</description>
		<content:encoded><![CDATA[<p>Is there a way to modify your commands to allow iMovie to save to &#8220;the logged in users&#8221; network storage?  I am trying to use a local account for students with a mounted network folder &#8211; but am experiencing ALOT of grief with iMovie!  Students will reboot the computer when they log out (possibly using Deep Freeze to restore to &#8220;clean slate&#8221; for next student)  and while dragging files works for documents &#8211; iMovie is a real stopping point for us.  Any help/thoughts would be appreciated</p>
]]></content:encoded>
	</item>
</channel>
</rss>

