首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网络技术 > 网络基础 >

smbclient 联接出错:tree connect failed: NT_STATUS_BAD_NETWORK_NAME

2012-07-08 
smbclient 连接出错:tree connect failed: NT_STATUS_BAD_NETWORK_NAME从RedHat 5中用 smbclient 连接Win2

smbclient 连接出错:tree connect failed: NT_STATUS_BAD_NETWORK_NAME
从RedHat 5中用 smbclient 连接Win2K3报错:

smbclient //172.18.27.55/E$/Temp -U xx%xxtree connect failed: NT_STATUS_BAD_NETWORK_NAME


查了半天~ 郁闷了半天~ 结果才发现,我的Win2K3公布出来的根目录名是E$,不能再指定下级目录。用下面这样就对了:
smbclient //172.18.27.55/E$ -U xx%xx


粗心啊!

热点排行