<?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>Sun, 08 Nov 2009 15:08:31 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ShenSiwei</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/comment-page-1/#comment-49733</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-49733</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-page-1/#comment-48724</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-48724</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-page-1/#comment-44121</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-44121</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-page-1/#comment-43025</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-43025</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-page-1/#comment-42528</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-42528</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-page-1/#comment-41021</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-41021</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-page-1/#comment-40447</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-40447</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-page-1/#comment-33395</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-33395</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-page-1/#comment-21166</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-21166</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-page-1/#comment-21165</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-21165</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>
	<item>
		<title>By: Alan</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/comment-page-1/#comment-21164</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Mon, 18 Dec 2006 12:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-21164</guid>
		<description>Very well! Your site is neat! 
&lt;a&gt;&lt;/a&gt; [url=][/url]</description>
		<content:encoded><![CDATA[<p>Very well! Your site is neat!<br />
<a></a> [url=][/url]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GenToo</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/comment-page-1/#comment-21163</link>
		<dc:creator>GenToo</dc:creator>
		<pubDate>Tue, 28 Nov 2006 00:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-21163</guid>
		<description>Thank you for posting this, it helped me finding out how much I had left. IÂŽm a starting Linux user and this is very helpful.</description>
		<content:encoded><![CDATA[<p>Thank you for posting this, it helped me finding out how much I had left. IÂŽm a starting Linux user and this is very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/comment-page-1/#comment-21162</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Tue, 26 Sep 2006 20:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-21162</guid>
		<description>Just thought I would add this as we have a ton of servers that we only touch if we need to.  If your server can email you can add this to the bottom and comment out the echo&#039;s.  I have it emailing my cell phone.

if [ &quot;$FREE&quot; -le &quot;$MINSPACE&quot; ]; then
  mail -s &quot;Running out of room on $DISC&quot; cell@phone.com Just thought I would add this as we have a ton of servers that we only touch if we need to.  If your server can email you can add this to the bottom and comment out the echo&#039;s.  I have it emailing my cell phone.

if [ &quot;$FREE&quot; -le &quot;$MINSPACE&quot; ]; then
  mail -s &quot;Running out of room on $DISC&quot; cell@phone.com &lt; sendtext
fi

Where sendtext is just a file with &quot;Running out of space&quot; in it.</description>
		<content:encoded><![CDATA[<p>Just thought I would add this as we have a ton of servers that we only touch if we need to.  If your server can email you can add this to the bottom and comment out the echo&#8217;s.  I have it emailing my cell phone.</p>
<p>if [ "$FREE" -le "$MINSPACE" ]; then<br />
  mail -s &#8220;Running out of room on $DISC&#8221; <a href="mailto:cell@phone.com">cell@phone.com</a> Just thought I would add this as we have a ton of servers that we only touch if we need to.  If your server can email you can add this to the bottom and comment out the echo&#8217;s.  I have it emailing my cell phone.</p>
<p>if [ "$FREE" -le "$MINSPACE" ]; then<br />
  mail -s &#8220;Running out of room on $DISC&#8221; <a href="mailto:cell@phone.com">cell@phone.com</a> < sendtext<br />
fi</p>
<p>Where sendtext is just a file with &#8220;Running out of space&#8221; in it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dianne</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/comment-page-1/#comment-21161</link>
		<dc:creator>dianne</dc:creator>
		<pubDate>Tue, 27 Jun 2006 18:03:48 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-21161</guid>
		<description>proverka2007</description>
		<content:encoded><![CDATA[<p>proverka2007</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denn</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/comment-page-1/#comment-21160</link>
		<dc:creator>Denn</dc:creator>
		<pubDate>Sat, 13 May 2006 09:02:36 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-21160</guid>
		<description>This is very interesting site...</description>
		<content:encoded><![CDATA[<p>This is very interesting site&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/comment-page-1/#comment-21159</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Fri, 28 Apr 2006 23:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-21159</guid>
		<description>That script is pretty lame. It just lays it out in a different format. Big deal.</description>
		<content:encoded><![CDATA[<p>That script is pretty lame. It just lays it out in a different format. Big deal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: casino gambling</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/comment-page-1/#comment-21158</link>
		<dc:creator>casino gambling</dc:creator>
		<pubDate>Thu, 30 Mar 2006 09:09:10 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-21158</guid>
		<description>&lt;a href=&quot;http:///ty2j.com/&quot; rel=&quot;nofollow&quot;&gt;casino gambling&lt;/a&gt; Keyword doesn&#039;t matter</description>
		<content:encoded><![CDATA[<p><a href="http:///ty2j.com/" rel="nofollow">casino gambling</a> Keyword doesn&#8217;t matter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wig hairpieces</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/comment-page-1/#comment-21157</link>
		<dc:creator>wig hairpieces</dc:creator>
		<pubDate>Thu, 16 Mar 2006 21:34:53 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-21157</guid>
		<description>If you have only two pennies left in the world, with the first penny, you should buy rice to feed your family. With the second penny, say the wise Japanese, you should buy a lily. The Japanese understand the importance of dreaming...</description>
		<content:encoded><![CDATA[<p>If you have only two pennies left in the world, with the first penny, you should buy rice to feed your family. With the second penny, say the wise Japanese, you should buy a lily. The Japanese understand the importance of dreaming&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ubuntuBeginer</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/comment-page-1/#comment-21156</link>
		<dc:creator>ubuntuBeginer</dc:creator>
		<pubDate>Mon, 06 Mar 2006 17:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-21156</guid>
		<description>You are greatest. Job well done. I think that U helped many how are beginers in linux as myself.</description>
		<content:encoded><![CDATA[<p>You are greatest. Job well done. I think that U helped many how are beginers in linux as myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nebjak</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/comment-page-1/#comment-21155</link>
		<dc:creator>nebjak</dc:creator>
		<pubDate>Sat, 14 Jan 2006 22:47:43 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-21155</guid>
		<description>Nice, it doesn&#039;t so important to me, but nice idea!</description>
		<content:encoded><![CDATA[<p>Nice, it doesn&#8217;t so important to me, but nice idea!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doug Clifton</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/comment-page-1/#comment-21154</link>
		<dc:creator>Doug Clifton</dc:creator>
		<pubDate>Mon, 10 Oct 2005 04:25:22 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-21154</guid>
		<description>GUI, schmooey. I access tons of Web, DB and other server type remotely that are running various flavors of Linux and BSD. An admin always wants to know things like free disk space and what apps or logs are hogging the space if the host starts to freak out.</description>
		<content:encoded><![CDATA[<p>GUI, schmooey. I access tons of Web, DB and other server type remotely that are running various flavors of Linux and BSD. An admin always wants to know things like free disk space and what apps or logs are hogging the space if the host starts to freak out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cliche</title>
		<link>http://www.forevergeek.com/2005/10/check_disk_space_in_linux/comment-page-1/#comment-21153</link>
		<dc:creator>cliche</dc:creator>
		<pubDate>Thu, 06 Oct 2005 19:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://forevergeek.com/?p=2181#comment-21153</guid>
		<description>I can see this being useful if you&#039;re not running a GUI.  But if you are, most modern distros come with apps that does the same thing.  For example, SUSE 9.2 came with &lt;a href=&quot;http://www.kde-apps.org/content/show.php?content=23396&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I can see this being useful if you&#8217;re not running a GUI.  But if you are, most modern distros come with apps that does the same thing.  For example, SUSE 9.2 came with <a href="http://www.kde-apps.org/content/show.php?content=23396" rel="nofollow">this</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
