Other Filesystems

1. What do I need to do in order to have Mac's to do file sharing with Linux ?

1. What do I need to do in order to have Mac's to do file sharing with Linux ?

SuSE comes with Netatalk, which allows the Linux box to show up in the Mac's Chooser.

  1. Go into YaST2 Control Center (unless you're already root, it will prompt you for the root password)

  2. Click on System icon on the left side.

  3. Click on RC-Config Editor.

  4. Expand the section called "Start-Variables"

  5. Inside Start-Variables, expand the subsection called Start-Network

  6. Under Start-Network click on start_atalk and set it to YES.

  7. From the root prompt:
    /etc/init.d/atalk start
    	    

    You don't even need to edit /etc/atalk/netatalk.conf , in SuSE 7.3 it comes ready to run.

    Tip

    If you need to edit the file, then open it in a text editor, and about the 10th line down you may need to replace server_name with whatever your servername.

    ATALK_NAME="server_name"
    	  

Copyright 2002-2003 Togan Muftuoglu