Changes

From Amahi Wiki
Jump to: navigation, search
465 bytes added ,  16:15, 21 October 2008
no edit summary
For accessing Amahi shared folders/files on a Mac OS X computer, you use the Finder.
There are two several ways to connect to your Amahi HDA. Using the Finder directly and Connecting to the server share from the Finder.
== Using the Finder Directly ==
To set your system to auto-connect at login or startup, see this [http://engineering.purdue.edu/ECN/Support/KB/Docs/MacOSXConnectingToSMB great intro article].
 
== Connecting with the command line ==
 
For the power users out there, there are commands to mount the Amahi HDA server on demand. This is an example:
 
mkdir -p ~/Desktop/hda/movies
mkdir -p ~/Desktop/hda/music
mount_smbfs '//hda/movies' ~/Desktop/hda/movies
mount_smbfs '//hda/music' ~/Desktop/hda/music
 
A more general form of this mount command for a given user and a domain is like this:
 
mount_smbfs '//home.com;user@hda/share' ~/Desktop/hda/share
Trusted, Bots, Bureaucrats, emailconfirmed, Administrators
3,789

edits