Skip to content

Connect spectra share

Ushakov Michael edited this page Oct 23, 2022 · 1 revision

When application runs on Windows we could easily use network path i.e.: \\192.168.10.212\Autosaves, but in Linux (currently it working on Raspberry Pi) we should mount folder or use SMB protocol.

We should properly configure smb to allow it to work with old machines like Win98, therefore in /etc/samba/smb.conf we should set following settings:

client min protocol=NT1
client lanman auth=yes
client ntlmv2 auth=no
Clone this wiki locally