This is how you can format your flash drive(thumbdrive, pendrive) in any linux machine
1. To see what is the filesystem for your flashdrive
- type -> df
Linux is for everybody. Lets enjoy it.
This is how you can format your flash drive(thumbdrive, pendrive) in any linux machine
1. To see what is the filesystem for your flashdrive
11 comments:
Blackorga,
What's the difference if we command direcly the "mkfs -t vfat /dev/"device" to format the flash drive?
You can use "mkfs" to format the drive to ext3 and use "mkfs -t vfat" to format the drive to fat32
hi,
this is a complete page on the topic..
http://www.ehow.com/how_1000631_hard-drive-linux.html
Thanks ankursworld :)
Its hard to find the quality post but you have done a nice job buddy.
Very useful. Thanks!
Useful information!!! I guess this video can help you out, check out USB Protection
Can you explain why my OS is asking me to unmount first before formatting.Can' it format when the drive is formatted.Anyway great post,thanks a lot
You really did a great job on that! useful content for people.Linux Flash Drive
Thanks for the help!
#1. fdisk -l
#2. umount /dev/sdc1
#3. mkfs.vfat /dev/sdc1
Post a Comment