<?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>txt &#187; partition</title>
	<atom:link href="http://txt.binnyva.com/tag/partition/feed/" rel="self" type="application/rss+xml" />
	<link>http://txt.binnyva.com</link>
	<description>Linux commands and code snippets collection</description>
	<lastBuildDate>Wed, 02 Jun 2010 07:20:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Shows all Partitions</title>
		<link>http://txt.binnyva.com/2008/11/shows-all-partitions/</link>
		<comments>http://txt.binnyva.com/2008/11/shows-all-partitions/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 18:42:19 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[df]]></category>
		<category><![CDATA[fdisk]]></category>
		<category><![CDATA[hdd]]></category>
		<category><![CDATA[partition]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=412</guid>
		<description><![CDATA[Shows all partitions on the HDD fdisk -l]]></description>
			<content:encoded><![CDATA[<p class="intro">Shows all partitions on the HDD</p>
<pre><code class="cli">
fdisk -l
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2008/11/shows-all-partitions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exclude Removable Partitions from a &#8216;find&#8217; Search</title>
		<link>http://txt.binnyva.com/2008/06/exclude-removable-partitions-from-a-find-search/</link>
		<comments>http://txt.binnyva.com/2008/06/exclude-removable-partitions-from-a-find-search/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 17:59:36 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[exclude]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[remove]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/?p=269</guid>
		<description><![CDATA[Search files with &#8216;.rpm&#8217; extension ignoring removable partitions as cdrom, pen-drive, etc. find / -xdev -name \*.rpm]]></description>
			<content:encoded><![CDATA[<p class="intro">Search files with  &#8216;.rpm&#8217; extension ignoring removable partitions as cdrom, pen-drive, etc.</p>
<pre><code class="cli">
find / -xdev -name \*.rpm
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2008/06/exclude-removable-partitions-from-a-find-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>See Mounted File Systems</title>
		<link>http://txt.binnyva.com/2008/02/see-mounted-file-systems/</link>
		<comments>http://txt.binnyva.com/2008/02/see-mounted-file-systems/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 18:18:21 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[proc]]></category>
		<category><![CDATA[system]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/2008/02/see-mounted-file-systems/</guid>
		<description><![CDATA[Shows all mounted file systems in Linux cat /proc/mounts]]></description>
			<content:encoded><![CDATA[<p class="intro">Shows all mounted file systems in Linux</p>
<pre><code class="cli">
cat /proc/mounts
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2008/02/see-mounted-file-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mount Windows Partion</title>
		<link>http://txt.binnyva.com/2008/01/mount-windows-partion/</link>
		<comments>http://txt.binnyva.com/2008/01/mount-windows-partion/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 17:46:11 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[fat]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[ntfs]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/2008/01/mount-windows-partion/</guid>
		<description><![CDATA[Mount a Windows FAT partition. If it is an NTFS partion, use &#8216;ntfs&#8217; instead of &#8216;fat&#8217;. Make sure that the kernel support ntfs if you want to do that. mount -t vfat /dev/hda5 /mnt/d]]></description>
			<content:encoded><![CDATA[<p class="intro">Mount a Windows FAT partition. If it is an NTFS partion, use &#8216;ntfs&#8217; instead of &#8216;fat&#8217;. Make sure that the kernel support ntfs if you want to do that.</p>
<pre><code class="cli">
mount -t vfat /dev/hda5 /mnt/d
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2008/01/mount-windows-partion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find All Connected Harddisks</title>
		<link>http://txt.binnyva.com/2007/09/find-all-connected-harddisks/</link>
		<comments>http://txt.binnyva.com/2007/09/find-all-connected-harddisks/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 18:46:14 +0000</pubDate>
		<dc:creator>Binny V A</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[harddisk]]></category>
		<category><![CDATA[hda]]></category>
		<category><![CDATA[hdd]]></category>
		<category><![CDATA[ide]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[sata]]></category>

		<guid isPermaLink="false">http://txt.binnyva.com/2007/09/find-all-connected-harddisks/</guid>
		<description><![CDATA[&#60;p class=&#8221;intro&#8221;&#62;If you have many IDE harddisks connected to the system(but not mounted), this command will find it. This will work for sata HDD as well if you use &#8216;sd&#8217; instead of &#8216;hd&#8217;&#60;/p&#62; &#60;pre&#62;&#60;code class=&#8221;cli&#8221;&#62;ls /dev/hd*&#60;/code&#62;&#60;/pre&#62; &#60;p&#62;Simple, is it not? To find the mounted drives just use the command &#8216;dh&#8217;.&#60;/p&#62; [tags]hda,harddisk,ide,sata,linux,command,hdd,partition[/tags]]]></description>
			<content:encoded><![CDATA[<p>&lt;p class=&#8221;intro&#8221;&gt;If you have many IDE harddisks connected to the system(but not mounted), this command will find it. This will work for sata HDD as well if you use &#8216;sd&#8217; instead of &#8216;hd&#8217;&lt;/p&gt;</p>
<p>&lt;pre&gt;&lt;code class=&#8221;cli&#8221;&gt;<br />ls /dev/hd*<br />&lt;/code&gt;&lt;/pre&gt;</p>
<p>&lt;p&gt;Simple, is it not? To find the mounted drives just use the command &#8216;dh&#8217;.&lt;/p&gt;</p>
<p>[tags]hda,harddisk,ide,sata,linux,command,hdd,partition[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://txt.binnyva.com/2007/09/find-all-connected-harddisks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
