<?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: 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 index my head.</description>
	<lastBuildDate>Wed, 08 Feb 2012 15:29:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Navidneoh</title>
		<link>http://www.friday.com/bbum/2006/05/04/mac-os-x-live-partitioning-example/comment-page-1/#comment-194217</link>
		<dc:creator>Navidneoh</dc:creator>
		<pubDate>Wed, 05 May 2010 14:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.friday.com/bbum/2006/05/04/mac-os-x-live-partitioning-example/#comment-194217</guid>
		<description>Hi,  
Would need your help to figure out whats problems with my solutions step.
I cant run the &quot;sudo gpt show /dev/disk0s1&quot;

whats wrong with that? :(</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Would need your help to figure out whats problems with my solutions step.<br />
I cant run the &#8220;sudo gpt show /dev/disk0s1&#8243;</p>
<p>whats wrong with that? <img src='http://www.friday.com/bbum/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<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-page-1/#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-page-1/#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&#039;m guessing lives under the Data volume?  Run &quot;ls -AF /&quot; 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&#039;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&#039;s own apps there.  I prefer keeping all apps under /Applications, clearly separated from personal data under home directories.  And when you&#039;re the only user of the system there&#039;s not much value to using ~/Applications.  I&#039;ve also never had any reason to reorganize third party apps under /Applications into a categorical hierarchy; seems silly since I&#039;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&#039;re asking.  I&#039;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&#039;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 &quot;diskutil resizeVolume&quot; only supports GPT devices.  Also resized the two volumes on my wife&#039;s eMac.  I didn&#039;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&#039;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-page-1/#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&#039;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>

