Newbish thumb drive reformatting
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Please stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions prefer the other forums within the support section.
Before you post please read how to get help
Newbish thumb drive reformatting
Simple question I am trying to reformat a thumb drive in mint 7 gnome can someone suggest a utility to do this
Re: Newbish thumb drive reformatting
To begin you need to know your drives device name
run this command in terminal[Menu->Terminal]
This will list all your mounted drives.
The USB drive will return a result like:
/dev/sdd1 on /media/KINGSTON type vfat (rw,nosuid,nodev,uhelper=hal,short-etc)
now we need to unmount the drive to format it
run this command in terminal[Menu->Terminal]
change "x" to your drives number/letter
To format it, run this command
You can then remount the device.
run this command in terminal[Menu->Terminal]
Code: Select all
mount
The USB drive will return a result like:
/dev/sdd1 on /media/KINGSTON type vfat (rw,nosuid,nodev,uhelper=hal,short-etc)
now we need to unmount the drive to format it
run this command in terminal[Menu->Terminal]
Code: Select all
umount /dev/sdx
To format it, run this command
Code: Select all
sudo mkfs.vfat /dev/sdx
Things are more like they are now than they ever were before.
Dwight D. Eisenhower (1890 - 1969)
Dwight D. Eisenhower (1890 - 1969)
Re: Newbish thumb drive reformatting
Nice tutorial Mick55.
Re: Newbish thumb drive reformatting
Thanks Lantesh!
nice of you to say so.
nice of you to say so.

Things are more like they are now than they ever were before.
Dwight D. Eisenhower (1890 - 1969)
Dwight D. Eisenhower (1890 - 1969)
Re: Newbish thumb drive reformatting
And if you want to do this with a GUI, install GParted.
atlef.
atlef.