<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for life as i know it</title>
	<link>http://blog.scottmroberts.com</link>
	<description>...</description>
	<pubDate>Mon, 06 Feb 2012 11:44:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>Comment on Expanding RAID &#038; Partitions on Mac by sslaterr</title>
		<link>http://blog.scottmroberts.com/archives/15#comment-4571</link>
		<author>sslaterr</author>
		<pubDate>Wed, 15 Jun 2011 14:53:38 +0000</pubDate>
		<guid>http://blog.scottmroberts.com/archives/15#comment-4571</guid>
		<description>OMG - it works!! Thank you!

I'm still a bit jittery though, you know how it goes when you do stuff to your computer that you don't have the pay grade for!

BTW, i'm running a RAID 6 array, so to the previous poster - it does work.

Thanks again! :)</description>
		<content:encoded><![CDATA[<p>OMG - it works!! Thank you!</p>
<p>I&#8217;m still a bit jittery though, you know how it goes when you do stuff to your computer that you don&#8217;t have the pay grade for!</p>
<p>BTW, i&#8217;m running a RAID 6 array, so to the previous poster - it does work.</p>
<p>Thanks again! <img src='http://blog.scottmroberts.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Expanding RAID &#038; Partitions on Mac by David Moffitt</title>
		<link>http://blog.scottmroberts.com/archives/15#comment-3690</link>
		<author>David Moffitt</author>
		<pubDate>Sun, 27 Mar 2011 04:40:44 +0000</pubDate>
		<guid>http://blog.scottmroberts.com/archives/15#comment-3690</guid>
		<description>I just want to say thank you for this post, it was a real life-saver when expanding the array in one of our graphic designers' Mac pros!!</description>
		<content:encoded><![CDATA[<p>I just want to say thank you for this post, it was a real life-saver when expanding the array in one of our graphic designers&#8217; Mac pros!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Expanding RAID &#038; Partitions on Mac by Rob</title>
		<link>http://blog.scottmroberts.com/archives/15#comment-3404</link>
		<author>Rob</author>
		<pubDate>Wed, 23 Feb 2011 13:35:13 +0000</pubDate>
		<guid>http://blog.scottmroberts.com/archives/15#comment-3404</guid>
		<description>Brilliant hint!
I dont' have a RAID running, but had a diskimage that I wanted to expand.
After resizing the diskimage, I was not able to resize the volume on the diskimage, with the same 'partition (map) too small' error.
I fixed this using your hint, so thanks!

One note: because the diskimage had two partitions, one EFI partition and one HFS+ partition, I had to re-add the EFI partition with the extra option -t, specifying the partition type (apparently, Apple_HFS is the default type, so for 'normal' partitions this is not needed)
For the EFI partition I had to use:
sudo gpt add -b [value] -s [value] -t C12A7328-F81F-11D2-BA4B-00A0C93EC93B /dev/disk[value].
Here, C12A7328-F81F-11D2-BA4B-00A0C93EC93B is the GUID for an EFI partition.
(whereas 48465300-0000-11AA-AA11-00306543ECAC is the GUID for a 'normal' Apple_HFS partition)

Once again, thanks a lot!</description>
		<content:encoded><![CDATA[<p>Brilliant hint!<br />
I dont&#8217; have a RAID running, but had a diskimage that I wanted to expand.<br />
After resizing the diskimage, I was not able to resize the volume on the diskimage, with the same &#8216;partition (map) too small&#8217; error.<br />
I fixed this using your hint, so thanks!</p>
<p>One note: because the diskimage had two partitions, one EFI partition and one HFS+ partition, I had to re-add the EFI partition with the extra option -t, specifying the partition type (apparently, Apple_HFS is the default type, so for &#8216;normal&#8217; partitions this is not needed)<br />
For the EFI partition I had to use:<br />
sudo gpt add -b [value] -s [value] -t C12A7328-F81F-11D2-BA4B-00A0C93EC93B /dev/disk[value].<br />
Here, C12A7328-F81F-11D2-BA4B-00A0C93EC93B is the GUID for an EFI partition.<br />
(whereas 48465300-0000-11AA-AA11-00306543ECAC is the GUID for a &#8216;normal&#8217; Apple_HFS partition)</p>
<p>Once again, thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Expanding RAID &#038; Partitions on Mac by Hans</title>
		<link>http://blog.scottmroberts.com/archives/15#comment-3225</link>
		<author>Hans</author>
		<pubDate>Mon, 31 Jan 2011 23:59:17 +0000</pubDate>
		<guid>http://blog.scottmroberts.com/archives/15#comment-3225</guid>
		<description>Thank you a lot, this solved my problem with increasing the disk size for my Virtualbox OS X installation.</description>
		<content:encoded><![CDATA[<p>Thank you a lot, this solved my problem with increasing the disk size for my Virtualbox OS X installation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Expanding RAID &#038; Partitions on Mac by Amos</title>
		<link>http://blog.scottmroberts.com/archives/15#comment-2175</link>
		<author>Amos</author>
		<pubDate>Thu, 07 Oct 2010 02:05:26 +0000</pubDate>
		<guid>http://blog.scottmroberts.com/archives/15#comment-2175</guid>
		<description>Thank you so much. Spent a few hours googling before finding this. I have an iSCSI target on ubuntu (using LVM2 and RAID) which I *reduced* from 3TB to 1.6TB and diskutil was able to shrink the volume just fine. Then when I enlarged it to 6TB later, diskutil resizeVolume was failing with the partition map too small 9939 error. I tried running it with limits and it showed 3TB. I guessed what was happening but didn't know how to fix it until finding your post. Thanks very much!</description>
		<content:encoded><![CDATA[<p>Thank you so much. Spent a few hours googling before finding this. I have an iSCSI target on ubuntu (using LVM2 and RAID) which I *reduced* from 3TB to 1.6TB and diskutil was able to shrink the volume just fine. Then when I enlarged it to 6TB later, diskutil resizeVolume was failing with the partition map too small 9939 error. I tried running it with limits and it showed 3TB. I guessed what was happening but didn&#8217;t know how to fix it until finding your post. Thanks very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Expanding RAID &#038; Partitions on Mac by Joe T.</title>
		<link>http://blog.scottmroberts.com/archives/15#comment-2165</link>
		<author>Joe T.</author>
		<pubDate>Tue, 05 Oct 2010 21:55:06 +0000</pubDate>
		<guid>http://blog.scottmroberts.com/archives/15#comment-2165</guid>
		<description>Just wanted to say thanks for sharing this info with the world.  Just fixed my problem.</description>
		<content:encoded><![CDATA[<p>Just wanted to say thanks for sharing this info with the world.  Just fixed my problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Expanding RAID &#038; Partitions on Mac by Nate</title>
		<link>http://blog.scottmroberts.com/archives/15#comment-1632</link>
		<author>Nate</author>
		<pubDate>Tue, 03 Aug 2010 23:26:38 +0000</pubDate>
		<guid>http://blog.scottmroberts.com/archives/15#comment-1632</guid>
		<description>This just saved me a lot. Thanks!</description>
		<content:encoded><![CDATA[<p>This just saved me a lot. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Expanding RAID &#038; Partitions on Mac by Junjun Mao</title>
		<link>http://blog.scottmroberts.com/archives/15#comment-1335</link>
		<author>Junjun Mao</author>
		<pubDate>Wed, 16 Jun 2010 20:22:25 +0000</pubDate>
		<guid>http://blog.scottmroberts.com/archives/15#comment-1335</guid>
		<description>I migrated RAID10 to RAID6 on a Promise Storage Array and read manual page of diskutil to confirm the HFS+ Volume could be resized to include "free space" before starting the job. Yet I got stuck at claiming the newly created disk space.  Thanks to this post. It really works!</description>
		<content:encoded><![CDATA[<p>I migrated RAID10 to RAID6 on a Promise Storage Array and read manual page of diskutil to confirm the HFS+ Volume could be resized to include &#8220;free space&#8221; before starting the job. Yet I got stuck at claiming the newly created disk space.  Thanks to this post. It really works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Expanding RAID &#038; Partitions on Mac by Tri Tran</title>
		<link>http://blog.scottmroberts.com/archives/15#comment-1311</link>
		<author>Tri Tran</author>
		<pubDate>Sun, 13 Jun 2010 23:01:53 +0000</pubDate>
		<guid>http://blog.scottmroberts.com/archives/15#comment-1311</guid>
		<description>I too must thank you for this invaluable advise.  Neither Apple or the raid card manufacturer could help me without erasing my existing 2 TB RAID5.  That was a non-starter.  Thanks again.</description>
		<content:encoded><![CDATA[<p>I too must thank you for this invaluable advise.  Neither Apple or the raid card manufacturer could help me without erasing my existing 2 TB RAID5.  That was a non-starter.  Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Expanding RAID &#038; Partitions on Mac by Juan Sibila</title>
		<link>http://blog.scottmroberts.com/archives/15#comment-597</link>
		<author>Juan Sibila</author>
		<pubDate>Fri, 05 Mar 2010 19:21:07 +0000</pubDate>
		<guid>http://blog.scottmroberts.com/archives/15#comment-597</guid>
		<description>This solution rocks! I was able to extend our iSCSI volume, finally. I've printed it to PDF and added it to our internal Kbase at my work. Thank you.</description>
		<content:encoded><![CDATA[<p>This solution rocks! I was able to extend our iSCSI volume, finally. I&#8217;ve printed it to PDF and added it to our internal Kbase at my work. Thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

