When you recieve the following samba error message:
mount: wrong fs type, bad option, bad superblock on //192.168.2.XXX/MYSHARE, missing codepage or helper program, or other error (for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program) In some cases useful info is found in syslog – try
Solution
sudo apt-get install cifs-utils
Another cause would be that name resolution doesn’t work. Simply replace the server name ba ip address and it works. (mount.cifs version: 6.8).