I want to completely wipe my thumb drive and reformat it using Kubuntu. The thumb drive has 2 partitions; one is CDFS and the other is FAT32. I can use the Windows Format on the FAT32 partition but not on the CDFS partition. That's why I want to use Kubuntu.
- Will this do it?
Code:
sudo mkfs.vfat /dev/sdXXX # replace XXX with the device node
- How do I determine the device node of the respective partitions?
- How do I combine the partitions?
Comment