|
Mounting a Network Share in Mac OSX
OSX connects to numerous types of network shares using URL's similar to a web browser. URL's (Uniform Resource Locator's) all use the format: Protocol abbreviation, colon, slash, slash, server name <dot> local domain name <dot> root domain, slash, sharename E.g. smb://wcfas.westminster-mo.edu/username$
Protocols of shares are determined by the hardware and software they are hosted on and the content they have available. The most common ones are:
SMB - Server Message Block, a way for non-windows machines like MacOS, Linux, Unix etc. to connect to a Windows file share. A $ at the end means it is "hidden" from being browsable. E.g. You have to know the name to access it, it won't show up if you click "browse" to hunt for one.
AFP - Apple File Protocol, used by AppleTalk servers to connect to Mac-only file shares. (We no longer have any Mac only shares)
HTTP - HyperText Transport Protocol, normally used to download web content, but it can also be used in reverse to post content into a website if you have appropriate access rights
FTP - File Transport Protocol, an old protocol for downloading and posting files into a remote server. Still around, but mostly used by tech folks.
- Go to the Finder (Desktop)
- Click on the GO menu and choose "Connect to server"
- Type in the URL for the share you want to access: smb://wcfas.westminster-mo.edu/username$ or etc.
- Click connect... Fill in the appropriate blanks for username, password and domain name.
- The share should mount on your desktop and be available to copy files into/out of just as you would a hard drive. Be sure to stick to the stricter rules for file naming.
|