1.3 List Shares Available on the ServerTo list shares that are available from the configured Samba server execute the following command: $ smbclient -L yourhostname You should see a list of shares available on your server. If you do not, then something is incorrectly configured. This method can also be used to see what shares are available on other SMB servers, such as Windows 2000.
If you choose
|
1.4 Connect with a UNIX ClientEnter the following command: $ smbclient //yourhostname/aservice
Typically
yourhostname
is the
Example: If the UNIX host is called bambi and a valid login name is fred , you would type: $ smbclient //bambi/fred |
1.5 Connect from a Remote SMB Client
Now that Samba is working correctly locally, you can try to access it from other clients. Within a few minutes, the Samba host should be listed in the Network Neighborhood on all Windows
Mounting disks from a DOS, Windows or OS/2 client can be done by running a command such as: C:\> net use d: \\ Try printing, e.g. C:\> net use lpt1: \\servername\spoolservice C:\> print filename |
1.6 What If Things Don't Work?
You might want to read Chapter 32,
The Samba Checklist
. If you are still stuck, refer to Chapter 33,
Analyzing and Solving Samba Problems
. Samba has been successfully installed at thousands of sites worldwide. It is
|
1.7 Common ErrorsThe following questions and issues are raised repeatedly on the Samba mailing list. 1.7.1 Large Number of smbd Processes
Samba consists of three
If Samba is
not
running as a WINS server, then there will be one single instance of nmbd running on your system. If it is running as a WINS server then there will be two instances ” one to handle the WINS
smbd handles all connection requests. It spawns a new process for each client connection made. That is why you may see so many of them, one per client connection. winbindd will run as one or two daemons, depending on whether or not it is being run in split mode (in which case there will be two instances). 1.7.2 Error Message: open_oplock_ipc
An error message is
Your loopback device isn't working correctly. Make sure it is configured correctly. The loopback device is an internal (virtual) network device with the IP address 127.0.0.1 . Read your OS documentation for details on how to configure the loopback on your system. 1.7.3 " The network name cannot be found "This error can be caused by one of these misconfigurations:
|