Ricardo Tiago schrieb:
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.

well, that's a very sensible unix-restriction. and you can't overcome that.

IOW: no, there is no such thing.

Diez
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to