Article ID: 1450
Last Review: Nov 6, 2008
Type: Instructions
Follow these instructions to configure Mac OS X 10.4 with a WINS server address.
Mac OS X 10.4 does not automatically obtain WINS server addresses from DHCP. This prevents you from using the Finder to mount a volume (map a network drive) when you are using a NetBIOS host name.
This article assumes you can mount a volume using an IP address or DNS address but not a NetBIOS host name.
To mount a volume in Mac OS X 10.4, do the following:
smb://ip_address/share (this works)smb://dns_address/share (this works)smb://netbios_name/share (this does not work)When you try using the Finder to mount a volume using a NetBIOS host name, you get the following error:
The Finder cannot complete the operation because some data in "smb://netbios_name/share" could not be read or written.
(Error code -36).
This error is a general I/O (input/output) error which can occur under many different circumstances. The information in this article applies only to this error if it is returned when you attempt to mount a volume using a NetBIOS host name.
To resolve the problem described above, create a .nsmbrc file and use it to specify your WINS server address. At Illinois State University, this allows you to mount volumes (map network drives) using NetBIOS host names, rather than IP addresses or DNS addresses.
To create a .nsmbrc file and specify the campus WINS server, do the following:
pico .nsmbrc[default]
nbns = 172.30.103.9You can now mount a volume using a NetBIOS name rather than an IP address or DNS address.