FreeBSD/ZFS

ZFS(Zettabyte File System)

Sun Microsystems により開発された先進的なファイルシステム

FreeBSD 7.xで移植が完了した。

環境

※実メモリが512MB以上ないとkernel panicするので注意が必要。

起動時にこんなWarningも出てた
This module (opensolaris) contains code covered by the
Common Development and Distribution License (CDDL)
see http://opensolaris.org/os/licensing/opensolaris_license/
WARNING: ZFS is considered to be an experimental feature in FreeBSD.
ZFS WARNING: Recommended minimum RAM size is 512MB; expect unstable behavior.
ZFS filesystem version 6
ZFS storage pool version 6

ZFSを有効にする。

# vi /etc/rc.conf

# engage ZFS at start up
zfs_enable="YES"

# /etc/rc.d/zfs start

参考サイト

http://www.seichan.org/wiki/index.php?FreeBSD-ZFS