Issue with Lame?

okay so I am having issues too.

this command made login successful:

smbclient -L //10.10.10.3/ --option=‘client min protocol=NT1’
Enter WORKGROUP\root’s password:
Anonymous login successful

BUT smbclient \\10.10.10.3\tmp (and other variations) keep hitting me with :
protocol negotiation failed: NT_STATUS_CONNECTION_DISCONNECTED

going off of another forum post’s comments i tried smbmap -R -H 10.10.10.3
which gave me
[+] IP: 10.10.10.3:445 Name: 10.10.10.3
Disk Permissions Comment
---- ----------- -------
print$ NO ACCESS Printer Drivers
tmp READ, WRITE oh noes!
.\tmp*

but still can’t get into tmp.
dunno if i’m missing something or it’s going over my head bc of frustration.