如果以netbios name的方式访问无效,则用nautilus的界面方式也只能看到主机,但进去后没有任何东西。
还请大牛们出招。。
代码: 全选
firefox@ubuntu:~/work$ smbclient -L . -N
Anonymous login successful
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.28a]
Sharename Type Comment
--------- ---- -------
print$ Disk Printer Drivers
IPC$ IPC IPC Service (ubuntu server (Samba, Ubuntu))
Anonymous login successful
Domain=[WORKGROUP] OS=[Unix] Server=[Samba 3.0.28a]
Server Comment
--------- -------
SONY windows
UBUNTU ubuntu server (Samba, Ubuntu)
Workgroup Master
--------- -------
WORKGROUP UBUNTU
===========================================
firefox@ubuntu:~/work$ smbclient -L sony
timeout connecting to 61.140.3.66:445
timeout connecting to 61.140.3.66:139
Error connecting to 61.140.3.66 (Operation already in progress)
Connection to sony failed (Error NT_STATUS_ACCESS_DENIED)
===========================================
firefox@ubuntu:~/work$ nmblookup sony
querying sony on 192.168.1.255
192.168.1.4 sony<00>
===========================================
firefox@ubuntu:~/work$ smbclient -L 192.168.1.4
Password:
Domain=[SONY] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
Sharename Type Comment
--------- ---- -------
E$ Disk 默认共享
IPC$ IPC 远程 IPC
D$ Disk 默认共享
tools Disk
softwares Disk
ADMIN$ Disk 远程管理
C$ Disk 默认共享
session request to 192.168.1.4 failed (Called name not present)
session request to 192 failed (Called name not present)
Domain=[SONY] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
Server Comment
--------- -------
Workgroup Master
--------- -------
===========================================
firefox@ubuntu:~/work$ smbclient //sony/tools
timeout connecting to 61.140.3.66:445
timeout connecting to 61.140.3.66:139
Error connecting to 61.140.3.66 (Operation already in progress)
Connection to sony failed (Error NT_STATUS_ACCESS_DENIED)
===========================================
firefox@ubuntu:~/work$ smbclient //192.168.1.4/tools
Password:
Domain=[SONY] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
smb: \>


