yoichiro / chromeos-filesystem-cifs

BSD 3-Clause "New" or "Revised" License
56 stars 21 forks source link

Can't connect, can't find "log" files #169

Closed BAZZAB closed 8 years ago

BAZZAB commented 8 years ago

I am using your Dropbox and it works great, but I've spent several hours trying to connect to a NAS drive on a DD-WRT router. All I get is net:ERR NAME NOT RESOLVED. I can connect to this NAS with Windows and Linux, but not with my Chromebook.

Is there some way to make trace-log files visible so I can troubleshoot why I cannot get the network name to resolve? (will the log tell me anything more?) I assume Server Host name / IP address must look like: dd-wrt-ac1450 / 192.168.1.1 where dd-wrt is the device (and netbios) name, ac1450 is the server string, and this device is at the ip address shown. Is that the correct format for the first line of the parameter? Thank you for any suggestion you may have. This is a very useful app and I'd like to get it working.

yoichiro commented 8 years ago

@BAZZAB My app doesn't support NetBIOS protocol. Therefore, you need to specify the server name which can be resolved by DNS server. Or, you can fill in the IP Address instead of the host name.

BAZZAB commented 8 years ago

Thank you Tanaka-san! I was able to connect with only the IP address and logon information. Your app recognized the share names and I was able to select, and it mounted!

yoichiro commented 8 years ago

@BAZZAB OK, good. I close this issue. Thank you.