User Tools

Site Tools


code:work:lvisf:2017sharedmacdir:start

This is an old revision of the document!


Table of Contents

Sharing a Mac Folder

cifs

On the Mac machine:

On the Linux machine:

  • Make a directory to write mount the share
    sudo mkdir /media/macshare
    <code>
      * Modify **/etc/fstab** and add as an example<code>
    //192.168.0.XX/new      /media/macshare cifs    user=USERNAME,pass=PASSWORD,uid=LOCALUSER 0 0

rsync

  • Could just rsync the files every minute after creating them locally. I actually like this, except we're going to have to write the files locally… and I would rather just write them over the network to a shared drive and be done with it not taking up local drive space and not competing with the primary data files for the drive's attention.

sshfs

code/work/lvisf/2017sharedmacdir/start.1498413746.txt.gz · Last modified: 2017/06/25 18:02 by david