FreeBSD/ZFS の変更点


*ZFS(Zettabyte File System) [#a2455d54]

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

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

#contents

**環境 [#id5a6e13]
-FreeBSD 7.1

''&color(Red){※実メモリが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を有効にする。 [#a9d8005c]
 # vi /etc/rc.conf
 
 # engage ZFS at start up
 zfs_enable="YES"
 
 # /etc/rc.d/zfs start

**参考サイト [#c44fca39]
[[http://www.seichan.org/wiki/index.php?FreeBSD-ZFS>http://www.seichan.org/wiki/index.php?FreeBSD-ZFS
]]
http://www.seichan.org/wiki/index.php?FreeBSD-ZFS