<?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: Howto Find Out or Learn Harddisk Size in Linux or UNIX</title> <atom:link href="http://www.cyberciti.biz/faq/howto-find-out-or-learn-harddisk-size-in-linux-or-unix/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/howto-find-out-or-learn-harddisk-size-in-linux-or-unix/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: sandeep</title><link>http://www.cyberciti.biz/faq/howto-find-out-or-learn-harddisk-size-in-linux-or-unix/#comment-66303</link> <dc:creator>sandeep</dc:creator> <pubDate>Tue, 03 Jan 2012 06:21:48 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/howto-find-out-or-learn-harddisk-size-in-linux-or-unix.php#comment-66303</guid> <description>nice and helpful...</description> <content:encoded><![CDATA[<p>nice and helpful&#8230;</p> ]]></content:encoded> </item> <item><title>By: bazooka</title><link>http://www.cyberciti.biz/faq/howto-find-out-or-learn-harddisk-size-in-linux-or-unix/#comment-59474</link> <dc:creator>bazooka</dc:creator> <pubDate>Wed, 18 May 2011 02:51:59 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/howto-find-out-or-learn-harddisk-size-in-linux-or-unix.php#comment-59474</guid> <description>why people need to show off with the linux command?
&lt;pre&gt;
fdisk -l &#124; egrep &#039;Disk.*bytes&#039; &#124; awk &#039;{ sub(/,/,&quot;&quot;); sum +=$3; print $2&quot; &quot;$3&quot; &quot;$4 } END { print &quot;—————–&quot;; print &quot;total: &quot; sum &quot; GB&quot;}&#039;
&lt;/pre&gt;
wut the heck..why dont you type a little bit more until it becomes some great bash romance..i think this website has explain pretty well..or maybe u can check this link
http://www.cyberciti.biz/faq/linux-viewing-drive-partitions-with-fdisk-parted/</description> <content:encoded><![CDATA[<p>why people need to show off with the linux command?</p><pre>
fdisk -l | egrep 'Disk.*bytes' | awk '{ sub(/,/,""); sum +=$3; print $2" "$3" "$4 } END { print "—————–"; print "total: " sum " GB"}'
</pre><p>wut the heck..why dont you type a little bit more until it becomes some great bash romance..i think this website has explain pretty well..or maybe u can check this link</p><p><a
href="http://www.cyberciti.biz/faq/linux-viewing-drive-partitions-with-fdisk-parted/" rel="nofollow">http://www.cyberciti.biz/faq/linux-viewing-drive-partitions-with-fdisk-parted/</a></p> ]]></content:encoded> </item> <item><title>By: kamran</title><link>http://www.cyberciti.biz/faq/howto-find-out-or-learn-harddisk-size-in-linux-or-unix/#comment-56228</link> <dc:creator>kamran</dc:creator> <pubDate>Wed, 09 Mar 2011 17:05:34 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/howto-find-out-or-learn-harddisk-size-in-linux-or-unix.php#comment-56228</guid> <description>sir df is only work for mounted filesystem. and fdisk does&#039;nt show any free space of the whole disk</description> <content:encoded><![CDATA[<p>sir df is only work for mounted filesystem. and fdisk does&#8217;nt show any free space of the whole disk</p> ]]></content:encoded> </item> <item><title>By: barth</title><link>http://www.cyberciti.biz/faq/howto-find-out-or-learn-harddisk-size-in-linux-or-unix/#comment-49910</link> <dc:creator>barth</dc:creator> <pubDate>Mon, 04 Oct 2010 21:38:44 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/howto-find-out-or-learn-harddisk-size-in-linux-or-unix.php#comment-49910</guid> <description>&gt; fdisk -l &#124; egrep &#039;Disk.*bytes&#039; &#124; awk &#039;{ sub(/,/,&quot;&quot;); sum +=$3; print $2&quot; &quot;$3&quot; &quot;$4 } END { print &quot;-----------------&quot;; print &quot;total: &quot; sum &quot; GB&quot;}&#039;
and you will get something simillar to it:
/dev/sda: 80.0 GB
/dev/sdb: 120.0 GB
/dev/sdc: 2000.4 GB
/dev/sdd: 250.1 GB
/dev/sde: 250.1 GB
-----------------
total: 2700.6 GB</description> <content:encoded><![CDATA[<p>&gt; fdisk -l | egrep &#8216;Disk.*bytes&#8217; | awk &#8216;{ sub(/,/,&#8221;"); sum +=$3; print $2&#8243; &#8220;$3&#8243; &#8220;$4 } END { print &#8220;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;&#8221;; print &#8220;total: &#8221; sum &#8221; GB&#8221;}&#8217;</p><p>and you will get something simillar to it:<br
/> /dev/sda: 80.0 GB<br
/> /dev/sdb: 120.0 GB<br
/> /dev/sdc: 2000.4 GB<br
/> /dev/sdd: 250.1 GB<br
/> /dev/sde: 250.1 GB<br
/> &#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br
/> total: 2700.6 GB</p> ]]></content:encoded> </item> <item><title>By: Elie</title><link>http://www.cyberciti.biz/faq/howto-find-out-or-learn-harddisk-size-in-linux-or-unix/#comment-44036</link> <dc:creator>Elie</dc:creator> <pubDate>Thu, 08 Oct 2009 13:20:53 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/howto-find-out-or-learn-harddisk-size-in-linux-or-unix.php#comment-44036</guid> <description>hi plz how put a hard disck in a server and mirror i want the comment</description> <content:encoded><![CDATA[<p>hi plz how put a hard disck in a server and mirror i want the comment</p> ]]></content:encoded> </item> <item><title>By: Louwrentius</title><link>http://www.cyberciti.biz/faq/howto-find-out-or-learn-harddisk-size-in-linux-or-unix/#comment-43230</link> <dc:creator>Louwrentius</dc:creator> <pubDate>Tue, 18 Aug 2009 21:25:41 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/howto-find-out-or-learn-harddisk-size-in-linux-or-unix.php#comment-43230</guid> <description>The following command is an improvement of the Fdisk -l command, which is actually exactly what most people are looking for:
Bunny:~# fdisk -l 2&gt; /dev/null &#124; grep Disk &#124; grep -v identifier
Disk /dev/sda: 60.0 GB, 60011642880 bytes
Disk /dev/sdb: 60.0 GB, 60011642880 bytes
Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes
Disk /dev/sdd: 1000.2 GB, 1000204886016 bytes
.....
Disk /dev/sdv: 1000.1 GB, 1000123400192 bytes
Disk /dev/md5: 18002.2 GB, 18002220023808 bytes</description> <content:encoded><![CDATA[<p>The following command is an improvement of the Fdisk -l command, which is actually exactly what most people are looking for:</p><p>Bunny:~# fdisk -l 2&gt; /dev/null | grep Disk | grep -v identifier<br
/> Disk /dev/sda: 60.0 GB, 60011642880 bytes<br
/> Disk /dev/sdb: 60.0 GB, 60011642880 bytes<br
/> Disk /dev/sdc: 1000.2 GB, 1000204886016 bytes<br
/> Disk /dev/sdd: 1000.2 GB, 1000204886016 bytes<br
/> &#8230;..<br
/> Disk /dev/sdv: 1000.1 GB, 1000123400192 bytes<br
/> Disk /dev/md5: 18002.2 GB, 18002220023808 bytes</p> ]]></content:encoded> </item> <item><title>By: senshikaze</title><link>http://www.cyberciti.biz/faq/howto-find-out-or-learn-harddisk-size-in-linux-or-unix/#comment-42343</link> <dc:creator>senshikaze</dc:creator> <pubDate>Wed, 01 Jul 2009 14:35:38 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/howto-find-out-or-learn-harddisk-size-in-linux-or-unix.php#comment-42343</guid> <description>Nice and quick, thanks!</description> <content:encoded><![CDATA[<p>Nice and quick, thanks!</p> ]]></content:encoded> </item> <item><title>By: Andrew</title><link>http://www.cyberciti.biz/faq/howto-find-out-or-learn-harddisk-size-in-linux-or-unix/#comment-40886</link> <dc:creator>Andrew</dc:creator> <pubDate>Tue, 24 Mar 2009 16:12:41 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/howto-find-out-or-learn-harddisk-size-in-linux-or-unix.php#comment-40886</guid> <description>Thanks for the fdisk -l tip! I&#039;ve been wondering how to see total disk size, not just partitions. Now I know!</description> <content:encoded><![CDATA[<p>Thanks for the fdisk -l tip! I&#8217;ve been wondering how to see total disk size, not just partitions. Now I know!</p> ]]></content:encoded> </item> <item><title>By: Ashish</title><link>http://www.cyberciti.biz/faq/howto-find-out-or-learn-harddisk-size-in-linux-or-unix/#comment-39491</link> <dc:creator>Ashish</dc:creator> <pubDate>Wed, 17 Dec 2008 07:33:06 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/howto-find-out-or-learn-harddisk-size-in-linux-or-unix.php#comment-39491</guid> <description>Hello Sir,
Pls verify  the other userfull command for me on linux.</description> <content:encoded><![CDATA[<p>Hello Sir,<br
/> Pls verify  the other userfull command for me on linux.</p> ]]></content:encoded> </item> </channel> </rss>
