ZFS
From Just Solve the File Format Problem
(Difference between revisions)
(add storage format links, plus some more references) |
|||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | :Not to be confused with [[zFS (IBM)]], an unrelated IBM mainframe filesystem | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic | ||
Line 4: | Line 5: | ||
|released=2005 | |released=2005 | ||
}} | }} | ||
− | '''ZFS''' is a [[filesystem]] originally developed by Sun Microsystems. It has sophisticated features including software RAID, deduplication, and data compression | + | '''ZFS''' is a [[filesystem]] originally developed by Sun Microsystems. It has sophisticated features, including software [[RAID]], deduplication, and data compression. |
− | + | ||
− | + | ||
− | + | ||
== Storage formats == | == Storage formats == | ||
− | * [ | + | * [http://www.giis.co.in/Zfs_ondiskformat.pdf ZFS On-Disk Specification – Draft] (2006) |
* [http://docs.oracle.com/cd/E36784_01/html/E36835/appendixa-1.html#scrolltoc Oracle Solaris 11.2 ZFS Version Descriptions] | * [http://docs.oracle.com/cd/E36784_01/html/E36835/appendixa-1.html#scrolltoc Oracle Solaris 11.2 ZFS Version Descriptions] | ||
− | * [http://open-zfs.org/wiki/ | + | * [http://open-zfs.org/wiki/Feature_Flags OpenZFS Feature Flags] |
== Links == | == Links == | ||
Line 20: | Line 18: | ||
* [http://www.oracle.com/technetwork/server-storage/solaris11/technologies/data-management-2237949.html Oracle Solaris 11 ZFS] | * [http://www.oracle.com/technetwork/server-storage/solaris11/technologies/data-management-2237949.html Oracle Solaris 11 ZFS] | ||
* [http://www.theregister.co.uk/2013/03/30/zfs_on_linux_production_ready/ Article about production-ready ZFS for Linux] | * [http://www.theregister.co.uk/2013/03/30/zfs_on_linux_production_ready/ Article about production-ready ZFS for Linux] | ||
+ | * [https://blog.vx.sk/archives/62 OpenZFS Feature Flags Compatibility Matrix (VX weblog)] | ||
[[Category:Sun]] | [[Category:Sun]] |
Latest revision as of 11:35, 2 January 2021
- Not to be confused with zFS (IBM), an unrelated IBM mainframe filesystem
ZFS is a filesystem originally developed by Sun Microsystems. It has sophisticated features, including software RAID, deduplication, and data compression.
[edit] Storage formats
- ZFS On-Disk Specification – Draft (2006)
- Oracle Solaris 11.2 ZFS Version Descriptions
- OpenZFS Feature Flags