On my regular pc and on Manjaro mainline as a client I could use a command like “mount -t cifs //file-server.local/Pictures /mnt/Pictures” to mount a network share, but that doesn’t work on clients with the 4.4 ubuntu/debian images.
I googled a bit and it seems SMB2/SMB3 support on the client side requires kernel 4.13 or later. Is there another way to do this on kernel 4.4?
The shared location is on a pc with the latest version of Windows 10.