this post was submitted on 03 Dec 2023
245 points (98.8% liked)

linuxmemes

20899 readers
669 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
[–] bjoern_tantau@swg-empire.de 11 points 10 months ago (2 children)

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

[–] Ooops@kbin.social 10 points 10 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.

[–] Chewy7324@discuss.tchncs.de 2 points 10 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.

[–] 0x4E4F@infosec.pub 3 points 10 months ago (1 children)

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

[–] zzzz@lemmy.world 4 points 10 months ago (1 children)

Or, ya know, just reinstall right quick.

[–] 0x4E4F@infosec.pub 1 points 10 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.