.. link: http://dgplug.org/summertraining/2013/posts/iowabeakster-mount-20130710-214538.html .. description: .. tags: .. date: 2013/07/10 21:45:39 .. title: iowabeakster mount 20130710-214538 .. slug: iowabeakster-mount-20130710-214538 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 `_ .