Getting the following error message when trying to mount from nfs nas?
mount: wrong fs type, bad option, bad superblock on….

Here’s how to fix it.

sudo apt-get install nfs-common

#check if service is already running with
sudo service portmap status

#if service is not running, then start it
sudo service portmap start

 

—————————————-
source: http://www.cyberciti.biz/faq/missing-codepage-helper-program-other-error/