|
|
Log in / Subscribe / Register

ZFS status

ZFS status

Posted Jan 25, 2026 17:03 UTC (Sun) by cyperpunks (subscriber, #39406)
Parent article: Filesystem medley: EROFS, NTFS, and XFS

Talking about file systems: what is status of ZFS (on Linux) there days?


to post comments

ZFS status

Posted Jan 25, 2026 23:30 UTC (Sun) by mbunkus (subscriber, #87248) [Link]

A lot of folks use it commercially with huge success. For example, TrueNAS-the-company makes TrueNAS Scale, their current OS, and it's all based on Linux + ZFS. They also sell hardware with pre-installed TrueNAS (Dell machines if I'm not mistaken). Those NAS devices are quite popular and rock solid. The Linux+ZFS solution is so stable that they decided to sunset their earlier product, TrueNAS Core, which was based on FreeBSD+ZFS in favor of doing the multi-year process of switching the whole thing to Linux+ZFS.

Another example is Proxmox Virtualization Environment, which emerged as the primary winner in VMware's (Broadcom's) ongoing slide to irrelevancy in small & medium deployment sizes. It's Debian + custom Open Source software, and while they support a plethora of file systems the one they support the best & recommend the most for single-server deployments is ZFS.

Neither of those are marked as experimental features, and in the case of TrueNAS it's the raison d'ĂȘtre of the whole company nowadays.

My personal experience with both products and ZFS outside of those as well mrirors what you read elsewhere, too: it works great, has amazing features, and well worth a look for any kind of storage environment.

It's here to stay.

ZFS status

Posted Feb 7, 2026 17:17 UTC (Sat) by zwol (guest, #126152) [Link]

ZFS doesn't have a fsck. (Its "scrub" operation only validates the block checksums, not the consistency of the on-disk data structure.) In this cranky old sysadmin's opinion, that indicates an unacceptable level of hubris among the ZFS developers, and renders the filesystem unfit for production use.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds