<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/4.0.0-alpha" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>fplanque: dev blog - Latest Comments on Linux root partition full</title>
		<link>http://fplanque.com/dev/?disp=comments</link>
		<atom:link rel="self" type="application/rss+xml" href="http://fplanque.com/dev/?tempskin=_rss2&#38;disp=comments&#38;p=873" />
		<description></description>
		<language>en-US</language>
		<docs>http://backend.userland.com/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=4.0.0-alpha"/>
		<ttl>60</ttl>
				<item>
			<title>Web Design [Visitor] in response to: Linux root partition full</title>
			<pubDate>Sat, 11 Apr 2009 17:22:35 +0000</pubDate>
			<dc:creator>Web Design [Visitor]</dc:creator>
			<guid isPermaLink="false">c18115@http://fplanque.com/</guid>
			<description>We have a similar problem except we used this:&lt;br /&gt;
&lt;br /&gt;
du -hs * | sort -nr | head&lt;br /&gt;
&lt;br /&gt;
Then found the biggest directories.&lt;br /&gt;
&lt;br /&gt;
We worked out that the offending party was &quot;MYSQL&quot; of all things.&lt;br /&gt;
&lt;br /&gt;
I found the solution on this website:&lt;br /&gt;
&lt;br /&gt;
http://forums.opensuse.org/install-boot-login/410499-root-partition-full.html&lt;br /&gt;
&lt;br /&gt;
We moved mysql to the /home partition and that was that - done!</description>
			<content:encoded><![CDATA[We have a similar problem except we used this:<br />
<br />
du -hs * | sort -nr | head<br />
<br />
Then found the biggest directories.<br />
<br />
We worked out that the offending party was "MYSQL" of all things.<br />
<br />
I found the solution on this website:<br />
<br />
http://forums.opensuse.org/install-boot-login/410499-root-partition-full.html<br />
<br />
We moved mysql to the /home partition and that was that - done!]]></content:encoded>
			<link>http://fplanque.com/dev/linux/linux-root-partition-full#c18115</link>
		</item>
				<item>
			<title>will trillich [Visitor] in response to: Linux root partition full</title>
			<pubDate>Mon, 18 Feb 2008 04:29:29 +0000</pubDate>
			<dc:creator>will trillich [Visitor]</dc:creator>
			<guid isPermaLink="false">c17818@http://fplanque.com/</guid>
			<description>we do the same here, adding &quot;sort -nr&quot; to get the primary suspects up top:&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;du -s * | sort -nr | head&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
then, as you say, we dive into the offending directories and lather, rinse, repeat as needed. :)</description>
			<content:encoded><![CDATA[we do the same here, adding "sort -nr" to get the primary suspects up top:<br />
<br />
<code>du -s * | sort -nr | head</code><br />
<br />
then, as you say, we dive into the offending directories and lather, rinse, repeat as needed. :)]]></content:encoded>
			<link>http://fplanque.com/dev/linux/linux-root-partition-full#c17818</link>
		</item>
			</channel>
</rss>
