User Tools

Site Tools


code:work:lvisf:2017sharedmacdir:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
code:work:lvisf:2017sharedmacdir:start [2017/06/25 18:02] davidcode:work:lvisf:2017sharedmacdir:start [2017/06/26 01:39] (current) – [sshfs] david
Line 6: Line 6:
  
   * Share the target folder using the tips here:  [[https://support.apple.com/kb/PH18707?locale=en_US]]   * Share the target folder using the tips here:  [[https://support.apple.com/kb/PH18707?locale=en_US]]
-  * Make sure the share is write-able by the user+ 
 +(These steps lifted directly from above link) 
 +  * Open Sharing preferences if it isn’t already open (choose Apple menu > System Preferences, then click Sharing). 
 +  * Select the File Sharing checkbox, then click Options. 
 +  * Select “Share files and folders using SMB.” 
 +  * Select the checkbox next to the user account that will be used to share files with Windows users, enter the password for that user, then click OK. 
 +  * Click Done. 
 +  * Open Network preferences, select your active connection, then click Advanced. 
 +  * Click the WINS tab, then enter the workgroup name used by the Windows computer. 
 +  * If you don’t know the workgroup name, on the Windows computer open Control Panel > System and Security > System. (Windows computers normally use either WORKGROUP or MSHOME.) 
 +  * Click OK, then click Apply. 
 + 
 + 
 +  * **NOTE:** Make sure the share is write-able by the user, I think it might be by default
    
 **On the Linux machine:** **On the Linux machine:**
Line 13: Line 26:
   * Make a directory to write mount the share <code>   * Make a directory to write mount the share <code>
 sudo mkdir /media/macshare sudo mkdir /media/macshare
-<code>+</code>
   * Modify **/etc/fstab** and add as an example<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+//192.168.0.XX/quicklook      /media/macshare cifs    user=USERNAME,pass=PASSWORD,uid=LOCALUSER 0 0
 </code> </code>
  
Line 28: Line 41:
 This looks really simple, maybe a bit slow... look at the weaker encryption maybe for speed.  Or just use CIFS or something simple... This looks really simple, maybe a bit slow... look at the weaker encryption maybe for speed.  Or just use CIFS or something simple...
  
 +
 +  * [[http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id]] password less mounting
  
 <code> <code>
code/work/lvisf/2017sharedmacdir/start.1498413746.txt.gz · Last modified: 2017/06/25 18:02 by david