10 Reasons You Need to Look at ZFS
Oct 07, 2009, 21:02 (2 Talkback[s])
(Other stories by Paul Rubens)
[ Thanks to Michael
Hall for this link. ]
"Here are the top 10 features that ZFS fans find
insanely great:
"1. Checksums in Metadata for Data Integrity
"Data integrity is of paramount importance in ZFS, and is the
driver for many ZFS features.
"The file system uses a 256-bit checksum, which is stored as
metadata separate from the data it relates to, when it writes
information to disk. Unlike a simple disk block checksum, this can
detect phantom writes, misdirected reads and writes, DMA parity
errors, driver bugs and accidental overwrites as well as
traditional "bit rot."
"2. Copy on Write
"ZFS ensures that data is always consistent on the disk using a
number of techniques, including copy-on-write. What this means is
that when data is changed it is not overwritten — it is
always written to a new block and checksummed before pointers to
the data are changed. The old data may be retained, creating
snapshots of the file system through time as changes are made. File
writes using ZFS are transactional — either everything or
nothing is written to disk."
Complete Story
Related Stories:
- How to build a highly available file server using OpenSolaris, iSCSI, ZFS and St(Jun 07, 2009)
- ZFS under Linux the PV way(Jun 05, 2009)
- Sun Adds Solid State Drive Management to ZFS(Jun 01, 2009)
- Linux Don't Need No Stinkin' ZFS: BTRFS Intro & Benchmarks(Apr 22, 2009)
- Share iSCSI Volumes With Linux Clients via ZFS(Jan 08, 2009)
- Sun Pushes ZFS Deeper Into Solaris(Nov 01, 2008)
- Nexenta : Ubuntu Server with ZFS goodness(Sep 12, 2008)
- Could Oracle Crash Sun's ZFS Party(Feb 07, 2008)