Newbish thumb drive reformatting

Quick to answer questions about finding your way around Linux Mint as a new user.
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. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
b0gman

Newbish thumb drive reformatting

Post by b0gman »

Simple question I am trying to reformat a thumb drive in mint 7 gnome can someone suggest a utility to do this
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
mick55

Re: Newbish thumb drive reformatting

Post by mick55 »

To begin you need to know your drives device name

run this command in terminal[Menu->Terminal]

Code: Select all

mount
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]

Code: Select all

umount /dev/sdx
change "x" to your drives number/letter

To format it, run this command

Code: Select all

sudo mkfs.vfat /dev/sdx
You can then remount the device.
Lantesh

Re: Newbish thumb drive reformatting

Post by Lantesh »

Nice tutorial Mick55.
mick55

Re: Newbish thumb drive reformatting

Post by mick55 »

Thanks Lantesh!

nice of you to say so. :D
User avatar
atlef
Level 4
Level 4
Posts: 306
Joined: Sun Nov 18, 2007 8:20 am
Location: Stavanger NORWAY

Re: Newbish thumb drive reformatting

Post by atlef »

And if you want to do this with a GUI, install GParted.

atlef.
Locked

Return to “Beginner Questions”