formating a filesystem with python

Ricardo Tiago rtiago at gmail.com
Wed Sep 10 16:57:24 EDT 2008


Hi all,

is there a package in python that allows to mount/umount and format
(to ext3) a filesystem? I know that this is possible by just calling
the os commands 'mount/umount and mkfs' but this would imply to have
to change sudoers to run the script as non-root.

Thanks
Ric



More information about the Python-list mailing list