ZFS

From OSDev.wiki
Revision as of 07:36, 9 July 2022 by osdev>Demindiro (Link to specification is dead, replace with link copied from https://openzfs.org/wiki/Developer_resources)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Filesystems
Virtual Filesystems

VFS

Disk Filesystems
CD/DVD Filesystems
Network Filesystems
Flash Filesystems
This page is a stub.
You can help the wiki by accurately adding more contents to it.

ZFS is a filesystem designed by Sun Microsystems known for its exceptionally high storage capacities, built-in volume management, data corruption prevention measures, transparent data deduplication, and transparent encryption. The maximum file size is 2^64 bytes (16 exabytes), and the maximum number of files is 2^48.

Links