Copy-on-Write File Systems: ZFS and Btrfs
This generated surface maps a learner-facing curriculum unit to its canonical source routes.
Curriculum surface
- Open learner-facing unit
- Curriculum path:
content/curriculum/systems/semester-05-os-networking/module-04-file-systems-io/concepts/cluster-03-crash-consistency/09-copy-on-write-file-systems-zfs-btrfs-supporting.md - App:
systems - Semester:
semester-05-os-networking - Module:
module-04-file-systems-io - Unit kind:
concept - Curation level:
module_curated
Learning objectives
- Explain Copy-on-Write File Systems: ZFS and Btrfs as part of the full syscall-to-storage path rather than as an isolated filesystem fact.
- Reason about correctness, crash behavior, and performance tradeoffs that appear when Copy-on-Write File Systems: ZFS and Btrfs is used in real programs.
- Use
ostepto connect the learner page to concrete APIs, on-disk structures, and I/O debugging evidence.
Prerequisites
- Comfort with processes, memory, and the syscall boundary from the earlier OS modules.
Source books
ostep
Source routes
Ostep
- /books/ostep/b07-zfs-the-last-word-in-file-systems via
OSTEP: ZFS - the last word in file systems (appendix) - /books/ostep/chapter-04-the-abstraction-a-process via
OSTEP: Copy-on-write mappings (appendix H.4) - /books/ostep/chapter-44-disk-failure-modes via
OSTEP: A new problem - misdirected writes,OSTEP: Detecting corruption - the checksum
Supporting curriculum routes
No supporting curriculum routes linked yet.
External enrichment
- man 2 fsync (
official_docs_companion) - Important when discussing crash consistency and durability, because intuition is often wrong here. - man 2 open (
official_docs_companion) - Connects file abstractions and flags to the actual interface learners will use in systems work.
AI companion modes
- Explain simply
- Socratic tutor
- Quiz me
- Diagnose my confusion
- Generate extra practice
Source-of-truth note
This teaching unit is learner-facing guidance. Its canonical source backbone is the referenced book ostep, and outside material should only clarify or strengthen that backbone.