본문 바로가기

Linux

CentOS ZFS 설치

ZFS 성능 측정 미션이 왔습니다.

 

그래서 기존에 서버로 사용했던 CentOS에 ZFS를 받으려 합니다.

 

원래 Solaris에서 사용하는 File System 입니다. 리눅스에서 사용하려면 FUSE를 사용해야 된다는군요.

 

설치 순서입니다.

 

1. 필요 패키지 설치

 

 yum install -y fuse-devel libattr-devel libaio-devel libacl-devel zlib-devel fuse-devel scons openssl-devel

 

2. zfs-fuse  설치

 

rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-7.noarch.rpm   

yum install zfs-fuse

 

3. zfs 실행

 

service zfs start 

 

끗.

 

참곳 사이트 블로그

http://jyyu.tistory.com/entry/ZFS-on-CentOS-52-1-1

http://zfs-fuse.net/

http://drwetter.eu/blog/zfs_under_linux.en.html

http://docs.oracle.com/cd/E26925_01/html/E25825/setup-1.html 

http://noizze.net/post/1223

http://www.joinc.co.kr/modules/moniwiki/wiki.php/Site/cloud/Storage/NativeZFSOnLinux

http://blog.daum.net/_blog/BlogTypeView.do?blogid=0FcAa&articleno=12294547&categoryId=694581&regdt=20080803163228#ajax_history_home

http://jswlinux.tistory.com/111

'Linux' 카테고리의 다른 글

CentOS Iozone 설치  (0) 2012.11.28
CentOS Fusion-io 설치  (0) 2012.11.28
Ubuntu Eclipse. JDK 설치.  (0) 2012.08.28
vim text 색 바꾸기.  (0) 2012.07.05
CentOS X Window 설치  (0) 2012.07.05