9dada73cf0
the msdos table primary/extended/logical thing was a pain but the logic wasn't too bad.
9 lines
118 B
Python
9 lines
118 B
Python
import os
|
|
import re
|
|
##
|
|
import parted
|
|
|
|
|
|
PARTED_FSTYPES = list(dict(vars(parted.filesystem))['fileSystemType'].keys())
|
|
|