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. |
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, ...
|
|||||||
|
|||
|
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. |
| Sponsored Links |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
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 |