<?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: Check Disk Space in Linux</title>
	<atom:link href="http://www.forevergeek.com/2005/10/check_disk_space_in_linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/</link>
	<description>Nerds are for Dorks</description>
	<lastBuildDate>Fri, 10 Feb 2012 21:04:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Tom</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-46324</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 04 Aug 2011 18:06:24 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-46324</guid>
		<description>Elegant. I wonder if there is way to do a command or 2 to check the hard-drive remaining capacity.</description>
		<content:encoded><![CDATA[<p>Elegant. I wonder if there is way to do a command or 2 to check the hard-drive remaining capacity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Azfar</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-46092</link>
		<dc:creator>Azfar</dc:creator>
		<pubDate>Wed, 20 Jul 2011 16:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-46092</guid>
		<description>I am facing the same problem, how to release some space by freeing up the temporary files and cache from red hat linux. please share any useful link for it too. I could nothave space to even resize my disk space... Its urgent

regards</description>
		<content:encoded><![CDATA[<p>I am facing the same problem, how to release some space by freeing up the temporary files and cache from red hat linux. please share any useful link for it too. I could nothave space to even resize my disk space&#8230; Its urgent</p>
<p>regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newtolinux</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-45949</link>
		<dc:creator>newtolinux</dc:creator>
		<pubDate>Fri, 08 Jul 2011 08:18:38 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-45949</guid>
		<description>hi. i&#039;m not able to start the start in my linux 2.4.20-8.
1 of the problem is due to 0 diskspace. how to release the diskspace?</description>
		<content:encoded><![CDATA[<p>hi. i&#8217;m not able to start the start in my linux 2.4.20-8.<br />
1 of the problem is due to 0 diskspace. how to release the diskspace?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-44633</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Fri, 13 May 2011 07:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-44633</guid>
		<description>search for files bigger than 10MB in the current directory and sub-directories and print the 100 largest ones
find . -type f -size +10000000c -exec ls -l \{} \; &#124; sort -n -k 5,5 &#124; tail -100

CLEAN IT UP!</description>
		<content:encoded><![CDATA[<p>search for files bigger than 10MB in the current directory and sub-directories and print the 100 largest ones<br />
find . -type f -size +10000000c -exec ls -l \{} \; | sort -n -k 5,5 | tail -100</p>
<p>CLEAN IT UP!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarvar</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-44334</link>
		<dc:creator>Sarvar</dc:creator>
		<pubDate>Wed, 27 Apr 2011 09:56:59 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-44334</guid>
		<description>I have an error like this when I run this script:

awk: 1: unexpected character 0xe2
awk: line 2: missing } near end of file</description>
		<content:encoded><![CDATA[<p>I have an error like this when I run this script:</p>
<p>awk: 1: unexpected character 0xe2<br />
awk: line 2: missing } near end of file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lyecdevf</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-43043</link>
		<dc:creator>lyecdevf</dc:creator>
		<pubDate>Wed, 09 Mar 2011 13:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-43043</guid>
		<description>The same happens on my awesome graphical interface.  The alt+ctrl+f1 logs me out.  It is not useful to me in any way since there is nothing that I can do after I log back in.</description>
		<content:encoded><![CDATA[<p>The same happens on my awesome graphical interface.  The alt+ctrl+f1 logs me out.  It is not useful to me in any way since there is nothing that I can do after I log back in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fire</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-42124</link>
		<dc:creator>fire</dc:creator>
		<pubDate>Mon, 31 Jan 2011 09:22:37 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-42124</guid>
		<description>Special 10x, that is just great!

Only one problem i have monted like that
/usr/part - partition 1
/usr/part/small1 - partiton 2
/usr/part/small2 - partition 3
in that case, the script can&#039;t work properly for /usr/part :)

Any way - thank you very much!!!</description>
		<content:encoded><![CDATA[<p>Special 10x, that is just great!</p>
<p>Only one problem i have monted like that<br />
/usr/part &#8211; partition 1<br />
/usr/part/small1 &#8211; partiton 2<br />
/usr/part/small2 &#8211; partition 3<br />
in that case, the script can&#8217;t work properly for /usr/part :)</p>
<p>Any way &#8211; thank you very much!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chacha</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-42059</link>
		<dc:creator>chacha</dc:creator>
		<pubDate>Fri, 28 Jan 2011 06:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-42059</guid>
		<description>nice 1
thanks chief</description>
		<content:encoded><![CDATA[<p>nice 1<br />
thanks chief</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Inez Larney</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-36281</link>
		<dc:creator>Inez Larney</dc:creator>
		<pubDate>Fri, 12 Nov 2010 10:46:39 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-36281</guid>
		<description>Zune and iPod: Most people compare the Zune to the Touch, but after seeing how slim and surprisingly small and light it is, I consider it to be a rather unique hybrid that combines qualities of both the Touch and the Nano. It&#039;s very colorful and lovely OLED screen is slightly smaller than the touch screen, but the player itself feels quite a bit smaller and lighter. It weighs about 2/3 as much, and is noticeably smaller in width and height, while being just a hair thicker.</description>
		<content:encoded><![CDATA[<p>Zune and iPod: Most people compare the Zune to the Touch, but after seeing how slim and surprisingly small and light it is, I consider it to be a rather unique hybrid that combines qualities of both the Touch and the Nano. It&#8217;s very colorful and lovely OLED screen is slightly smaller than the touch screen, but the player itself feels quite a bit smaller and lighter. It weighs about 2/3 as much, and is noticeably smaller in width and height, while being just a hair thicker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fhgfhgf</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-25821</link>
		<dc:creator>fhgfhgf</dc:creator>
		<pubDate>Tue, 13 Apr 2010 07:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-25821</guid>
		<description>thanx it worked</description>
		<content:encoded><![CDATA[<p>thanx it worked</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilker</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-25820</link>
		<dc:creator>Ilker</dc:creator>
		<pubDate>Sun, 14 Mar 2010 09:11:03 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-25820</guid>
		<description>Awesome, when you want to use linuxserver just from console, i&#039;ll add this to my knowledge base. Thanks!</description>
		<content:encoded><![CDATA[<p>Awesome, when you want to use linuxserver just from console, i&#8217;ll add this to my knowledge base. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andres</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-25819</link>
		<dc:creator>Andres</dc:creator>
		<pubDate>Tue, 23 Feb 2010 19:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-25819</guid>
		<description>Why available space + used space is not equal to total size ??</description>
		<content:encoded><![CDATA[<p>Why available space + used space is not equal to total size ??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mickeydblv</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-25818</link>
		<dc:creator>Mickeydblv</dc:creator>
		<pubDate>Fri, 12 Feb 2010 15:39:23 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-25818</guid>
		<description>Line 3 with the DISK=$1 is saying to take the parameter from the command line as the drive to do the work on. If you use DISK=1 you&#039;ll always get readings for disk 1 - funnily enough.

Nice script - thanks!</description>
		<content:encoded><![CDATA[<p>Line 3 with the DISK=$1 is saying to take the parameter from the command line as the drive to do the work on. If you use DISK=1 you&#8217;ll always get readings for disk 1 &#8211; funnily enough.</p>
<p>Nice script &#8211; thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-25817</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Thu, 21 Jan 2010 17:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-25817</guid>
		<description>DISC=$1 works fine, DISC=1 ????????????????????????</description>
		<content:encoded><![CDATA[<p>DISC=$1 works fine, DISC=1 ????????????????????????</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pmosh</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-25816</link>
		<dc:creator>Pmosh</dc:creator>
		<pubDate>Wed, 25 Nov 2009 15:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-25816</guid>
		<description>The script above doesn&#039;t work quite right. Mainly, the third line should read DISC=1, and the quote marks don&#039;t always copy/paste correctly. Try this code:

#!/bin/sh

DISC=1
PARTITION=`df -h &#124;grep $DISC &#124;awk &#039;{print $1}&#039;`
SIZE=`df -h&#124;grep $DISC&#124;awk &#039;{print $2}&#039;`
USED=`df -h&#124;grep $DISC&#124;awk &#039;{print $3}&#039;`
FREE=`df -h&#124;grep $DISC&#124;awk &#039;{print $4}&#039;`

echo “Partition: $PARTITION”
echo “Total size: $SIZE”
echo “Used space: $USED”
echo “Free space: $FREE”</description>
		<content:encoded><![CDATA[<p>The script above doesn&#8217;t work quite right. Mainly, the third line should read DISC=1, and the quote marks don&#8217;t always copy/paste correctly. Try this code:</p>
<p>#!/bin/sh</p>
<p>DISC=1<br />
PARTITION=`df -h |grep $DISC |awk &#8216;{print $1}&#8217;`<br />
SIZE=`df -h|grep $DISC|awk &#8216;{print $2}&#8217;`<br />
USED=`df -h|grep $DISC|awk &#8216;{print $3}&#8217;`<br />
FREE=`df -h|grep $DISC|awk &#8216;{print $4}&#8217;`</p>
<p>echo “Partition: $PARTITION”<br />
echo “Total size: $SIZE”<br />
echo “Used space: $USED”<br />
echo “Free space: $FREE”</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ShenSiwei</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-25815</link>
		<dc:creator>ShenSiwei</dc:creator>
		<pubDate>Sat, 05 Sep 2009 01:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-25815</guid>
		<description>I want to say, ctrl+ alt + F1  leads to shutdown my KDE unnormally but not open a terminal. :-)

Anyway, Thanks very much! this blog entity is useful to me.</description>
		<content:encoded><![CDATA[<p>I want to say, ctrl+ alt + F1  leads to shutdown my KDE unnormally but not open a terminal. :-)</p>
<p>Anyway, Thanks very much! this blog entity is useful to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kamal</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-25814</link>
		<dc:creator>kamal</dc:creator>
		<pubDate>Tue, 23 Jun 2009 08:16:30 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-25814</guid>
		<description>I want to check free space (Unalloacted Partition) in linux without calculating.

want to check throgh command line.

Means alternate command for &quot;hwbrowser&quot;</description>
		<content:encoded><![CDATA[<p>I want to check free space (Unalloacted Partition) in linux without calculating.</p>
<p>want to check throgh command line.</p>
<p>Means alternate command for &#8220;hwbrowser&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matey</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-25813</link>
		<dc:creator>Matey</dc:creator>
		<pubDate>Tue, 03 Feb 2009 15:55:56 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-25813</guid>
		<description>Hello;

How can I tell which partition has how much space AND How can I Move files from a full partition to ones with more space?
Thanks!

df , du -h and fdisk -l are useful But do not tell me what I need to know.
I am not sure since I inherited these servers and didnt set up partitions?:
for instance;

root@myserver:/# df -h
Filesystem            Size  Used Avail Use% Mounted on
varrun                   941M   64K  941M   1% /var/run
varlock                 941M     0  941M   0% /var/lock
procbususb         941M  104K  941M   1% /proc/bus/usb
udev                     941M  104K  941M   1% /dev
devshm                941M     0  941M   0% /dev/shm

but when I do an fdisk -l I get;

root@myserver:/# fdisk -l

Disk /dev/sda: 123.5 GB, 123522416640 bytes
255 heads, 63 sectors/track, 15017 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1       15017   120624021   83  Linux

Disk /dev/sdb: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1       10011    80413326   83  Linux

Disk /dev/sdc: 250.0 GB, 250058301440 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1               1        2432    19535008+  83  Linux
/dev/sdc2            2433        2554      979965   82  Linux swap / Solaris
/dev/sdc3            2555       30401   223681027+  8e  Linux LVM

SO.... HOW DO I MOVE FILES FROM like sda1 to sdc1 ?etc...

Thank You!</description>
		<content:encoded><![CDATA[<p>Hello;</p>
<p>How can I tell which partition has how much space AND How can I Move files from a full partition to ones with more space?<br />
Thanks!</p>
<p>df , du -h and fdisk -l are useful But do not tell me what I need to know.<br />
I am not sure since I inherited these servers and didnt set up partitions?:<br />
for instance;</p>
<p>root@myserver:/# df -h<br />
Filesystem            Size  Used Avail Use% Mounted on<br />
varrun                   941M   64K  941M   1% /var/run<br />
varlock                 941M     0  941M   0% /var/lock<br />
procbususb         941M  104K  941M   1% /proc/bus/usb<br />
udev                     941M  104K  941M   1% /dev<br />
devshm                941M     0  941M   0% /dev/shm</p>
<p>but when I do an fdisk -l I get;</p>
<p>root@myserver:/# fdisk -l</p>
<p>Disk /dev/sda: 123.5 GB, 123522416640 bytes<br />
255 heads, 63 sectors/track, 15017 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes</p>
<p>   Device Boot      Start         End      Blocks   Id  System<br />
/dev/sda1               1       15017   120624021   83  Linux</p>
<p>Disk /dev/sdb: 82.3 GB, 82348277760 bytes<br />
255 heads, 63 sectors/track, 10011 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes</p>
<p>   Device Boot      Start         End      Blocks   Id  System<br />
/dev/sdb1               1       10011    80413326   83  Linux</p>
<p>Disk /dev/sdc: 250.0 GB, 250058301440 bytes<br />
255 heads, 63 sectors/track, 30401 cylinders<br />
Units = cylinders of 16065 * 512 = 8225280 bytes</p>
<p>   Device Boot      Start         End      Blocks   Id  System<br />
/dev/sdc1               1        2432    19535008+  83  Linux<br />
/dev/sdc2            2433        2554      979965   82  Linux swap / Solaris<br />
/dev/sdc3            2555       30401   223681027+  8e  Linux LVM</p>
<p>SO&#8230;. HOW DO I MOVE FILES FROM like sda1 to sdc1 ?etc&#8230;</p>
<p>Thank You!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matey</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-25812</link>
		<dc:creator>Matey</dc:creator>
		<pubDate>Thu, 20 Nov 2008 15:36:02 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-25812</guid>
		<description>The script (above) does Not work for me? I am running Ubuntu 8.04, i get errors in grep, awk and the rest of the commands saying like you have to use a switch with grep etc.??</description>
		<content:encoded><![CDATA[<p>The script (above) does Not work for me? I am running Ubuntu 8.04, i get errors in grep, awk and the rest of the commands saying like you have to use a switch with grep etc.??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashutosh Singh</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-25811</link>
		<dc:creator>Ashutosh Singh</dc:creator>
		<pubDate>Thu, 09 Oct 2008 06:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-25811</guid>
		<description>Fine!. The above post was very helpful for me. Thanks for posting it here...</description>
		<content:encoded><![CDATA[<p>Fine!. The above post was very helpful for me. Thanks for posting it here&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: unduk</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-25810</link>
		<dc:creator>unduk</dc:creator>
		<pubDate>Fri, 01 Aug 2008 02:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-25810</guid>
		<description>thank you so much. Very helpfull information.</description>
		<content:encoded><![CDATA[<p>thank you so much. Very helpfull information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-25809</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 28 Jun 2008 18:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-25809</guid>
		<description>For a folder, use du. Here&#039;s the nitty-gritty (man du for everything):
-h   print sizes in human readable format (e.g., 1K 234M 2G)
-s   display only a total for each argument
-a   write counts for all files, not just directories
What this means is with the -s option, it only shows you stats for what you&#039;re concerned with, otherwise it operates recursively and shows you stats for all the subdirectories of what you enter (by default it doesn&#039;t list files without the -a switch).
Examples:
$ du -h -s /home/george
107M    /home/george
$ du -h /home/george
7.2M   /home/george/openldap-2.3.39/tests
7.1M   /home/george/openldap-2.3.39/clients
6.1M   /home/george/openldap-2.3.39/doc
98M    /home/george/openldap-2.3.39
107M   /home/george</description>
		<content:encoded><![CDATA[<p>For a folder, use du. Here&#8217;s the nitty-gritty (man du for everything):<br />
-h   print sizes in human readable format (e.g., 1K 234M 2G)<br />
-s   display only a total for each argument<br />
-a   write counts for all files, not just directories<br />
What this means is with the -s option, it only shows you stats for what you&#8217;re concerned with, otherwise it operates recursively and shows you stats for all the subdirectories of what you enter (by default it doesn&#8217;t list files without the -a switch).<br />
Examples:<br />
$ du -h -s /home/george<br />
107M    /home/george<br />
$ du -h /home/george<br />
7.2M   /home/george/openldap-2.3.39/tests<br />
7.1M   /home/george/openldap-2.3.39/clients<br />
6.1M   /home/george/openldap-2.3.39/doc<br />
98M    /home/george/openldap-2.3.39<br />
107M   /home/george</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: avatare</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-25808</link>
		<dc:creator>avatare</dc:creator>
		<pubDate>Sun, 18 Mar 2007 18:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-25808</guid>
		<description>10x... for df.
if i want to see size for individual folder ?</description>
		<content:encoded><![CDATA[<p>10x&#8230; for df.<br />
if i want to see size for individual folder ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: freebase</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-25807</link>
		<dc:creator>freebase</dc:creator>
		<pubDate>Tue, 27 Feb 2007 18:43:38 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-25807</guid>
		<description>I found this page because gparted doesn&#039;t recognize the partitions on my USB hard drive. df works great. thanks</description>
		<content:encoded><![CDATA[<p>I found this page because gparted doesn&#8217;t recognize the partitions on my USB hard drive. df works great. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ubuntu</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/#comment-25806</link>
		<dc:creator>ubuntu</dc:creator>
		<pubDate>Sun, 24 Dec 2006 15:02:14 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-25806</guid>
		<description>good info. thank you
df --si :P</description>
		<content:encoded><![CDATA[<p>good info. thank you<br />
df &#8211;si :P</p>
]]></content:encoded>
	</item>
</channel>
</rss>

