<?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 prevent and fix loss of recording time on a flip ultra video camera</title>
	<atom:link href="http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/feed/" rel="self" type="application/rss+xml" />
	<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/</link>
	<description>courses, research, and a blog about teaching, writing, learning, photography, and all things related</description>
	<lastBuildDate>Fri, 02 Sep 2011 03:53:32 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Danielle</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-429</link>
		<dc:creator>Danielle</dc:creator>
		<pubDate>Wed, 31 Aug 2011 23:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-429</guid>
		<description>Thank you SO much! I am borrowing one of my teachers flip cams and it had 48 minutes when I got it. Then it had 48 because I didn&#039;t delete them properly.</description>
		<content:encoded><![CDATA[<p>Thank you SO much! I am borrowing one of my teachers flip cams and it had 48 minutes when I got it. Then it had 48 because I didn&#8217;t delete them properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-426</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 15 Jul 2011 22:18:05 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-426</guid>
		<description>Worked on the first Generation Flip as well!! Thank you !!</description>
		<content:encoded><![CDATA[<p>Worked on the first Generation Flip as well!! Thank you !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shantanu</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-425</link>
		<dc:creator>Shantanu</dc:creator>
		<pubDate>Wed, 06 Jul 2011 00:11:55 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-425</guid>
		<description>I also have a Mac and dragged files to my trash, then disconnected the flip without emptying out the trash. I had 1hr and 20 min left on my 2hr flip. I reconnected to my Mac, emptied my trash can, and then disconnected the flip, and it had 2hr back on it</description>
		<content:encoded><![CDATA[<p>I also have a Mac and dragged files to my trash, then disconnected the flip without emptying out the trash. I had 1hr and 20 min left on my 2hr flip. I reconnected to my Mac, emptied my trash can, and then disconnected the flip, and it had 2hr back on it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-424</link>
		<dc:creator>Kevin</dc:creator>
		<pubDate>Thu, 23 Jun 2011 21:48:21 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-424</guid>
		<description>Problem solved,thanks a lot!</description>
		<content:encoded><![CDATA[<p>Problem solved,thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sumi Helal</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-423</link>
		<dc:creator>sumi Helal</dc:creator>
		<pubDate>Thu, 23 Jun 2011 04:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-423</guid>
		<description>Bill Wolff&#039;s fix is only working solution I could find. But informed by his fix, I decided to try a way to avoid having to use a PC for this job. It worked quite well. Here is what needs to be done. 

1. Start a terminal on your mac
2. cd /Volumes    You will see a volume named FLIPVIDEO
3. cd FLIPVIDEO
4. list all files including hidden files using the -a switch by issuing this command: ls -al
5. You will see a file named .Trash (you may also see a file named ._.Trash, but you should focus only on .Trash
6. cd .Trash
7. ls and you will see a directory (may be more than one). In my case I found a directory named numerically. 
8. Whatever you find remove. This require the command rm -rf 
9. Eject the FLIPDRIVE volume from any Finder window 
10. Now you have your full hour (two hours in my case).</description>
		<content:encoded><![CDATA[<p>Bill Wolff&#8217;s fix is only working solution I could find. But informed by his fix, I decided to try a way to avoid having to use a PC for this job. It worked quite well. Here is what needs to be done. </p>
<p>1. Start a terminal on your mac<br />
2. cd /Volumes    You will see a volume named FLIPVIDEO<br />
3. cd FLIPVIDEO<br />
4. list all files including hidden files using the -a switch by issuing this command: ls -al<br />
5. You will see a file named .Trash (you may also see a file named ._.Trash, but you should focus only on .Trash<br />
6. cd .Trash<br />
7. ls and you will see a directory (may be more than one). In my case I found a directory named numerically.<br />
8. Whatever you find remove. This require the command rm -rf<br />
9. Eject the FLIPDRIVE volume from any Finder window<br />
10. Now you have your full hour (two hours in my case).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cheryl</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-422</link>
		<dc:creator>Cheryl</dc:creator>
		<pubDate>Sat, 04 Jun 2011 09:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-422</guid>
		<description>Works like a charm! Thank you!</description>
		<content:encoded><![CDATA[<p>Works like a charm! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-420</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Tue, 12 Apr 2011 20:15:43 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-420</guid>
		<description>Thanks Bill!  A very helpful tutorial that should be highlighted on the Flip site.</description>
		<content:encoded><![CDATA[<p>Thanks Bill!  A very helpful tutorial that should be highlighted on the Flip site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adi da Great</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-418</link>
		<dc:creator>Adi da Great</dc:creator>
		<pubDate>Sat, 02 Apr 2011 14:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-418</guid>
		<description>You are awesome! I&#039;ve only had 10 minutes recording time on my FLIPVID for over 6 months...YOU SAVED ME THE PURCHASE OF A NEW 1...Thx for the GREAT HEADS UP!!!!</description>
		<content:encoded><![CDATA[<p>You are awesome! I&#8217;ve only had 10 minutes recording time on my FLIPVID for over 6 months&#8230;YOU SAVED ME THE PURCHASE OF A NEW 1&#8230;Thx for the GREAT HEADS UP!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tamara</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-416</link>
		<dc:creator>Tamara</dc:creator>
		<pubDate>Sat, 19 Mar 2011 00:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-416</guid>
		<description>Thanks for the advice!  It worked beautifully!  It took 10 seconds to fix!  I was ready to go buy a new one!  You saved me a great deal of money!!!!</description>
		<content:encoded><![CDATA[<p>Thanks for the advice!  It worked beautifully!  It took 10 seconds to fix!  I was ready to go buy a new one!  You saved me a great deal of money!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-411</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Tue, 08 Feb 2011 22:53:55 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-411</guid>
		<description>On my Mac, I opened the flip disc on the desktop, deleted the DCIM folder.  This will delete your videos, so save them first.  Then I ejected the camera.  When you record a video, it replaces the DCIM folder, and at least for me, it restored the full record time.  Hope that helps.</description>
		<content:encoded><![CDATA[<p>On my Mac, I opened the flip disc on the desktop, deleted the DCIM folder.  This will delete your videos, so save them first.  Then I ejected the camera.  When you record a video, it replaces the DCIM folder, and at least for me, it restored the full record time.  Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-410</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Thu, 03 Feb 2011 17:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-410</guid>
		<description>Thank you so much for posting this!  This problem has occurred with two of our project&#039;s cameras.  Your directions worked like a charm and I now have the full 60 minutes available.</description>
		<content:encoded><![CDATA[<p>Thank you so much for posting this!  This problem has occurred with two of our project&#8217;s cameras.  Your directions worked like a charm and I now have the full 60 minutes available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ginger</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-405</link>
		<dc:creator>Ginger</dc:creator>
		<pubDate>Wed, 24 Nov 2010 17:15:42 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-405</guid>
		<description>Holy smokes, you made my day.  Embarrassing videos from Thankgiving, here we come!!</description>
		<content:encoded><![CDATA[<p>Holy smokes, you made my day.  Embarrassing videos from Thankgiving, here we come!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bee</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-400</link>
		<dc:creator>Bee</dc:creator>
		<pubDate>Sun, 24 Oct 2010 00:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-400</guid>
		<description>Thanks soooooo much...This was just what the doctor ordered; simple and fast.  Thanks again mt friend.</description>
		<content:encoded><![CDATA[<p>Thanks soooooo much&#8230;This was just what the doctor ordered; simple and fast.  Thanks again mt friend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nancy in nyc</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-399</link>
		<dc:creator>nancy in nyc</dc:creator>
		<pubDate>Sun, 10 Oct 2010 20:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-399</guid>
		<description>I really appreciate you taking the time to post this. I only have a Mac but as soon as I can I will fix it on a friend&#039;s PC. Thank you.</description>
		<content:encoded><![CDATA[<p>I really appreciate you taking the time to post this. I only have a Mac but as soon as I can I will fix it on a friend&#8217;s PC. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DGC</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-398</link>
		<dc:creator>DGC</dc:creator>
		<pubDate>Mon, 04 Oct 2010 23:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-398</guid>
		<description>Thanks a bunch for that.  I had that Flip storage-loss problem for half a year now and your steps worked great.  Much appreciated. 

Submitted it to Stumble as well.  Hope you don&#039;t mind.</description>
		<content:encoded><![CDATA[<p>Thanks a bunch for that.  I had that Flip storage-loss problem for half a year now and your steps worked great.  Much appreciated. </p>
<p>Submitted it to Stumble as well.  Hope you don&#8217;t mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lolly</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-397</link>
		<dc:creator>Lolly</dc:creator>
		<pubDate>Fri, 01 Oct 2010 01:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-397</guid>
		<description>So happy!  Worked on my Flip Mino, I was down to 24 minutes.  I had looked at other answers but decided to try this first and it was so easy!</description>
		<content:encoded><![CDATA[<p>So happy!  Worked on my Flip Mino, I was down to 24 minutes.  I had looked at other answers but decided to try this first and it was so easy!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-395</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Fri, 17 Sep 2010 05:07:32 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-395</guid>
		<description>@Keith Thanks for sharing that. You know, I did the same on my wife&#039;s PC when reformating would fix the Flip, but didn&#039;t think about doing the same on the Mac. I&#039;ll give it a try in the future.

@Giovanni, et al: Great! I&#039;m glad it worked for you. It took a while to get this info from Flip and I didn&#039;t want others to have to go through the same process for what is such an easy fix.</description>
		<content:encoded><![CDATA[<p>@Keith Thanks for sharing that. You know, I did the same on my wife&#8217;s PC when reformating would fix the Flip, but didn&#8217;t think about doing the same on the Mac. I&#8217;ll give it a try in the future.</p>
<p>@Giovanni, et al: Great! I&#8217;m glad it worked for you. It took a while to get this info from Flip and I didn&#8217;t want others to have to go through the same process for what is such an easy fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giovanni</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-394</link>
		<dc:creator>Giovanni</dc:creator>
		<pubDate>Fri, 17 Sep 2010 05:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-394</guid>
		<description>Sooo glad you took the time to post this. I have the filp HD 2 hours and it read 45min. Now, after your post it reads 2 hours again. THANKS so much.</description>
		<content:encoded><![CDATA[<p>Sooo glad you took the time to post this. I have the filp HD 2 hours and it read 45min. Now, after your post it reads 2 hours again. THANKS so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith PW</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-393</link>
		<dc:creator>Keith PW</dc:creator>
		<pubDate>Tue, 14 Sep 2010 18:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-393</guid>
		<description>I was actually able to do this today on my FLIP Ultra cameras using a Mac (Disc Utility).

I made a disc image of one of them to preserve the programs and installs on it.  Then, formatted an Ultra as FAT-32. It wiped it and remounted it. Then, I did a restore to it using the disc image that I&#039;d previously made.  We&#039;re running OS10.5, so it may be unique to the newer Disc Utility Program, but I was able to do it.</description>
		<content:encoded><![CDATA[<p>I was actually able to do this today on my FLIP Ultra cameras using a Mac (Disc Utility).</p>
<p>I made a disc image of one of them to preserve the programs and installs on it.  Then, formatted an Ultra as FAT-32. It wiped it and remounted it. Then, I did a restore to it using the disc image that I&#8217;d previously made.  We&#8217;re running OS10.5, so it may be unique to the newer Disc Utility Program, but I was able to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dab</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-392</link>
		<dc:creator>Dab</dc:creator>
		<pubDate>Thu, 02 Sep 2010 21:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-392</guid>
		<description>Thanks this worked like a charm on my flip HD Ultra.</description>
		<content:encoded><![CDATA[<p>Thanks this worked like a charm on my flip HD Ultra.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micha</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-332</link>
		<dc:creator>Micha</dc:creator>
		<pubDate>Tue, 15 Jun 2010 19:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-332</guid>
		<description>Thanks so much. 
Helped me as I panicked today, having deleted all videos but only having 40mins left out of my 2 hours!!!</description>
		<content:encoded><![CDATA[<p>Thanks so much.<br />
Helped me as I panicked today, having deleted all videos but only having 40mins left out of my 2 hours!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Zorn</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-322</link>
		<dc:creator>Eric Zorn</dc:creator>
		<pubDate>Mon, 10 May 2010 05:05:46 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-322</guid>
		<description>Thanks. This is a really useful .. Way better than this:
http://www.myflip.co.uk/2010/05/08/flip-lost-its-record-time/</description>
		<content:encoded><![CDATA[<p>Thanks. This is a really useful .. Way better than this:<br />
<a href="http://www.myflip.co.uk/2010/05/08/flip-lost-its-record-time/" rel="nofollow">http://www.myflip.co.uk/2010/05/08/flip-lost-its-record-time/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hannah</title>
		<link>http://williamwolff.org/composingspaces/how-to-prevent-and-fix-loss-of-record-time-on-a-flip-ultra-video-camera/comment-page-1/#comment-319</link>
		<dc:creator>Hannah</dc:creator>
		<pubDate>Mon, 26 Apr 2010 19:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://williamwolff.org/?p=2738#comment-319</guid>
		<description>Incredibly helpful! Thanks very much.</description>
		<content:encoded><![CDATA[<p>Incredibly helpful! Thanks very much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

