ZFS: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (Repositioned filestems menu)
m (Link to specification is dead, replace with link copied from https://openzfs.org/wiki/Developer_resources)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Filesystems}}
{{Filesystems}}
{{Stub}}
{{Stub}}

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 ==
== Links ==
* [http://hub.opensolaris.org/bin/download/Community+Group+zfs/docs/ondiskformat0822.pdf ZFS on-disk format official specification]
* [http://www.giis.co.in/Zfs_ondiskformat.pdf ZFS on-disk format official specification]
* [http://blogs.sun.com/bonwick/ Jeff Bonwick blog]
* [https://blogs.oracle.com/bonwick/ Jeff Bonwick blog]
* [http://en.wikipedia.org/wiki/ZFS ZFS article on wikipedia]
* [http://en.wikipedia.org/wiki/ZFS ZFS article on wikipedia]



Latest revision as of 07:36, 9 July 2022

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