How to connect to a 3DS's SMB share from Linux?

Solution 1:

sudo mount.cifs //3DS-3885/microSD -o user=3dsUser,password=3dsPass,ip=3dsIP,servern=3DS-3885,uid=linuxUser,gid=users,nounix,vers=1.0 mountPoint

So I spent a while a few months back brute forcing every cifs option to try to get it to work and this is what I found that kind of works.

The important option is "servern"

When I say kind of works I mean it works once then you have to unmount and reconnect...

I just use it for copying single games occasionally.