BLU Discuss list archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Discuss] CoW for Ext4?
- Subject: [Discuss] CoW for Ext4?
- From: dsr at randomstring.org (Dan Ritter)
- Date: Sun, 31 Jul 2022 11:20:15 -0400
- In-reply-to: <87k07ts8sg.fsf@hobgoblin.ariadne.com>
- References: <87k07ts8sg.fsf@hobgoblin.ariadne.com>
Dale R. Worley wrote: > I've discovered how useful it is to take a copy-on-write clone of a disk > tree when I want to repair application data consisting of lots of large > files. (Virtual Box VMs and Apple Music libraries are the cases I've > used.) Apple's APFS handles this easily. I hesitate to ask, but has > CoW support been proposed for Ext4? You can't add CoW as a feature; it's a basic structure of the filesystem. I suppose it might be possible to write something that could write a disk format that ext4 would be able to read, but at that point it would be ext5, no? You can use ZFS (recommended), btrfs (I wouldn't recommend it), bcachefs (maybe in 2-3 years), or xfs (can use CoW for data, not for metadata, has issues). -dsr-
- References:
- [Discuss] CoW for Ext4?
- From: worley at alum.mit.edu (Dale R. Worley)
- [Discuss] CoW for Ext4?
- Prev by Date: [Discuss] CoW for Ext4?
- Next by Date: [Discuss] CoW for Ext4?
- Previous by thread: [Discuss] CoW for Ext4?
- Next by thread: [Discuss] CoW for Ext4?
- Index(es):