<?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>Linux Help</title>
	<atom:link href="http://linux-help.org/feed" rel="self" type="application/rss+xml" />
	<link>http://linux-help.org</link>
	<description>Help for Linux user</description>
	<lastBuildDate>Tue, 27 Jul 2010 20:54:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to format a pendrive from console</title>
		<link>http://linux-help.org/tips/how-to-format-a-pendrive-from-console.html</link>
		<comments>http://linux-help.org/tips/how-to-format-a-pendrive-from-console.html#comments</comments>
		<pubDate>Mon, 26 Jul 2010 04:27:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[pendrive]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://linux-help.org/?p=4</guid>
		<description><![CDATA[If you want to reformat a flash drive and can do it from console, just need to follow some short instructions. To do this we must put the following command in the console, we must do as root: mkfs.vfat -I /dev/sdb1 (Where / dev/sdb1 partition to reformat) If you&#8217;re on Ubuntu or derivative distributions can [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">If you want to reformat a flash drive and can do it from console, just need to follow some short instructions.</p>
<p style="text-align: center;"><img class="size-medium wp-image-6 aligncenter" title="1600ct_3012" src="http://linux-help.org/wp-content/uploads/2010/07/1600ct_3012-300x225.jpg" alt="" width="300" height="225" /></p>
<p style="text-align: justify;"><span id="more-4"></span>To do this we must put the following command in the console, we must do as root:</p>
<pre class="brush: bash;">mkfs.vfat -I /dev/sdb1 </pre>
<p>(Where / dev/sdb1 partition to reformat)</p>
<p style="text-align: justify;">If you&#8217;re on Ubuntu or derivative distributions can do this by adding the command &#8220;sudo&#8221;:</p>
<pre class="brush: bash;">sudo mkfs.vfat -I /dev/sdb1 </pre>
]]></content:encoded>
			<wfw:commentRss>http://linux-help.org/tips/how-to-format-a-pendrive-from-console.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
