format thumbdrive.

Dhruva Lokegaonkar dhruva at lokegaonkar.in
Mon Dec 17 22:50:26 MST 2018


If you're on Gnome (latest Ubuntu/ Fedora) then you can use
gnome-disk-utility. (It's probably just called "Disks" on your computer.)

Click on the thumb drive on the left menu, then click on the partition
on the right side. (I'm guessing there's only one). Make sure its
highlighted. Then Press Control+Shift+F.

Give it a name in "Volume Name"
Make sure Erase is turned off. (Erase will do a in-depth wipe, which
takes very long)
Then select "For use with all systems and devices (FAT)" and click next.
 (I've attached a screenshot)

I'm guessing the rest is self explanatory. I don't have a pen drive
handy and I don't want to format my drive haha.

If you want to do this from the Command line
Use `lsblk` to list all your connected drives and check which drive you
want to format. Then check again. and again to make sure.
Then copy the device path. (Something like /dev/sdb1) and execute
`sudo mkfs.fat -F 32 /dev/sdb1`
change sdb1 to whatever your drive is.
Make sure its the right drive though.

On 12/18/18 8:07 AM, Michael wrote:
> I thought I would be able to do it without help but I guess I was wrong.
> I got a thumbdrive that I want to format. gparted will not do it. Anyone
> able to help?
> 
> -- 
> :-)~MIKE~(-:
> 
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.phxlinux.org
> To subscribe, unsubscribe, or to change your mail settings:
> https://lists.phxlinux.org/mailman/listinfo/plug-discuss
> 

-- 

Dhruva Lokegaonkar
dhruva at lokegaonkar.in <mailto:dhruva at lokegaonkar.in>
lokegaonkar.in <https://lokegaonkar.in>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2018-12-18-111549_1058x722_scrot.png
Type: image/png
Size: 31428 bytes
Desc: not available
URL: <http://lists.phxlinux.org/pipermail/plug-discuss/attachments/20181218/84ebd503/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: OpenPGP digital signature
URL: <http://lists.phxlinux.org/pipermail/plug-discuss/attachments/20181218/84ebd503/attachment.sig>


More information about the PLUG-discuss mailing list