Centos上安装 sshfs 实现远程挂载文件

下载 wget http://nchc.dl.sourceforge.net/project/fuse/sshfs-fuse/2.4/sshfs-fuse-2.4.tar.gz
安装
执行:sshfs root@192.168.2.2:/var/mobile/Media/ /mnt/iphone -o nonempty
另外 ssh 的用法
ssh 192.168.1.1
在centos6上使用scp命令复制文件到另外一台linux上时
scp -r /root/iftop-0.17/ root@IP:/home/
记得安装客户端
yum install openssh-clients
posted @ 2013-01-18 13:46  jackluo  阅读(2181)  评论(0编辑  收藏  举报