The handy dandy tool for disk partitioning is Disk Management and it works like a charm for Hard Disks. But, when a similar thing is tried on SD cards, it becomes tricky. This is because it won't let you work on SD cards or flash disks. For that you need the low level tool named diskpart.
Follow the following steps for SD card (steps are same for External Drives as well):
- Open the command prompt in Administrator mode, type diskpart and press Enter (You may have to confirm UAC prompt).
- Type list disk and press Enter (Take note of card's disk number).
- Type select disk <number> (<number> is disk number from previous command).
- Type clean and press Enter (This will overwrite partition table with zeros - all data will be lost).
- Type create partition primary and press Enter (This will create a partition.)
- Now if you go to Disk Partition utility, you will see a drive letter is assigned to the SD drive.
- Open Windows Explorer.
- Right click on the SD Card drive letter and select Format (you can select any suitable to you).
- After formatting the card, you are good to go.