How do you get all partitions and their info (total space, free space etc.) with Python on Windows? Thi example shows how to get free space, but you must know partitions/folders... I would like to get info for all partitions (maybe except CD-ROMs).
Asked
Active
Viewed 3,512 times
1 Answers
1
Check out the WMI module. There are many recipes in the WMI cookbook, including
- Find Drive Types
- Show the percentage free space for each fixed disk
- Show disk partitions

mzjn
- 48,958
- 13
- 128
- 248
-
-
I am still in process of doing it by the way, does python WMI module has the ability to create partition? – swdev Apr 02 '14 at 23:46