ZFS
AssessTools
A copy-on-write file system and volume manager designed for data integrity and storage features.
Why it's here
Placed in Assess: 3 article(s) of evidence from 1 source(s), led by open-source activity, with 1 in the last 30 days. Confidence 36%.
Evidence (3)
- 3Hacker News·7/19/2026open_sourceRebuilding a Raspberry Pi home server after microSD failure
The author describes a Raspberry Pi 4B home server that became unbootable after a likely failed microSD card, worsened by a recent power outage. They rebuilt the setup with a focus on reducing writes to the SD card, adding backups and redundancy, and moving volatile data to RAM-based storage and zram swap under NixOS.
- 4Hacker News·7/8/2026open_sourceHow to Build a Minimal ZFS NAS Without TrueNAS
The article explains how to assemble a small, self-managed NAS using ZFS without relying on bundled platforms such as Synology, QNAP, or TrueNAS. It focuses on a minimal setup, emphasizing practical storage configuration choices and a simpler software stack for home or small-office use.
- 7Hacker News·7/2/2026product_launchZeroFS introduces a log-structured filesystem for S3
ZeroFS is an open-source filesystem that serves S3-compatible storage as POSIX filesystems over NFS and 9P, and as raw block devices over NBD. It writes data as immutable, compressed, encrypted segments and includes local caching, checkpoints, replication, and durability semantics for different mount types.