A wet-dry hybrid biologist's take on genetics and genomics. Mostly is about Linux, R, python, reproducible research, open science and NGS. Grab my book to transform yourself to a computational biologist https://divingintogeneticsandgenomics.ck.page/

This blog by Tommy Tang is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Showing posts with label mount remote server. Show all posts
Showing posts with label mount remote server. Show all posts
Thursday, July 13, 2017
Thursday, September 3, 2015
mount a remote server on mac using SSHFS
I work frequently with remote computing cluster. I want to mount a remote server to my local computer (a mac). In this post, I will show you how to use SSHFS to achieve that.
First, you need to read OSXfuse wiki. You might also want to read this post.
For me, I have Homebrew and brew cask installed, so I just need to:
First, you need to read OSXfuse wiki. You might also want to read this post.
For me, I have Homebrew and brew cask installed, so I just need to:
brew cask install osxfuse
brew install sshfs
Then, go to Macfusion. Install macfuse first. Download Macfusion, unzip it and put it to your Application folder.
In the terminal, type commands below:
You then can click the Macfusion GUI and set up the server. If everything is OK, you will see the server is mounted in the /Volumes folder. If you want /Volumes folder to be shown under the Finder.
on command line do:
sudo SetFile -a v /Volumes
In the terminal, type commands below:
cd /Applications/Macfusion.app/Contents/PlugIns/sshfs.mfplugin/Contents/Resources
mv sshfs-static sshfs-static.orig
ln -s /usr/local/bin/sshfs sshfs-static
You then can click the Macfusion GUI and set up the server. If everything is OK, you will see the server is mounted in the /Volumes folder. If you want /Volumes folder to be shown under the Finder.
on command line do:
sudo SetFile -a v /Volumes
Subscribe to:
Posts (Atom)
