Identify the folder is part of which mount point

Dear,
I am using Redhat 6.6 . How to identify a given directory is part of which mount point.

Use the command df and hand it over the name of the directory as argument.

Like this:

df /some/path/you/want/to/find/the/mount/point/of | awk '{ print $1 }'