<?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"
	>
<channel>
	<title>Comments on: Mac OS X live partitioning example</title>
	<atom:link href="http://www.friday.com/bbum/2006/05/04/mac-os-x-live-partitioning-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.friday.com/bbum/2006/05/04/mac-os-x-live-partitioning-example/</link>
	<description>...so google can organize my head.</description>
	<pubDate>Fri, 21 Nov 2008 03:47:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Fast Miso &#187; Mac OS X, Live partitioning and We with PowerPCs</title>
		<link>http://www.friday.com/bbum/2006/05/04/mac-os-x-live-partitioning-example/#comment-2775</link>
		<dc:creator>Fast Miso &#187; Mac OS X, Live partitioning and We with PowerPCs</dc:creator>
		<pubDate>Fri, 05 May 2006 01:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2006/05/04/mac-os-x-live-partitioning-example/#comment-2775</guid>
		<description>[...] If you happen to already have a Macintel box, bbum has a nice explanation of carrying out the whole operation, with proper precaution. [...]</description>
		<content:encoded><![CDATA[<p>[...] If you happen to already have a Macintel box, bbum has a nice explanation of carrying out the whole operation, with proper precaution. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sjk</title>
		<link>http://www.friday.com/bbum/2006/05/04/mac-os-x-live-partitioning-example/#comment-2758</link>
		<dc:creator>sjk</dc:creator>
		<pubDate>Thu, 04 May 2006 20:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2006/05/04/mac-os-x-live-partitioning-example/#comment-2758</guid>
		<description>&lt;i&gt; Is there anything beyond /System and /Library on your boot partition(s)?&lt;/i&gt;

Everything except /Users data, which I'm guessing lives under the Data volume?  Run "ls -AF /" in a Terminal window to see a directory listing beyond what Finder displays by default.  Unix data resides there under /bin, /sbin, /private, /usr, /var, plus the mach kernel and a few symlinks.  Surely Bill's installed Xcode so /Developer will be there (also visible in Finder).

I doubt Bill would move /Applications, and Software Update is picky about finding Apple's own apps there.  I prefer keeping all apps under /Applications, clearly separated from personal data under home directories.  And when you're the only user of the system there's not much value to using ~/Applications.  I've also never had any reason to reorganize third party apps under /Applications into a categorical hierarchy; seems silly since I'm not navigating around in there to launch apps.  That kind of organizational structure is more fitting for larger scale client/server deployments.

Sorry if that explanation misunderstands what you're asking.  I'd deserve that for attempting to answer for Bill. :)

The internal drive on my iMac G5 has three volumes:  Macintosh HD (boot volume) [50G/68% full], Users [30GB/62%], Media [154G/92%].  First two and a subset of the third get regular backups (using SuperDuper!).  Space on Media fluctuates the most; it's at a high now but +50GB will be freed soon.  iTunes content lives there, which helps keep Users at a more manageable size.  iPhoto content will eventually end up there, too.

I recently used iPartition to shrink the Media volume and grow the other two by about 10GB since "diskutil resizeVolume" only supports GPT devices.  Also resized the two volumes on my wife's eMac.  I didn't have enough external drive space to do a complete backup of the internal drives, but could risk losing certain data on them that wasn't backed up (e.g. EyeTV recordings).  Seems likely Apple will add dynamic volume resizing support to Disk Utility in 10.5 but if you want a GUI for it before then check out iPartition.  Not sure if the version with GPT support is out of beta yet since I only needed APM support.</description>
		<content:encoded><![CDATA[<p><i> Is there anything beyond /System and /Library on your boot partition(s)?</i></p>
<p>Everything except /Users data, which I&#8217;m guessing lives under the Data volume?  Run &#8220;ls -AF /&#8221; in a Terminal window to see a directory listing beyond what Finder displays by default.  Unix data resides there under /bin, /sbin, /private, /usr, /var, plus the mach kernel and a few symlinks.  Surely Bill&#8217;s installed Xcode so /Developer will be there (also visible in Finder).</p>
<p>I doubt Bill would move /Applications, and Software Update is picky about finding Apple&#8217;s own apps there.  I prefer keeping all apps under /Applications, clearly separated from personal data under home directories.  And when you&#8217;re the only user of the system there&#8217;s not much value to using ~/Applications.  I&#8217;ve also never had any reason to reorganize third party apps under /Applications into a categorical hierarchy; seems silly since I&#8217;m not navigating around in there to launch apps.  That kind of organizational structure is more fitting for larger scale client/server deployments.</p>
<p>Sorry if that explanation misunderstands what you&#8217;re asking.  I&#8217;d deserve that for attempting to answer for Bill. <img src='http://www.friday.com/bbum/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The internal drive on my iMac G5 has three volumes:  Macintosh HD (boot volume) [50G/68% full], Users [30GB/62%], Media [154G/92%].  First two and a subset of the third get regular backups (using SuperDuper!).  Space on Media fluctuates the most; it&#8217;s at a high now but +50GB will be freed soon.  iTunes content lives there, which helps keep Users at a more manageable size.  iPhoto content will eventually end up there, too.</p>
<p>I recently used iPartition to shrink the Media volume and grow the other two by about 10GB since &#8220;diskutil resizeVolume&#8221; only supports GPT devices.  Also resized the two volumes on my wife&#8217;s eMac.  I didn&#8217;t have enough external drive space to do a complete backup of the internal drives, but could risk losing certain data on them that wasn&#8217;t backed up (e.g. EyeTV recordings).  Seems likely Apple will add dynamic volume resizing support to Disk Utility in 10.5 but if you want a GUI for it before then check out iPartition.  Not sure if the version with GPT support is out of beta yet since I only needed APM support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jg</title>
		<link>http://www.friday.com/bbum/2006/05/04/mac-os-x-live-partitioning-example/#comment-2746</link>
		<dc:creator>jg</dc:creator>
		<pubDate>Thu, 04 May 2006 16:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2006/05/04/mac-os-x-live-partitioning-example/#comment-2746</guid>
		<description>Hi Bill,

I'm curious how you split things up between your partitions... You mention originally had 2 partitioms, where do you put /Applications? Or do you install apps in ~/Applications?

Is there anything beyond /System and /Library on your boot partition(s)?

Enquiring minds and all that... :)</description>
		<content:encoded><![CDATA[<p>Hi Bill,</p>
<p>I&#8217;m curious how you split things up between your partitions&#8230; You mention originally had 2 partitioms, where do you put /Applications? Or do you install apps in ~/Applications?</p>
<p>Is there anything beyond /System and /Library on your boot partition(s)?</p>
<p>Enquiring minds and all that&#8230; <img src='http://www.friday.com/bbum/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
