subvolumes
Subvolumes are a feature of certain copy-on-write filesystems, most notably Btrfs. A subvolume is a separate, independently addressable subtree inside a single Btrfs filesystem. It provides a way to organize data into logical units that can be mounted at different paths and managed independently, without requiring separate block devices.
A subvolume exists within a Btrfs volume as a distinct root tree. It shares the underlying storage
Snapshots are closely associated with subvolumes. A snapshot is a point-in-time copy of a subvolume that shares
Use cases for subvolumes include organizing a system into separate trees for the root filesystem, home directories,
In summary, subvolumes provide modular, mountable, and snapshot-friendly partitions within a single Btrfs filesystem, improving organization,