LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   Sharing Linux Box with Mac (https://www.linuxquestions.org/questions/linux-networking-3/sharing-linux-box-with-mac-657028/)

mantonr 07-20-2008 02:50 PM

Sharing Linux Box with Mac
 
Got a linux box running Gentoo and I want to be able to access its contents on my mac finder.

How do I get the linux box to appear in finder like other computers on my network?

BlueC 07-20-2008 02:53 PM

Macs use the AFP protocol for file sharing. This is probably a good starting place:

http://gentoo-wiki.com/HOWTO_Share_Directories_via_AFP

HTH
C

chort 07-20-2008 05:48 PM

OS X can also access shares over CIFS or NFS. In Finder, do  + K and type in the IP of your Linux machine, prefaced by either nfs:// or cifs://

cifs://myuser@10.0.0.2/share

^^^ that assumes your Linux box is 10.0.0.2, your account is 'myuser', and your share is 'share'.


All times are GMT -5. The time now is 12:02 PM.