in reply to How to determine if a file is a mount point?

You can check /etc/mtab to see what is mounted at which mountpoint.

Create a list (or something else) with all mountpoints and you can check against that list.

  • Comment on Re: How to determine if a file is a mount point?