When you are trying to mount samba share on your newly install CentOS or RHEL box, you get this error some times. Reason is you done minimal installtion or pxe installtion which results missing or cifs-utils package, so your system unable to mount the samba share. Soluton is very simple.   Install cifs-utils by using simple command yum install cifs-utils   that's it you are done.