.. link: http://dgplug.org/summertraining/2013/posts/iowabeakster-mount-20130712-001044.html .. description: .. tags: .. date: 2013/07/12 00:10:45 .. title: iowabeakster mount....... 20130712-001044 .. slug: iowabeakster-mount-20130712-001044 mount ===== My solution to the "mount" home task is very simple. - import the module called 'os' - pass the argument "mount" to the function called 'system.os'. The ouput is the same as the mount command, because it does exactly the same thing, but does it from a python script. The link to my code can be found `here `_ .