sshfs命令挂载远程目录(debian centos)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
我的博客已迁移到xdoujiang.com请去那边和我交流
项目有台online机器需要迁移到另外1台上去 上面有多个不同目录需要
scp 到另外1台上去 发现使用sshfs一次性的将目录挂载过来 在本地复制后在 umount
这样省事也方便,也省去每次 scp 需要敲密码了。
 
基础环境
severA=192.168.1.122(6.0.10)debian 
severB=192.168.1.120(6.6)centos
 
1、安装sshfs(SSHFS - filesystem client based on  ssh )
apt-get -y  install  sshfs
 
2、挂载格式
sshfs [user@]host:[ dir ] mountpoint [options]
 
3、将severB机器上的 /opt/111 目录挂载到severA的 /mnt
echo  "redhat" |sshfs -o nonempty,allow_other,password_stdin jimmy@192.168.1.120: /opt/111  /mnt
 
4、参数说明
-o password_stdin  read  password from stdin (only  for  pam_mount!)
-o nonempty allow mounts over non-empty  file /dir
-o allow_other allow access to other  users
 
5、查看挂载
df  -Th
Filesystem    Type    Size  Used Avail Use% Mounted on
/dev/sda1      ext3     19G  2.1G   16G  12% /
tmpfs        tmpfs    494M     0  494M   0%  /lib/init/rw
udev         tmpfs    490M  156K  490M   1%  /dev
tmpfs        tmpfs    494M     0  494M   0%  /dev/shm
/dev/sda5      ext3     31G  179M   30G   1%  /opt
jimmy@192.168.1.120: /opt/111
         fuse.sshfs     26G  244M   25G   1%  /mnt
==========================centos===========================
centos直接yum安装(前提是有epel源)
1、查询
yum list | grep  sshfs
fuse-sshfs.x86_64                          2.4-1.el6                     epel
 
2、安装
yum -y  install  fuse-sshfs









本文转自 xdoujiang 51CTO博客,原文链接:http://blog.51cto.com/7938217/1661793,如需转载请自行联系原作者
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值