mount bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program
해당 에러는 머신에 NFS 패키지가 설치 되어있지 않아서 나오는 문구이다.
CentOS에서는
yum install nfs-utils
우분투에서는
apt-get install nfs-common
설치후에 다시 마운트하면 된다.