On the Mac, enable file sharing:

  • click System Preferences
  • click Sharing
  • File Sharing enable
  • click Options
  • Enable Shar files and folders using SMB
  • Add Shared Folder

Install smbfs on the Debian box

apt-get install smbfs

On the Debian box, mount the OSX share

mount -t cifs -o username=mac_user_name,password=mac_user_password \ 
//IP_Address_of_Mac/directory /mnt/mac