mounting a filesystem?

Georg Brandl g.brandl-2005-01 at gmx.net
Sat Feb 5 08:36:30 EST 2005


Dan Stromberg wrote:
> Is there a python module that can mount a filesystem?
> 
> More specifically, a loopback filesystem with a particular offset, under
> linux?

Why don't you just call the mount command via os.system, one of the
popen methods or one of the commands.* methods?

Georg



More information about the Python-list mailing list