SSHFS mount remote file system to local system

Installing SSHFS

On Ubuntu/Debian

SSHFS is a Linux based software which has to be installed on your local computer. On Ubuntu and Debian based systems the easiest option to do that is to use apt-get.

sudo apt-get install sshfs

 

For Mac OSX

brew install sshfs

You may install SSHFS on Mac OSX but first you must download FUSE and SSHFS from the osxfuse site

Mounting the Remote File System

sshfs ky13@prince.hpc.nyu.edu:/home/ky13 ~/nyu_hpc_mnt_point

 

Unmounting the Remote File System

When you no longer require the mount point, you may simply unmount it using the following command.

sudo umount ~/nyu_hpc_mnt_point

 

https://www.dreamvps.com/tutorials/how-to-use-sshfs-over-ssh/

https://wikis.nyu.edu/display/NYUHPC/Getting+or+renewing+an+HPC+account

 

posted on 2018-09-25 03:32  Quinn-Yann  阅读(202)  评论(0编辑  收藏  举报