It is possible to mount a samba share on a vps without cifs module buit in kernel? I installed cifs-utils and smbclient, I can see samba shares with command
smbclient -L 192.168.5.1 I added in /etc/fstab
/192.168.5.1/Media /mnt/Media cifs credentials=/root/.mediacredentials,iocharset=utf8,sec=ntlm 0 0 But I get error:
mount error: cifs filesystem not supported by the system mount error(19): No such device Refer to the mount.cifs(8) manual page (e.g. man mount.cifs
There is an alternative to mount a samba share without cifs? I tried with sshfs but get only errors:
remote host has disconnected
Connection reset by peer
Thanks