ZeroFS: An Open-Source Filesystem That Turns S3 into Primary Storage via NFS, 9P, and NBD
By
Eikon
Fresh out the oven, still warm. Top of the tray.
Summary
ZeroFS is an open-source filesystem that makes Amazon S3 storage function like a real local filesystem. It provides file-level access via NFS and 9P protocols, and block-level access via NBD (Network Block Device). The project passes 8,662 POSIX filesystem tests and uses ZFS end-to-end testing in CI, including extracting the Linux kernel source tree and running scrub operations without errors. Initially built for merklemap.com, ZeroFS aims to enable S3 as primary storage rather than just backup or archival.
Key quotes
· 4 pulledZeroFS makes S3 storage feel like a real filesystem.
It provides file-level access via NFS and 9P and block-level access via NBD.
ZeroFS passes all tests in the pjdfstest_nfs test suite - 8,662 tests covering POSIX filesystem operations including file operations, permissions, ownership, and more.
We create ZFS pools on ZeroFS, extract the Linux kernel source tree, and run scrub operations to verify data integrity. All operations complete without errors.
You might also wanna read
MayaNAS Introduces Native ZFS Object Storage Integration at OpenZFS Developer Summit 2025
MayaNAS presented at the OpenZFS Developer Summit 2025, showcasing objbacker.io—a native ZFS VDEV implementation for object storage that byp
Netflix engineer's open-source tool cuts AI token usage by up to 90%
Netflix senior engineer Tejas Chopra created software called "Project Headroom" that prunes redundant tokens from AI agent instructions befo
Copyparty: A Lightweight File Server That Runs as a Single Python Script
Copyparty is a lightweight, full-featured file server that runs as a single Python script, making it extremely easy to set up without needin
Researcher's "ADHD" tool for Claude Code claims 2x improvement; experts call for more evidence
Solo researcher Udit Akhouri released a third-party Agent SDK tool called "ADHD" for Claude Code on Reddit, claiming it makes the coding age
bit.ly·1d agoReactOS open-source Windows NT clone reaches ARM64 boot milestone on Raspberry Pi 5
ReactOS, the open-source project aiming to recreate Windows NT, has achieved a new milestone by booting on ARM64 architecture. The experimen
Zig Devlog: Build System Rework Separates Maker and Configurer Processes
This devlog entry from the Zig programming language project announces a major rework of the build system, separating the maker process from
