Automount through Autofs

I am trying to automount one of my NFS share to my client machine but it is not mounting

here is the scenario :

My server machine ip : 192.168.1.100
My client machine ip is : 192.168.1.102

on client machine i have configured the /etc/auto.master file :

/share(My mount point) /etc/auto.share --timeout=60

My auto.share file configuration :

nfs -fstype=nfs,r0,soft,intr 192.168.1.100:/nfs

i started my autofs service by "service autofs start"

when i press mount command it shows the nfs mounting
but it is not creating NFS directory under /share automatically and showing total=0

please help me out

Thank you