0

cannot mount a samba share

Hi there, there is problem when i try to mount a samba share on my client machine. Here i got the error like below

[root@client ~]# mount -a
mount: wrong fs type, bad option, bad superblock on //192.168.7.220/ldapuser1,
       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
       dmesg | tail or so.
Mount CentOS Samba Add a comment
brayden
asked May 03 2018

Answer

0

Please make sure that you have installed the samba client and utils package to mount your samba share

yum install cifs-utils* samba-client* -y
Add a comment
parthiban
asked May 15 2018
edited Oct 05 2018
Post your Answer