<?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>readme.blog &#187; Linux</title>
	<atom:link href="http://weblog.bbzzdd.com/category/technology/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblog.bbzzdd.com</link>
	<description></description>
	<lastBuildDate>Wed, 17 Nov 2010 19:47:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>External Disk for Windows, OS X, and  Linux</title>
		<link>http://weblog.bbzzdd.com/2005/07/27/external-disk-for-windows-os-x-and-linux/</link>
		<comments>http://weblog.bbzzdd.com/2005/07/27/external-disk-for-windows-os-x-and-linux/#comments</comments>
		<pubDate>Wed, 27 Jul 2005 13:09:41 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.bbzzdd.com/wordpress/?p=7</guid>
		<description><![CDATA[I wanted to use my external Firewire drive on all my systems. I found that formatting the whole thing for FAT32 was not the answer. The best solution I came across was to make two partitions, one FAT32 and the other HFS+. Windows can read FAT32, OSX and Linux can read both. Super. The best [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to use my external Firewire drive on all my systems.  I found that formatting the whole thing for FAT32 was not the answer.  The best solution I came across was to make two partitions, one FAT32 and the other HFS+.  Windows can read FAT32, OSX and Linux can read both.  Super.</p>
<p>The best way to do it is under OS X (10.4.2 in my case) using <code>diskutil</code>.  My drive is 160GB, so I did a 100GB FAT32 partition and a ~60GB HFS+ partition.  It&#8217;s as easy as:</p>
<p><code>diskutil partitionDisk disk2 2 MBRFormat MS-DOS FAT_VOL 100G HFS+ MAC_VOL 60G</code></p>
<p>Diskutil will figure out the change on the 60GB partition if you go over the free amount (it came to something like 55G).</p>
<p>You need the <code>MBRFormat</code> parameter if you want Windows to be able to read the FAT32 partition.  If in doubt check the <a href="http://www.hmug.org/man/8/diskutil.php">man page</a>.</p>
<p>Using either disk under Linux 2.6.x is as easy as:</p>
<p><code>mount -t vfat /dev/sda1 /mnt/exthd1/<br />
mount -t hfsplus /dev/sda2 /mnt/exthd2/</code></p>
<p>You need the vfat and hfsplus modules compiled for this to work of course.  Check my <a href="http://weblog.bbzzdd.com/archives/2005/07/impossible.html">Linux 1394 guide</a> for getting the disk to work under Linux.</p>
No Tags]]></content:encoded>
			<wfw:commentRss>http://weblog.bbzzdd.com/2005/07/27/external-disk-for-windows-os-x-and-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

