
194 z/VM and Linux on IBM System z: The Virtualization Cookbook for Red Hat Enterprise Linux 6.0
--------- -------
MYGROUP GPOK226
...
You can test getting a Samba share from a Windows desktop. Perform the following steps
1. Go to any Windows Explorer window (such as My Computer) and select Tools Map
Network Drive.
2. Use the Universal Naming Convention (UNC) to specify the Samba server and share
name, as shown in the upper left of Figure 11-2. In this example, the UNC is
\\9.60.18.226\sharedoc.
3. You may have to click different user name if the user or password on the new Samba
server is different from the Windows system from which you are connecting.
4. Click Finish.
If all the steps were done correctly, you should see the files in a new Explorer window, as
shown in the bottom right of Figure 11-2.
Figure 11-2 Mapping a network drive to the Samba server
You should now have Samba configured and running with one new share available.
If you prefer a DOS command line, you can also link to the share by using the net use
command:
c:\>net use y: \\9.60.18.226\sharedoc
The command completed successfully.
You can detach the share by using the following net use command:
c:\>net use y: /delete
y: was deleted successfully.
Kommentare zu diesen Handbüchern