[Discuss] Moving Your Everyday System to New Hardware

Dan Ritter dsr at randomstring.org
Wed Aug 28 14:01:33 EDT 2024


Dale R. Worley wrote: 
> 
> I'm told ZFS is popular and supports copy-on-write, but it adds another
> layer of volume management, so I chose XFS as the path with lowest
> learning curve.

The point of ZFS is to prevent layer problems by making one
entity responsible for most of them; so, if you were already
going to use several of:

- CoW
- RAID 
- integrity assurance
- snapshotting
- multiple filesystems sharing a storage pool
- automatic spares
- compression
- deduplication

or the other features that ZFS supports, then ZFS makes sense.

If you only want one or two of those features, it's less obviously a good
choice.

-dsr-


More information about the Discuss mailing list