CentOS 8 에서 sshfs 사용하기 > 개발

본문 바로가기

사이트 내 전체검색

뒤로가기 개발

CentOS 8 에서 sshfs 사용하기

페이지 정보

작성자 관리자 (210.♡.35.28) 작성일 21-02-17 17:44 조회 2,308 댓글 0

본문

ㅁ 개요

centos 7 에서는 epel 저장소에 있기 때문에,
epel 저장소를 설치후에 sshfs 를 설치할 수 있었다.

그런데, 센토스 8은 조금 다르다.
centos 8 에서는 epel 에 있지 않고 PowerTools 라는 저장소에 있단다.
그래서 PowerTools 라는 저장소를 활성화(?) 한 후에 sshfs 를 설치해야 한다.


ㅁ PowerTools 저장소 enable 하기

여기서 조금 헤맸던 것이, 구글링해서 나온 대로 하면, 아래와 같은 오류가 나온다.

# dnf config-manager --set-enabled PowerTools
Error: No Matching repo to modify: PowerTools.

혹시나 해서 소문자로 하니, 오류없이 떨어진다.
언제부터인가 저장소명이 모두 소문자로 변경이 되었는데, 대소문자 구분을 하는 모양이다.

# dnf config-manager --set-enabled powertools

저장소 목록을 확인해 보면, 아래와 같이 powertools 가 보인다.

# yum repolist
....
powertools    CentOS Linux 8 - PowerTools
....


ㅁ sshfs 설치하기

# yum install sshfs

Centos 7 에서와 마찬가지로, 정식 명칭은 fuse-sshfs 인 모양이다.
fuse-sshfs 가 설치가 되고, 의존성 패키지로 fuse, fuse-common 패키지가 같이 설치된다.



## 참고
https://www.server-world.info/en/note?os=CentOS_8&p=ssh&f=8
https://serverfault.com/questions/997896/how-to-enable-powertools-repository-in-centos-8
https://superuser.com/questions/1567828/how-to-install-sshfs-in-centos-8-from-repository-using-package-manager-tool

추천0

댓글목록 0

등록된 댓글이 없습니다.

전체 386건 6 페이지
게시물 검색
Copyright © Baragi.Net All rights reserved.
PC 버전으로 보기