COW and volume management?
COW and volume management?
Posted Feb 5, 2026 13:26 UTC (Thu) by intelfx (subscriber, #130118)In reply to: COW and volume management? by malmedal
Parent article: Filesystem medley: EROFS, NTFS, and XFS
> what? ZFS is a log-structured filesystem, like e.g. Sprite LFS and NetApp WAFL.
It's not a log-structured filesystem, it is a write-anywhere-*ish* (but not really) kind of filesystem with a log (journal) hanging off its side for performance.
Very different things.
The core concept underpinning DMU is still just a (potentially recursive) map of blocks. That is the "original Unix filesystem". It's just ext2 with (admittedly, a lot of) extra steps.
