As of r294999 it’s possible to boot FreeBSD/amd64 stable/10 from ZFS pools on systems running UEFI firmware. Up until now I have booted my UEFI ZFS laptop using the older boot1.efi boot loader with /boot located on a UFS partition. Earlier today I updated my EFI System Partition (ESP), put /boot back where it belongs, […]

Read More → FreeBSD’s UEFI boot loader now supports ZFS pools

I bought the ebook edition of FreeBSD Mastery: ZFS this June. While the authors’ intentions are good, the 2015-05-21 edition has some errors and mistakes. The table below is nothing more than an unofficial errata of said book. Beware, what you find below might be due to my lack of understanding FreeBSD, ZFS, or the […]

Read More → Unofficial errata: FreeBSD Mastery: ZFS

Creating new BE’s using snapshots and clones can get messy with dependencies all over the place. I had an epiphany the other day, why not create a snapshot on the current dataset, send that snapshot to a new dataset within the same zpool (or elsewhere), and subsequently destroy the (two!) snapshots? Instant transfer of data, […]

Read More → Cloning a ZFS dataset using only zfs snapshot, zfs send, and zfs receive

I had a FreeBSD setup I wanted to replicate to another, identical computer. The source system runs ZFS and so should the receiving system. A recursive snapshot in combination with the zfs send and zfs receive commands proved most fruitful.

Read More → Replicating an entire FreeBSD system using ZFS

I came across this post comparing ZFS to Btrfs. The post is undated and that makes it a bit hard to verify the claims against Btrfs. Although I’m partial towards ZFS, I hope Btrfs catches up. Meanwhile, maybe I should check out Btrfs for myself. Update 2013-12-05: Someone named “sasfater” wrote me an email today […]

Read More → ZFS vs Btrfs