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
Last revisionBoth sides next revision
student:utilities:sshfs [2020/02/06 10:07] morrispjstudent:utilities:sshfs [2021/08/27 10:47] – [macOS] Fix macOS unmount instructions lam2mo
Line 21: Line 21:
 </code> </code>
  
-Where ''<eid>'' is your JMU username. The ''~/mnt/stu'' directory on your local machine now contains the contents of your JMUCS home directory. Changes made in one place will automatically be reflected in the other. +Where ''<eid>'' is your JMU username. The ''~/mnt/stu'' directory on your local machine now contains the contents of your JMUCS home directory. Changes made in one place will automatically be reflected in the other. See ''man sshfs'' for additional options.
- +
-See ''man sshfs'' for additional options; in particular, the ''-o idmap=user'' option is necessary if your UIDs do not match between the client and the server (this is likely the case on personal machines).+
  
 === Unmounting the filesystem === === Unmounting the filesystem ===
Line 43: Line 41:
 {{:student:utilities:fuse03-enable_ext.png?600|}} {{:student:utilities:fuse03-enable_ext.png?600|}}
  
-After everything is installed correctly, you should be able to follow the same command-line instructions described in the Linux section above.+After everything is installed correctly, you should be able to follow the same command-line instructions described in the Linux section above except that you should use the following command to unmount the remote filesystem: 
 + 
 +<code> 
 +umount ~/mnt/stu 
 +</code> 
 + 
 +**WARNING FOR EARLY ADOPTERS:** There are [[https://github.com/osxfuse/osxfuse/issues/705|known issues]] with OSXFUSE on macOS 11.0 ("Big Sur"). If you upgrade to Big Sur, you will need to re-install the latest version of OSXFUSE (v3.11.0) and you may experience performance degradation.
  
 ==== Windows ==== ==== Windows ====