8297ae3decd9bfc359fa7a4b72288cfa8b986151
faq-sshfs.md
... | ... | @@ -45,7 +45,7 @@ On occasion the mount may become stuck or unresponsive you can force unmount via |
45 | 45 | |
46 | 46 | ## Using helper script |
47 | 47 | |
48 | -We created a 'helper' script available that can be used with sshfs_nfs.app for mac to automount at login. The app is simply a wrapper for sshfs-helper.sh and assumes the script exists in /Users/Shared/ |
|
48 | +We created a 'helper' script available that can be used with sshfs_nfs.app for mac to automount at login. The app is simply a wrapper for sshfs-helper.sh and assumes the script exists in your home folder. |
|
49 | 49 | |
50 | 50 | If the mounts become stuck just rerun to reattach shares. |
51 | 51 | |
... | ... | @@ -54,7 +54,7 @@ If the mounts become stuck just rerun to reattach shares. |
54 | 54 | or copy the whole set - |
55 | 55 | |
56 | 56 | ``` |
57 | -rsync -rlptD $USER@xtal200.harvard.edu:/net/cronus/cmcd1/arc/shared/sshfs* /Users/Shared/ |
|
57 | +rsync -rlptD $USER@xtal200.harvard.edu:/net/cronus/cmcd1/arc/shared/sbgrid-sshfsfiles.zip . |
|
58 | 58 | ``` |
59 | 59 | |
60 | 60 | The script will create a file in your home folder called `.sshfs-mounts` |
... | ... | @@ -69,6 +69,4 @@ An example - |
69 | 69 | `oconnor@sshfs.sbgrid.org /nfs/userdocs /Users/oconnor/userdocs` |
70 | 70 | `jo232@transfer.o2.hms.harvard.edu /home/myfolder /Users/oconnor/o2home` |
71 | 71 | |
72 | -For additional folders you must create the destination folder like - `mkdir /nfs/o2home` |
|
73 | - |
|
74 | -After it is working you can add a shortcut into your dock by navigating to /Users/Shared/ on your Mac `open /Users/Shared` and then dragging the sshfs_nfs.app into your dock. If you need to reconnect to the shares just press the app and it will connect or reconnect. |
|
72 | +After it is working you can add a shortcut into your dock by navigating to your home folder on your Mac `open ~` and then dragging the sshfs_nfs.app into your dock. If you need to reconnect to the shares just press the app and it will connect or reconnect. |