Mounting SMB / CIFS sharesin OpenBSD
Hi all,
I am trying to configure my /etc/fstab so that a CIFS / smb share is mounted. This is the line I added to my fstab:
//SMB_SERVER_IP/SMB_SHARED_DIR /mnt/MOUNT_POINT cifs rw,user=user_here,pass=pass_here,uid=mapped_user_h ere 0 0
When mounting, this is the output I get:
# mount /mnt/MOUNT_POINT
mount: no mount helper program found for cifs: No such file or directory
Googling I found out sysutils/usmb should be installed. I did it, nothing changes.
What am I doing wrong? thanks for your answers
|