• Discover5164@lemm.ee
    link
    fedilink
    arrow-up
    9
    ·
    10 months ago

    you can create them afterwards and move the stuff into the subvol. do it from a live usb and don’t forget to update fstab. be sure to use rsync with the flag to keep permissions etc

    • 0x4E4F@infosec.pubOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      10 months ago

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

        • 0x4E4F@infosec.pubOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          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.

    • Ooops@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      10 months ago

      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.

  • mac@infosec.pub
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    9 months ago

    My most recent version of this was symlinking SSL Certs before building Nix packages, a simple task I just kept forgetting to and was then greeted by errors.