<?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>Michael Helm&#039;s Technology Blog &#187; df</title>
	<atom:link href="http://www.ihelm.org.uk/tag/df/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ihelm.org.uk</link>
	<description>Linux Servers, Cpanel and Mysql along with my own tech thoughts</description>
	<lastBuildDate>Thu, 29 Sep 2011 22:19:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Linux &#8211; Calculating Diskspace free</title>
		<link>http://www.ihelm.org.uk/2010/05/linux-calculating-diskspace-free/</link>
		<comments>http://www.ihelm.org.uk/2010/05/linux-calculating-diskspace-free/#comments</comments>
		<pubDate>Mon, 03 May 2010 21:29:37 +0000</pubDate>
		<dc:creator>mhelm</dc:creator>
				<category><![CDATA[Server]]></category>
		<category><![CDATA[df]]></category>
		<category><![CDATA[diskspace]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[watch]]></category>

		<guid isPermaLink="false">http://www.ihelm.org.uk/?p=124</guid>
		<description><![CDATA[With linux servers a couple of things can take up disk-space unexpectedly. Log files is the usual culprit, but if your server is a rented one you might be stuck with a bit of a weird partition setup.

For some reason some hosts will give little storage to partitions which then get filled up unexpectedly.  ]]></description>
			<content:encoded><![CDATA[<p>With linux servers a couple of things can take up disk-space unexpectedly. Log files is the usual culprit, but if your server is a rented one you might be stuck with a bit of a weird partition setup.</p>
<p>For some reason some hosts will give little storage to partitions which then get filled up unexpectedly.</p>
<p>To find out how much space you have just use the following command.</p>
<p>df</p>
<p>- want to make it more readable?</p>
<p>Use df-h</p>
<p>Also if you want to see your diskspace changing over time the you can use the watch command. For example</p>
<p>watch -n 1 &#8220;df&#8221;</p>
<p>This will run the disk space command each second and you can view it&#8217;s output on the commandline &#8211; useful if you want to monitor some specific activity in real time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ihelm.org.uk/2010/05/linux-calculating-diskspace-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

