What is the correct way to format a USB pendrive with FAT32 in Fatdog?
I assume you would have to list the device first with lsblk
to identify the correct name, lets say /dev/sdb
.
Do you the then simply umount /dev/sdb
and format it with mkfs.vfat /dev/sdb
?
Thanks!