CentOS sshfs 설치

CentOS sshfs 설치
CentOS fuse-sshfs 설치

1 사전 작업[ | ]

2 확인[ | ]

[root@zetawiki ~]# sshfs -V
-bash: sshfs: command not found
[root@zetawiki ~]# yum list fuse-sshfs
... (생략)
Available Packages
fuse-sshfs.x86_64                           2.5-1.el6.rf                           rpmforge

3 설치[ | ]

[root@zetawiki ~]# yum install fuse-sshfs
... (생략)
Dependencies Resolved

===========================================================================================
 Package               Arch              Version                 Repository           Size
===========================================================================================
Installing:
 fuse-sshfs            x86_64            2.5-1.el6.rf            rpmforge             50 k
Installing for dependencies:
 fuse                  x86_64            2.8.3-5.el6             base                 77 k
 fuse-libs             x86_64            2.8.3-5.el6             base                 74 k

Transaction Summary
===========================================================================================
Install       3 Package(s)

Total download size: 201 k
Installed size: 562 k
Is this ok [y/N]: y
... (생략)
Installed:
  fuse-sshfs.x86_64 0:2.5-1.el6.rf                                                         

Dependency Installed:
  fuse.x86_64 0:2.8.3-5.el6                 fuse-libs.x86_64 0:2.8.3-5.el6                

Complete!

4 확인 2[ | ]

[root@zetawiki ~]# sshfs -V
SSHFS version 2.5
FUSE library version: 2.8.3
fusermount version: 2.8.3
using FUSE kernel interface version 7.12

5 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}