<?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: Adding another hard drive to your Linode</title>
	<atom:link href="http://blog.linode.com/2003/06/28/adding-another-hard-drive-to-your-linode/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.linode.com/2003/06/28/adding-another-hard-drive-to-your-linode/</link>
	<description>Announcements, news, and musings from your pals at Linode.com</description>
	<lastBuildDate>Tue, 24 Jan 2012 21:18:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: caker</title>
		<link>http://blog.linode.com/2003/06/28/adding-another-hard-drive-to-your-linode/comment-page-1/#comment-3</link>
		<dc:creator>caker</dc:creator>
		<pubDate>Sat, 28 Jun 2003 06:27:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-3</guid>
		<description>A few more commands that might be useful - 

[code]&#091;root@nova fs&#093;# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/hdc6              25G   21G  2.5G  89% /
/dev/hdc1              15M  3.6M   11M  25% /boot
/dev/hdd1              19M  3.6M   15M  19% /mnt/hddboot
/dev/hdd6              18G   17G   57M 100% /mnt/hddroot[/code]

Also, the mount command by itself will also display the existing mounted file systems...

[code]&#091;root@nova fs&#093;# mount -v
/dev/hdc6 on / type ext2 &#040;rw&#041;
none on /proc type proc &#040;rw&#041;
/dev/hdc1 on /boot type ext2 &#040;rw&#041;
none on /dev/pts type devpts &#040;rw,gid=5,mode=620&#041;
/dev/hdd1 on /mnt/hddboot type ext2 &#040;rw&#041;
/dev/hdd6 on /mnt/hddroot type ext2 &#040;rw&#041;[/code]

If you take a look at the /proc/swaps file, it&#039;ll tell you what swaps you have:

[code]&#091;root@nova fs&#093;# cat /proc/swaps 
Filename                        Type            Size    Used    Priority
/dev/hdc5                       partition       136512  0       1
/dev/hdd5                       partition       130500  84100   100[/code]

-Chris</description>
		<content:encoded><![CDATA[<p>A few more commands that might be useful &#8211; </p>
<p>[code]&#91;root@nova fs&#93;# df -h<br />
Filesystem            Size  Used Avail Use% Mounted on<br />
/dev/hdc6              25G   21G  2.5G  89% /<br />
/dev/hdc1              15M  3.6M   11M  25% /boot<br />
/dev/hdd1              19M  3.6M   15M  19% /mnt/hddboot<br />
/dev/hdd6              18G   17G   57M 100% /mnt/hddroot[/code]</p>
<p>Also, the mount command by itself will also display the existing mounted file systems&#8230;</p>
<p>[code]&#91;root@nova fs&#93;# mount -v<br />
/dev/hdc6 on / type ext2 &#40;rw&#41;<br />
none on /proc type proc &#40;rw&#41;<br />
/dev/hdc1 on /boot type ext2 &#40;rw&#41;<br />
none on /dev/pts type devpts &#40;rw,gid=5,mode=620&#41;<br />
/dev/hdd1 on /mnt/hddboot type ext2 &#40;rw&#41;<br />
/dev/hdd6 on /mnt/hddroot type ext2 &#40;rw&#41;[/code]</p>
<p>If you take a look at the /proc/swaps file, it&#8217;ll tell you what swaps you have:</p>
<p>[code]&#91;root@nova fs&#93;# cat /proc/swaps<br />
Filename                        Type            Size    Used    Priority<br />
/dev/hdc5                       partition       136512  0       1<br />
/dev/hdd5                       partition       130500  84100   100[/code]</p>
<p>-Chris</p>
]]></content:encoded>
	</item>
</channel>
</rss>

