====== Ubuntu - NFS - Cannot mount nfs, wrong fs type message ====== 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