If there a semi-standard way to test if a file system has been mounted or not using Python? In the Linux command line, I can type "mount" and see all mounted file system, and then see if the one I am looking for is in the list. While I could replicate this with Python, I am curious if there is an easier way. Thank You, Fortezza