On 2015/06/10 13:33, sven falempin wrote: > > > On Wed, Jun 10, 2015 at 4:32 AM, Stuart Henderson <s...@spacehopper.org> > wrote: > > 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. > > > > USMB ?
Yes.