Automount in RHEL

Hello experts,
On my RHEL box when i mount a nfs file system using autofs, the df -t shows the file system as nfs only. For which mounts does it report the filesystem as autofs. ?? I actually want to see the filesystem getting reported as autofs instead of nfs. Pls guide me

I mounted using the instructions at

How to configure autofs in Linux and what are its advantages? ~ GoLinuxHub

It does not. Autofs typically mounts filesystems using NFS. Therefore the df command sees these filesystems as being of type NFS.

Try

# cat /proc/mounts

or the mount command for more detailed information than that provided by df command