When you format a hard drive or storage unit, you have different file systems from which we can use, for example, vfat and ntfs for Windows, and swap, ext2 and ext3 for Linux systems. Here, i explain how to format a USB drive using vfat. The reason for using this file system is that it is authorized to work in Windows and Linux.
IMPORTANT - The first thing to consider:
1. Remember to be logged in as root user to carry out the formatting, otherwise must use the sudo command to activate access. For my part I'll use the sudo command in this tutorial for easy understanding by novice users.As a first step-and-only open a terminal window and use the mkfs command with the following syntax:
Type:$ fdisk -lIt will show all your harddisk partions and usb partitions and their device name.
eg:
2. The unit must be dismantled. In most of the distributions can be done by clicking on the secondary drive icon and choose "Unmount the unit."
3. Must be careful to format the drive correctly, but can cause damage to other units such as hard disk for example.
$ sudo mkfs.vfat /dev/sdxxWhere /dev/sdxx is the path of the USB device to be formatted.
Comments
http://www.h3manth.com/2009/06/27/right-click-format-media-usb-sdc-hdd-and-more
1. System>Administration>Disk Utility
2. Select the pendrive and click “unmount volume”
3. format the drive
4. create partition (of whatever your choice)
that’s it. works 100%