ZFS
From Just Solve the File Format Problem
(Difference between revisions)
(add storage format links, plus some more references) |
|||
Line 20: | Line 20: | ||
* [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] | ||
+ | * [http://blog.vx.sk/archives/44-OpenZFS-Feature-Flags-Compatibility-Matrix.html OpenZFS Feature Flags Compatibility Matrix (VX weblog)] | ||
[[Category:Sun]] | [[Category:Sun]] |
Revision as of 18:45, 2 January 2015
ZFS is a filesystem originally developed by Sun Microsystems. It has sophisticated features including software RAID, deduplication, and data compression.
On Linux
ZFS cannot be incorporated into the Linux kernel distribution, due to license incompatibilities. However, a native Linux port of it is available, and was declared to be production-ready as of March 2013.
Storage formats
- ZFS On-Disk Specification – Draft (ZFSOnDiskFormat.pdf, Sun Microsystems, Inc., 2006-08)
- Oracle Solaris 11.2 ZFS Version Descriptions
- OpenZFS Feature Flags