MediaWiki:Welcome to the Howto page/FreeBSD/ZFS
Introduction
Creating a ZFS pool
Start by enabling ZFS in /etc/rc.conf:
zfs_enable="YES"
Create a mount point for the ZFS pool:
mkdir /zfs
Create the pool itself:
Introduction
Creating a ZFS pool
Start by enabling ZFS in /etc/rc.conf:
zfs_enable="YES"
Create a mount point for the ZFS pool:
mkdir /zfs
Create the pool itself: