AndersonBC
Lurker
Trying to put my photos on a RaspberryPi server, I got it to work by adding "
client min protocol = NT1
Client max protocol = SMB3
server min protocol = NT1
Server Max Protocol = SMB3"
to smb.conf in the "GLOBAL" section right after
workgroup = WORKGROUP
Then restart both smbd and nmbd.
There are security issues with SMB1 (NT1) so try this at your own risk.
RaspberryPi runs a version of Linux
Good Luck
client min protocol = NT1
Client max protocol = SMB3
server min protocol = NT1
Server Max Protocol = SMB3"
to smb.conf in the "GLOBAL" section right after
workgroup = WORKGROUP
Then restart both smbd and nmbd.
There are security issues with SMB1 (NT1) so try this at your own risk.
RaspberryPi runs a version of Linux
Good Luck