ZFS: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
m (Added filesystems menu)
m (Link to specification is dead, replace with link copied from https://openzfs.org/wiki/Developer_resources)
 
(3 intermediate revisions by 3 users not shown)
Line 1:
{{Stub}}
{{Filesystems}}
{{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 ==
* [http://hubwww.opensolarisgiis.org/bin/download/Community+Group+zfs/docsco.in/ondiskformat0822Zfs_ondiskformat.pdf ZFS on-disk format official specification]
* [httphttps://blogs.sunoracle.com/bonwick/ Jeff Bonwick blog]
* [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