Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Linux: format your usb drive via command line

This is a discussion on Linux: format your usb drive via command line within the Unix/Linux forums, part of the Operating Systems category; Hi Guys, Linux: format your usb drive via command line Formating your usb memory pen / stick via command line is pretty easy. Once you know how to do it, ...

Go Back   Geeks Talk > Operating Systems > Unix/Linux
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 3 Weeks Ago
Expert Member
 
Join Date: May 2009
Location: Bangalore
Posts: 984
Thanks: 155
Thanked 420 Times in 201 Posts
rijus is just really nicerijus is just really nicerijus is just really nicerijus is just really nicerijus is just really nice
Smile Linux: format your usb drive via command line

Hi Guys,

Linux: format your usb drive via command line

Formating your usb memory pen / stick via command line is pretty easy. Once you know how to do it, that is.

1. Insert your usb memory pen / stick or whatever into the usb drive and immediately after that, open a terminal and paste this:

dmesg | tail

2. Unmount your usb drive using the following command:

sudo umount /dev/sdd

3. Format the drive using the following commands:

a) format to fat:

sudo mkdosfs -n 'label' -i /dev/sdd

b) format to ext3:

sudo mkfs.ext3 -n 'label' -i /dev/sdd

Thanks,
Rijus.
-----------
Real Inspirational Journey...........Unanimously & Sincerely.
Reply With Quote
Sponsored Links
Reply

  Geeks Talk > Operating Systems > Unix/Linux

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Linux Tips: Search Google.com from the Linux command line rijus Unix/Linux 0 08-12-2009 03:48 AM
Linux Tips :Find details about your ISO images from the Linux command line rijus Unix/Linux 1 08-05-2009 03:09 AM
Command Line Arguments sekhar2246 PHP 1 06-08-2009 12:43 PM
Format pen drive jainbrijesh Windows 10 08-27-2008 03:57 AM
Running QTP from command line sanitha QTP 1 06-05-2007 04:34 PM


All times are GMT -4. The time now is 06:08 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved