how to get partition information of a hard disk with python
MRAB
python at mrabarnett.plus.com
Tue Sep 21 19:14:30 EDT 2010
On 21/09/2010 23:31, Hellmut Weber wrote:
> Hi list,
> I'm looking for a possibility to access the partiton inforamtion of a
> hard disk of my computer from within a python program.
>
> Googling I found the module 'parted' but didn't see any possibility to
> get the desired information.
> Is there any reasonable documentation for the parted module?
>
> Any idea is appreciated ;-)
>
Did you see this:
http://www.gnu.org/software/parted/manual/
More information about the Python-list
mailing list