On 2015-06-07, Max Power <open...@cpnetserver.net> wrote:
> Hi guys!
> Question about OpenBSD 5.7 amd64.
> How to mount shared device via samba fs?
>
> I tried in this way:
> # mount -t cifs //192.168.2.111/raid5/download /BACKUP -o
> username=user,password=passwd
> and this returns:
> mount: no mount helper program found for cifs: No such file or directory
>
> Thank You for reply.

There is no kernel CIFS support, you must use a FUSE-based filesystem
(like usmb) or a converter (like sharity-light as czarkoff@ suggested).
usmb worked better for me but it's a bit rough at the edges.

Reply via email to