<?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>cinderwick &#187; filesystem</title>
	<atom:link href="http://cinderwick.ca/tags/filesystem/feed/" rel="self" type="application/rss+xml" />
	<link>http://cinderwick.ca</link>
	<description>Burning fragments of life with technology.</description>
	<lastBuildDate>Thu, 22 Jul 2010 21:37:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Move /tmp to your /home partition</title>
		<link>http://cinderwick.ca/notebook/2007/05/02/move-tmp-to-your-home-partition/</link>
		<comments>http://cinderwick.ca/notebook/2007/05/02/move-tmp-to-your-home-partition/#comments</comments>
		<pubDate>Wed, 02 May 2007 19:00:30 +0000</pubDate>
		<dc:creator>Thayer</dc:creator>
				<category><![CDATA[Notebook]]></category>
		<category><![CDATA[filesystem]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://cinderwick.ca/?p=6</guid>
		<description><![CDATA[It seems like such a simple request, yet it has taken weeks of intermittent searching to find an answer. My notebook has just 3 partitions: * 8GB for / (root) * 2GB for /swap * 85GB for /home With this configuration I sometimes run into a problem with /tmp not having enough free space to [...]]]></description>
			<content:encoded><![CDATA[<p>It seems like such a simple request, yet it has taken weeks of intermittent searching to find an answer. My notebook has just 3 partitions:</p>
<p>* 8GB for / (root)<br />
* 2GB for /swap<br />
* 85GB for /home</p>
<p>With this configuration I sometimes run into a problem with /tmp not having enough free space to burn DVD’s or cache large files since it is sharing the 8GB with everything else under root. The solution is actually rather simple, in my case:</p>
<p><code>sudo mv /tmp /home/tmp<br />
sudo ln -s /home/tmp /tmp<br />
reboot</code></p>
<p>Once you reboot, you can browse to /tmp and check the free space. It should now be the same as your /home partition. Of course, if your largest partition is dedicated to something other than /home, you can easily substitute that path in the above commands.</p>
<p>For more information: <a href="http://ezine.daemonnews.org/200212/symlink.html">http://ezine.daemonnews.org/200212/symlink.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cinderwick.ca/notebook/2007/05/02/move-tmp-to-your-home-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
