thelonelycoder
Part of the Furniture
This is embarrassing. I am using a batch file to mount shares on a QNAP NAS, two CentOS Servers and even my rooted iPad (smb) in Win7 Pro.
It all works flawless with these using a command like:
But I have no luck to do the same with my RT-AC66U with FW 374.40.
What I can do:
- On Win7 browse in Explorer / Network and connect
- On Win7 I can ping and list shares with net view \\<ip> or net view \\<Router Name>
- In Win7 if I disable the password for Samba on the Router (Share without account) I can connect.
- On Linux using mount command or over GUI connect to Windows-share
So Samba is working on my Router. It seems Win7 has a problem using a *.bat file and the Net use command.
Google lists about a million solutions, none of them make sense or work for me.
The error message I get is
Now, I know the network path is existent and correct, settings for share are correct.
Help, anyone?
It all works flawless with these using a command like:
Code:
Net use X: \\<IP>\<share> <password> /user:<user> /persistent:NO
or:
Net use X: \\<IP>\<share> /user:<user> <password> /persistent:NO
What I can do:
- On Win7 browse in Explorer / Network and connect
- On Win7 I can ping and list shares with net view \\<ip> or net view \\<Router Name>
- In Win7 if I disable the password for Samba on the Router (Share without account) I can connect.
- On Linux using mount command or over GUI connect to Windows-share
So Samba is working on my Router. It seems Win7 has a problem using a *.bat file and the Net use command.
Google lists about a million solutions, none of them make sense or work for me.
The error message I get is
Code:
System error 53 has occurred.
The network path was not found.
Help, anyone?