D
delimir
Guest
ZFS is a filesystem that was designed by Sun Microsystems. It's core benefit is that it is a fully versioned filesystem, allowing multiple previous versions of one file to be stored with near zero overhead to the filesystem.
This is because the previous versions only store what had changed in the file, allowing the meta-files to be built dynamically from the data on the disk.
Additionally, it allows one to build dynamic RAID Arrays by simply adding storage capacity to the "pool".
The largest benefit of the filesystem is the way that data is stored and accessed. It will perform checksums on all data to detect file corruption and then automatically rebuild the lost data. It will also automatically reorder data based on patterns in how it is accessed.
Additionally, instead of a standard file system table as is used in most file systems for indexing, it uses an actual database entry that can be read strait from the disk into the drive's memory for immediate access to all metadata for all files on the whole partition.
Very amazing stuff.
http://forum.insanelymac.com/index.php?showtopic=65418
I "zvanicno"...
http://www.macdailynews.com/index.p...ses_zfs_on_mac_os_x_preview_11_to_developers/
Cini se kao savrseni fajl sistem za Time Machine drajv...
Poslednja izmena: