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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to