User Tools

Site Tools


zfs

This is an old revision of the document!


Using ZFS as storage in FreeBSD

1. Check your /etc/rc.conf

rc.conf
zfs_enable="YES"

2. Start service

# service zfs start

3. Create pool(s) on your drive(s)

# zpool create disk2 /dev/ada0

4. Create storage directory on pool and set it write permissions

# mkdir /disk2/wrstorage2
# chmod 777 /disk2/wrstorage2

5. Add this directory as WolfRecorder storage

zfs.1684250639.txt.gz · Last modified: 2023/05/16 18:23 by nightfly