=== modified file 'smart/media.py' --- smart/media.py 2008-06-11 16:28:24 +0000 +++ smart/media.py 2008-09-23 06:39:59 +0000 @@ -180,7 +180,7 @@ def isMounted(self): if not os.path.isfile("/proc/mounts"): - raise Error, _("/proc/mounts not found") + return False for line in open("/proc/mounts"): device, mountpoint, type = line.split()[:3] if mountpoint == self._mountpoint: