Hi,
I'm looking for some sort of partition management library (preferably a Python one, but anything works) that will function on both Windows and Linux. (For working with USB devices, specifically, but any harddisk tool should do)
We'd much rather not implement two different libraries as that makes it harder to maintain, but so far we have not found anything that provides cross-platform compatibility in this regard.
This is for users partitioning a USB flash memory stick (I should have put that in the question), and we're expecting that they won't know how to partition it, let alone in our way. Our specific case is setting up a USB flash drive with a EXT3 filesystem made in a special way (so as to be USB_ZIP compatible)