<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-879254769318713469</id><updated>2012-02-16T04:39:09.807-08:00</updated><title type='text'>Technology at your finger tips</title><subtitle type='html'>Get your fingers dirty</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://techytux.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/879254769318713469/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://techytux.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>TechyTux</name><uri>http://www.blogger.com/profile/11776808899007128420</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_s_L6jTpZr3s/SL7Q2ZeKanI/AAAAAAAAAIM/_KaXB-d-7gI/S220/paasport.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-879254769318713469.post-6334648595439655148</id><published>2008-09-03T02:59:00.001-07:00</published><updated>2008-09-03T02:59:48.057-07:00</updated><title type='text'>How to format pendrive in linux</title><content type='html'>&lt;p&gt;If you are using linux but dont have enough knowledge to format a pen drive, give a look at following commands. You can format USB pen drive with the help of following commands:&lt;/p&gt; &lt;p&gt;[a] fdisk : Partition table manipulator for Linux&lt;/p&gt; &lt;p&gt;[b] mkfs.ext3 : Create an ext2/ext3 filesystem by formatting given&lt;br /&gt;partition name (/dev/partition)&lt;/p&gt; &lt;p&gt;[c] e2label : Change the label on an ext2/ext3 filesystem&lt;/p&gt; &lt;p&gt;First make sure USB pen is not mounted. Click on Places &gt; Computer &gt;&lt;br /&gt;Select USB pen &gt;&lt;/p&gt; &lt;p&gt;Right click &gt; Select Unmount Volume.&lt;/p&gt; &lt;p&gt;Let us assume that /dev/sda1 is your partition name for USB pen. To&lt;br /&gt;format type the following&lt;br /&gt;command (Open X terminal and type the command)&lt;/p&gt; &lt;p&gt;$ sudo mkfs.ext3 /dev/sda1&lt;/p&gt; &lt;p&gt;Caution: Careful while entering device/partition name; wrong name can&lt;br /&gt;wipe out entire hard disk!!!&lt;/p&gt; &lt;p&gt;Now use e2label command to change the filesystem label on the ext3&lt;br /&gt;filesystem located on device /dev/sda1:&lt;/p&gt; &lt;p&gt;$ sudo e2label /dev/sda1 usb-pen&lt;/p&gt; &lt;p&gt;You can also create an MS-DOS/Windows XP file system under Linux,&lt;br /&gt;enter:&lt;/p&gt; $ sudo mkfs.vfat /dev/sda1&lt;br /&gt;Now you are ready to use USB pen.&lt;br /&gt;there is a link of the web page from where i got this&lt;br /&gt;** Ubuntu Linux format USB pen drive **&lt;br /&gt;How do I format a USB pen drive under Ubuntu Linux for ext3 file&lt;br /&gt;system?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/879254769318713469-6334648595439655148?l=techytux.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://techytux.blogspot.com/feeds/6334648595439655148/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=879254769318713469&amp;postID=6334648595439655148' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/879254769318713469/posts/default/6334648595439655148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/879254769318713469/posts/default/6334648595439655148'/><link rel='alternate' type='text/html' href='http://techytux.blogspot.com/2008/09/how-to-format-pendrive-in-linux.html' title='How to format pendrive in linux'/><author><name>TechyTux</name><uri>http://www.blogger.com/profile/11776808899007128420</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://4.bp.blogspot.com/_s_L6jTpZr3s/SL7Q2ZeKanI/AAAAAAAAAIM/_KaXB-d-7gI/S220/paasport.jpg'/></author><thr:total>0</thr:total></entry></feed>
