Quote:
Originally Posted by methoxcy
yes already configure samba i already see linux from my windows but linux to windows not yet??? is there any problem in my configuration in samba???
|
try the following command
Code:
smbclient -L <ipaddress of windows host>
You can feed the necessary username and password if required. If u use guest account, just hit enter for password.
Just tried to list down some computer in the network. You might see the result as below
Code:
bash-3.1$ smbclient -L JEFFREY
Password:
Domain=[JEFFREY] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
Sharename Type Comment
--------- ---- -------
IPC$ IPC Remote IPC
D$ Disk Default share
print$ Disk Printer Drivers
SharedDocs Disk
ADMIN$ Disk Remote Admin
C$ Disk Default share
Domain=[JEFFREY] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
Server Comment
--------- -------
Workgroup Master
--------- -------
You can use the smb4k software for browsing through the network.