<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>HackerHaus &#187; Hacks</title>
	<atom:link href="http://hackerhaus.com/category/tech/hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackerhaus.com</link>
	<description>one man&#039;s ramblings about stuff</description>
	<lastBuildDate>Sat, 10 Jul 2010 23:54:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Dealing with Stubborn External USB HDs in OS X</title>
		<link>http://hackerhaus.com/2010/07/10/dealing-with-stubborn-external-usb-hds-in-os-x/</link>
		<comments>http://hackerhaus.com/2010/07/10/dealing-with-stubborn-external-usb-hds-in-os-x/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 23:48:46 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://hackerhaus.com/?p=989</guid>
		<description><![CDATA[If you&#8217;ve purchased (or have otherwise come into possession of) an external USB hard drive, and you&#8217;re having trouble getting Disk Utility to play nicely with it (i.e. reformat it to HFS+), here&#8217;s a trick for you.  Open Terminal and &#8230; <a href="http://hackerhaus.com/2010/07/10/dealing-with-stubborn-external-usb-hds-in-os-x/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve purchased (or have otherwise come into possession of) an external USB hard drive, and you&#8217;re having trouble getting Disk Utility to play nicely with it (i.e. reformat it to HFS+), here&#8217;s a trick for you.  Open Terminal and type the following:</p>
<ol>
<li><code>cd /dev/ &lt;return&gt;<br />
</code></li>
<li><code>ls - | grep disk &lt;return&gt;<br />
</code></li>
</ol>
<p>Take note of the disks displayed.  Provided you have no other external hard drives attached, your culprit disk is probably going to be <code>disk1</code>.</p>
<p>Again in the terminal, execute the following:</p>
<p><code>diskutil eraseDisk HFS+ &lt;desired hard drive name&gt; disk1</code></p>
<p>This invokes the Disk Utility, commands it to erase the disk <code>disk1</code>, rename it as <code>&lt;desired hard drive name&gt;</code> and format the drive as HFS+, or MacOS Extended Volume Hard Drive Format.</p>
<p>Note:  Use HFS+ if you intend to use the hard drive on <em>Mac only</em>.  If you want to use it on PC or PC/Mac, you&#8217;re going to have to choose another option.  For more detailed information, check out the Apple <a href="http://developer.apple.com/mac/library/documentation/Darwin/Reference/ManPages/man8/diskutil.8.html" target="_blank">developers website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackerhaus.com/2010/07/10/dealing-with-stubborn-external-usb-hds-in-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Missing Podcasts on iPod</title>
		<link>http://hackerhaus.com/2009/10/18/missing-podcasts-in-ipod/</link>
		<comments>http://hackerhaus.com/2009/10/18/missing-podcasts-in-ipod/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 19:22:50 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[iPod]]></category>

		<guid isPermaLink="false">http://hackerhaus.com/?p=286</guid>
		<description><![CDATA[If you&#8217;ve recently purchased a new iPod and have transferred files from your old iPod to the new one, only to find that your podcasts are now &#8220;missing,&#8221; I may have good news for you. The same happened to me &#8230; <a href="http://hackerhaus.com/2009/10/18/missing-podcasts-in-ipod/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve recently purchased a new iPod and have transferred files from your old iPod to the new one, only to find that your podcasts are now &#8220;missing,&#8221; I may have good news for you.  The same happened to me this morning, but I found that they were all still there&#8230; just hiding.  Here&#8217;s how I fixed it:</p>
<p>If you try to search for the &#8220;podcast&#8221; genre or even the specific title of the podcast/episode, it won&#8217;t show up.  However, if you make a smart playlist based on the genre &#8220;podcast,&#8221; everything should show up there.  Once you&#8217;ve done that, select all files in that smartlist, right (ctrl) click on the selected files, and click on &#8220;get info.&#8221;  From there, go to Options, and change the Media type to music.  Your podcasts should now show up in your Music folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://hackerhaus.com/2009/10/18/missing-podcasts-in-ipod/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
