Post #1865030
2026-02-22 20:10 UTC
@argv_minus_one yeah that makes sense 👍 but that’s not that different than having multiple partitions, right? I feel like in this one case dd would’ve been harder to do because I wouldn’t needed to free up space for cloning every sub volume?
Replies (1)
-
@argv_minus_one@mastodon.sdf.org 2026-02-22 20:25
@esther_alter It's definitely different from having multiple partitions. A subvolume is basically a folder with some partition-like qualities, most notably that you can mount it. But, just like a folder, space is allocated to a subvolume's contents as needed. You don't need to manually resize it.