Is there a way to find out if a mount drive, for ex: /var, is mount to an NFS?
You can just use mount command to check, e.g
mount
mount |grep nfs
Or if you want to list all nfs you've mounted:
mount -l -t nfs4