this post was submitted on 03 Dec 2023
264 points (97.8% liked)

linuxmemes

20762 readers
1699 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 9 months ago (2 children)

I thought the flexibility of BTRFS was that you could basically always add subvolumes. Shows what I know.

[–] [email protected] 12 points 9 months ago (1 children)

Yes, you can. But the usual setup is to have a file system root that is nothing but subvolumes, which you can then use and mount basically as if they were independent partitions. But when you don't create a root subvolume for your system root first, you install the system directly on the file system root alongside created subvolumes. This tends to get messy as strictly speaking the file system root is a subvolume, too. So now you have that with your system installed and all other subvolumes nested inside it.

[–] [email protected] 2 points 9 months ago

Yes. Usually the OS installer takes care of creating a root and home subvolume. Except Arch and similar barebones installer have instructions in the wiki.

[–] [email protected] 5 points 9 months ago (1 children)

Yes, you can, but now I have to move the entire install to a subvolume, risking borking the install 😒.

[–] [email protected] 4 points 9 months ago (1 children)

Or, ya know, just reinstall right quick.

[–] [email protected] 1 points 9 months ago

Yeah, I'm thinking between that and rsync-ing to a new subvolume... the install is just bare bones, almost nothing was set up.