I am well down the road with my directory parsing script. However, I have encountered a stumbling block. The -X feature does not have a function that tells me if the file is a mount point or more accurately a mounted file system. How do I determine if I am at a mount point so I can avoid parsing it? Thanks.