I\'m attempting to make a Python 3.3 program to format a drive in Windows such as a SD Card or USB Stick. I tried the code here: http://bytes.com/topic/python/answers/537724
I found the solution! This line:
FMIFS_HARDDISK = 0x0C
should be like this
FMIFS_UNKNOWN = 0
That simply makes it format by Unknown!