[Tutor] Test If File System is mounted in Linux

fortezza-pyt fortezza-pyt at fortezzazone.org
Fri Mar 17 08:36:35 CET 2006


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



More information about the Tutor mailing list