I\'m sure this is a easy question, my Google-fu is obviously failing me.
How do I mount a filesystem using Python, the equivalent of running the shell command
Import cdll from ctypes. Then load your os libc, then use libc.mount()
cdll
ctypes
libc
libc.mount()
Read libc's docs for mount parameters