In message <[email protected]>, [email protected] wrote:
> Is there an easy way in Python to get the mount point in which a path > resides? (Unix only is fine.) See the os.statvfs call <http://docs.python.org/library/os.html>. -- http://mail.python.org/mailman/listinfo/python-list
