<?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>PS3 Media Servers</title>
	<atom:link href="http://ps3mediaservers.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ps3mediaservers.com</link>
	<description>PS3 is more than a gaming console</description>
	<lastBuildDate>Tue, 18 Jan 2011 00:10:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>External Hard Drive for the PS3 How To</title>
		<link>http://ps3mediaservers.com/2011/01/17/external-hard-drive-for-the-ps3-how-to/</link>
		<comments>http://ps3mediaservers.com/2011/01/17/external-hard-drive-for-the-ps3-how-to/#comments</comments>
		<pubDate>Mon, 17 Jan 2011 03:46:16 +0000</pubDate>
		<dc:creator>bkelley</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ext HD]]></category>
		<category><![CDATA[external hard drive]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[media sharing]]></category>
		<category><![CDATA[ps3]]></category>
		<category><![CDATA[sotrage]]></category>

		<guid isPermaLink="false">http://ps3mediaservers.com/?p=394</guid>
		<description><![CDATA[If you are like me You have more movies than the PS3 will hold on the internal hard drive. Replacing the drive on the PS3 is expensive and voids your warranty. Most of you already have a external USB hard drive.  Here is how to take a USB external hard drive and make it work [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fps3mediaservers.com%2F2011%2F01%2F17%2Fexternal-hard-drive-for-the-ps3-how-to%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fps3mediaservers.com%2F2011%2F01%2F17%2Fexternal-hard-drive-for-the-ps3-how-to%2F&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><script type="text/javascript"><!--
google_ad_client = "pub-1467850602182894";
/* 468x15, created 1/17/11 PS3 */
google_ad_slot = "8732422868";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p>
<p><a rel="http://www.amazon.com/gp/product/B002QEBMCI?ie=UTF8&amp;tag=cracnood-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B002QEBMCI" href="http://www.amazon.com/gp/product/B002QEBMCI?ie=UTF8&amp;tag=cracnood-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B002QEBMCI"><img class="alignleft size-full wp-image-401" title="Hard Drive" src="http://ps3mediaservers.com/wp-content/uploads/2011/01/41QhNsHpK2L._AA300_.jpg" alt="" width="147" height="147" /></a>If you are like me You have more movies than the PS3 will hold on the internal hard drive. Replacing the drive on the PS3 is expensive and voids your warranty. Most of you already have a<a href="http://www.amazon.com/gp/product/B002QEBMCI?ie=UTF8&amp;tag=cracnood-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B002QEBMCI" target="_blank"> external USB hard drive</a>.  Here is how to take a USB external hard drive and make it work with the PS3.</p>
<p><strong>On Linux</strong>, find out what drives you have and identify your USB drive.</p>
<p><strong>fdisk -l</strong></p>
<p>Note what drive it is /dev/sd(a,b,c,d, or any other letter). We will just use sde for this demo.</p>
<p>Here is the answer. Type the following:</p>
<p><strong>fdisk /dev/sde</strong><br />
Command (m for help): <strong>p</strong></p>
<p>Disk /dev/sde: 128 MB, 128974848 bytes<br />
4 heads, 62 sectors/track, 1015 cylinders<br />
Units = cylinders of 248 * 512 = 126976 bytes</p>
<p>Device Boot      Start         End      Blocks   Id  System</p>
<p>Command: <strong>n</strong> “Create new partition!”<br />
<strong>p</strong> “Create primary partition!”<br />
Partition number (1-4): <strong>1</strong><br />
First cylinder: (enter for default)<br />
Last cylinder:  (enter for default)<br />
Command:<strong> t</strong><br />
Hex code (type L to list codes): <strong>b</strong><br />
Command: <strong>a </strong> “Make partition #1 active!”<br />
Partition number (1-4): <strong>1</strong><br />
Command: <strong>p</strong></p>
<p>Disk /dev/sde: 128 MB, 128974848 bytes<br />
4 heads, 62 sectors/track, 1015 cylinders<br />
Units = cylinders of 248 * 512 = 126976 bytes</p>
<p>Device Boot      Start         End      Blocks   Id  System<br />
/dev/sde1   *           1        1015      125829    b  FAT32</p>
<p>Command: <strong>w</strong> “Write table to disk and exit!”</p>
<p>Format the USB drive with a FAT filesystem.</p>
<p><strong>mkdosfs -F 32 /dev/sde1 </strong> “It will work with FAT32?</p>
<p>Now unplug the drive and plug it back in, Linux should mount it.</p>
<p><strong>On Windows,</strong></p>
<p>Go to ‘<strong>run</strong>’ from the start button and type ‘<strong>cmd</strong>’ to bring up the<br />
command window.<br />
Type this in the command line:<br />
<strong> format /FS:FAT32 X:</strong><br />
(Where X is the drive letter)</p>
<p>Here is the part you do on Linux or Windows so the PS3 will see it as a drive it can use. In the root of the Dirve make 4 Directories all in CAPS:</p>
<p><strong>MUSIC</strong></p>
<p><strong>VIDEO</strong></p>
<p><strong>PHOTO</strong></p>
<p><strong>GAME</strong></p>
<p>Now load up all your data and have fun. One word of waring. The FAT32 file system <strong>does not support files larger than 3.9gig</strong>. So those big HD movies may Fail when you try to copy them over.<br />
<center><script type="text/javascript"><!--
google_ad_client = "pub-1467850602182894";
/* 468x15, created 1/17/11 PS3 */
google_ad_slot = "8732422868";
google_ad_width = 468;
google_ad_height = 15;
//-->
</script><br />
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center><br />
Enjoy,</p>
<p><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab" id="Player_3275de55-0d86-4c19-8bb5-6c99f1f8d889"  WIDTH="500px" HEIGHT="175px"> <PARAM NAME="movie" VALUE="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fcracnood-20%2F8010%2F3275de55-0d86-4c19-8bb5-6c99f1f8d889&#038;Operation=GetDisplayTemplate"><PARAM NAME="quality" VALUE="high"><PARAM NAME="bgcolor" VALUE="#FFFFFF"><PARAM NAME="allowscriptaccess" VALUE="always"><embed src="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fcracnood-20%2F8010%2F3275de55-0d86-4c19-8bb5-6c99f1f8d889&#038;Operation=GetDisplayTemplate" id="Player_3275de55-0d86-4c19-8bb5-6c99f1f8d889" quality="high" bgcolor="#ffffff" name="Player_3275de55-0d86-4c19-8bb5-6c99f1f8d889" allowscriptaccess="always"  type="application/x-shockwave-flash" align="middle" height="175px" width="500px"></embed></OBJECT> <NOSCRIPT><A HREF="http://ws.amazon.com/widgets/q?ServiceVersion=20070822&#038;MarketPlace=US&#038;ID=V20070822%2FUS%2Fcracnood-20%2F8010%2F3275de55-0d86-4c19-8bb5-6c99f1f8d889&#038;Operation=NoScript">Amazon.com Widgets</A></NOSCRIPT></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fps3mediaservers.com%2F2011%2F01%2F17%2Fexternal-hard-drive-for-the-ps3-how-to%2F&amp;title=External%20Hard%20Drive%20for%20the%20PS3%20How%20To"><img src="http://ps3mediaservers.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://ps3mediaservers.com/2011/01/17/external-hard-drive-for-the-ps3-how-to/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

