<?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: Moving /usr to another partition</title>
	<atom:link href="http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/feed/" rel="self" type="application/rss+xml" />
	<link>http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/</link>
	<description></description>
	<lastBuildDate>Sat, 31 Dec 2011 09:35:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: dvdsev</title>
		<link>http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/comment-page-1/#comment-159034</link>
		<dc:creator>dvdsev</dc:creator>
		<pubDate>Wed, 26 Oct 2011 16:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/#comment-159034</guid>
		<description>Thanks a lot. It worked like a charm</description>
		<content:encoded><![CDATA[<p>Thanks a lot. It worked like a charm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phirefly</title>
		<link>http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/comment-page-1/#comment-152277</link>
		<dc:creator>phirefly</dc:creator>
		<pubDate>Tue, 22 Feb 2011 05:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/#comment-152277</guid>
		<description>A real easy way to do it is through gparted live (or any other liveCD).
And don&#039;t forget chown -R root /usr</description>
		<content:encoded><![CDATA[<p>A real easy way to do it is through gparted live (or any other liveCD).<br />
And don&#8217;t forget chown -R root /usr</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spica</title>
		<link>http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/comment-page-1/#comment-139377</link>
		<dc:creator>Spica</dc:creator>
		<pubDate>Wed, 02 Jun 2010 06:07:02 +0000</pubDate>
		<guid isPermaLink="false">http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/#comment-139377</guid>
		<description>Thanks! I was trying to do this some time ago and your howto works very well on my Eeepc 701, Easy Peasy 1.6 flavor.</description>
		<content:encoded><![CDATA[<p>Thanks! I was trying to do this some time ago and your howto works very well on my Eeepc 701, Easy Peasy 1.6 flavor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mmp</title>
		<link>http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/comment-page-1/#comment-136456</link>
		<dc:creator>mmp</dc:creator>
		<pubDate>Sun, 21 Mar 2010 15:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/#comment-136456</guid>
		<description>perfectly working on a eeepc 701 with jolicloud/ubuntu 9.10. 
maybe you just forgot mkdir /usr_old but a minor issue
thanks!</description>
		<content:encoded><![CDATA[<p>perfectly working on a eeepc 701 with jolicloud/ubuntu 9.10.<br />
maybe you just forgot mkdir /usr_old but a minor issue<br />
thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/comment-page-1/#comment-133238</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Thu, 04 Feb 2010 12:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/#comment-133238</guid>
		<description>Great

Thanks for that, really helped</description>
		<content:encoded><![CDATA[<p>Great</p>
<p>Thanks for that, really helped</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mattgerg</title>
		<link>http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/comment-page-1/#comment-111753</link>
		<dc:creator>mattgerg</dc:creator>
		<pubDate>Tue, 16 Jun 2009 04:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/#comment-111753</guid>
		<description>Excellent!  This saved the day for me!</description>
		<content:encoded><![CDATA[<p>Excellent!  This saved the day for me!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: woamba</title>
		<link>http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/comment-page-1/#comment-107078</link>
		<dc:creator>woamba</dc:creator>
		<pubDate>Fri, 24 Apr 2009 21:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/#comment-107078</guid>
		<description>1. &quot;cp -a&quot; is equivalent to &quot;cp -dpR&quot;

2. imho, the star is not required, i.e. instead of 
&quot;cp -dpR /usr/* /usr_new/&quot; 

it should be possible to use this:

&quot;cp -a /usr /usr_new&quot;</description>
		<content:encoded><![CDATA[<p>1. &#8220;cp -a&#8221; is equivalent to &#8220;cp -dpR&#8221;</p>
<p>2. imho, the star is not required, i.e. instead of<br />
&#8220;cp -dpR /usr/* /usr_new/&#8221; </p>
<p>it should be possible to use this:</p>
<p>&#8220;cp -a /usr /usr_new&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hyperdanja &#187; Blog Archive &#187; links for 2008-11-12</title>
		<link>http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/comment-page-1/#comment-51593</link>
		<dc:creator>hyperdanja &#187; Blog Archive &#187; links for 2008-11-12</dc:creator>
		<pubDate>Thu, 13 Nov 2008 00:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/#comment-51593</guid>
		<description>[...] the brook :: Moving /usr to another partition Not so easy when only free space was on full partition for /home - but booting from USB live ubuntu allowed partition resizing, bit fiddly. Be sure and back up /home and /usr just to be on the safe side. (tags: ubuntu eeepc space partitions) [...]</description>
		<content:encoded><![CDATA[<p>[...] the brook :: Moving /usr to another partition Not so easy when only free space was on full partition for /home &#8211; but booting from USB live ubuntu allowed partition resizing, bit fiddly. Be sure and back up /home and /usr just to be on the safe side. (tags: ubuntu eeepc space partitions) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hyperdanja &#187; Blog Archive &#187; Machine Admin - Ubuntu, dead HD, EeePC space, USB stick backups etc.</title>
		<link>http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/comment-page-1/#comment-51414</link>
		<dc:creator>hyperdanja &#187; Blog Archive &#187; Machine Admin - Ubuntu, dead HD, EeePC space, USB stick backups etc.</dc:creator>
		<pubDate>Wed, 12 Nov 2008 11:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/#comment-51414</guid>
		<description>[...] filled the sda1 partition, though there was a fair bit of space left on sdb5. While the blog post Moving /usr to another partition is very handy, it doesn&#8217;t help much when there isn&#8217;t unassigned space or a free [...]</description>
		<content:encoded><![CDATA[<p>[...] filled the sda1 partition, though there was a fair bit of space left on sdb5. While the blog post Moving /usr to another partition is very handy, it doesn&#8217;t help much when there isn&#8217;t unassigned space or a free [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Swistak</title>
		<link>http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/comment-page-1/#comment-21317</link>
		<dc:creator>Swistak</dc:creator>
		<pubDate>Fri, 14 Sep 2007 09:06:39 +0000</pubDate>
		<guid isPermaLink="false">http://yavin4.anshul.info/2006/07/17/moving-usr-to-another-partition/#comment-21317</guid>
		<description>Thank you for suggesting that hwclock may read locale settings. It helped me find a better solution.
Please see http://ubuntuforums.org/showthread.php?p=3319217 if you are interested in details.</description>
		<content:encoded><![CDATA[<p>Thank you for suggesting that hwclock may read locale settings. It helped me find a better solution.<br />
Please see <a href="http://ubuntuforums.org/showthread.php?p=3319217" rel="nofollow">http://ubuntuforums.org/showthread.php?p=3319217</a> if you are interested in details.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

