I want to format my USB FlashDrive that was used as an Ubuntu bootable .iso.
I plugged in my FlashDrive into my laptop, then opened GParted, however it says The driver descriptor says the physical block size is 2048 bytes, but Linux says it is 512 bytes.
. No further operation could be done.
However, when I am using application like Etcher, https://etcher.io/. It works and it can re - format my FlashDrive. The problem is that Etcher is an application to make a bootable .iso. There is no option to just format and not to make the FlashDrive bootable.
I have tested this in several machines and they are all have the same situation.
So, what are my options to format my FlashDrive into normal and non - bootable one if GParted fails?
http://askubuntu.com/questions/223598/how-to-format-a-usb-stick/223607 The magis is in the line from Colins answer:
sudo dd if=/dev/zero of=/dev/sdc bs=512 count=16
After this you can use Gparted or other aps to format the way you like! – Ken Mollerup Mar 27 '17 at 05:42