您的位置:首页 > 其它

Using sshfs to mount remote directory

2015-03-13 11:11 381 查看

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

Using sshfs to mount remote directory



Using sshfs to mount remote directory

I am working on different locations, but I do not want to copy all the files
from one computer to another, the simplest way to avoid the trouble of
duplicating files are using sshfs.

In order to make sshfs connection easy, it is highly recommended that the ssh
connection between two machines are passwordless. See the previous post on how
to do this.

Here are the essential steps for using sshfs:
Install:

sudo apt-get install sshfs
Mount:

sshfs wujing@172.31.8.22:/media/wujing/Personal /run/shm/wj
Note: there is no need to use root or sudo to mount the filesystem.

Unmount:

sudo umount /run/shm/wj
Note:sudo or root privilege is required to unmoount the filesystem.

Author: wujing

Created: 2015-03-13 五 11:10

Emacs 24.3.1 (Org mode 8.2.10)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐