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

본문 바로가기
사이트 내 전체검색

개발

CentOS 8 에서 sshfs 사용하기

페이지 정보

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

본문

ㅁ 개요

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

댓글목록

등록된 댓글이 없습니다.

Total 386건 6 페이지
  • RSS
개발 목록
번호 제목 조회 추천 날짜
2861906002-27
2851628002-26
2841857002-26
2832313002-25
2822273002-17
열람중2221002-17
2802309001-14
2792005011-07
2781752010-07
2772034010-07
2762402010-06
2752315010-06
2742155009-27
2732566009-07
2721848009-06
2712189006-30
2702524006-30
2692791006-29
2683382006-29
2671987006-22

검색


사이트 정보

Copyright © Baragi.Net. All rights reserved.