How do I properly resize my LVM partitions when it is inside LUKS?

Do I have to boot in a USB to do it or can it be done while the crypt is open/being used? I need to resize my root partition.

#linux #lvm #luks @linux

  • atzanteol@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    4 months ago

    You need to provide more info…

    You want to resize a logical volume? Growing or shrinking? Is it lvm on luks or luks on lvm?

    • Prinny@mastodon.socialOP
      link
      fedilink
      arrow-up
      0
      ·
      4 months ago

      @atzanteol LVM is inside LUKS. For some reason, resizing stops even though I unmounted the partition it is still being marked as “active”. I disabled my SDDM and everything, rebooted, and still couldn’t do it.

      my reaction was “well… maybe there’s something else holding this, LUKS maybe?”

      • atzanteol@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        1
        ·
        4 months ago

        What are you resizing though? The luks partition? a logical volume in lvm?

        What command did you run that gave that error? What is it you’re trying to do?

        • Prinny@mastodon.socialOP
          link
          fedilink
          arrow-up
          0
          ·
          4 months ago

          @atzanteol I didn’t do anything fancy to be honest the resources pointed at me are not that different from what I did (example)

          lvresize -r -L -80G /dev/mapper/laptop--lvm-home

          But I think I got my cue from Arch Linux guide and will boot into a USB and do my resize commands.

          Basically end result is just resize home to give root more space. All partitions in LUKS.

          I think I got it from here *knock on wood* all that’s left is just backup home, cross fingers and hope resizing goes through.

          • atzanteol@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            3
            arrow-down
            1
            ·
            edit-2
            4 months ago

            I wasn’t expecting anything fancy - I just didn’t know what you actually did. 🙂

            You can generally resize on-line with LVM, but you’re trying to shrink the partition by 80G which is more complicated than expanding. So yes you’ll likely want to unmount the FS first as you’ll need to shrink the filesystem first, then the logical volume.

            I’m assuming your luks partition is just the whole disk as a physical volume in LVM? If so you just leave it alone. Unless you’re trying to shrink the luks partition as well?

            • Prinny@mastodon.socialOP
              link
              fedilink
              arrow-up
              0
              ·
              4 months ago

              @atzanteol All’s good. Yea, reason for the post was that even though I took the partitions offline it wouldn’t still let me resize. So I think the best next move would be just booting into a USB and see if it lets me.

              The whole disk well, only the boot is separated. The rest of the partition has the whole space controlled by LVM. Interestingly even though that may be the setup something was just rejecting my resize request.

              Sadly have more to say but Mastodon limit is hitting haha. nutshell

              • atzanteol@sh.itjust.works
                link
                fedilink
                English
                arrow-up
                1
                ·
                4 months ago

                Did you already shrink the filesystem? I think lvresize will refuse to shrink if the FS is too big (not sure - I don’t shrink volumes often).

    • solrize@lemmy.world
      link
      fedilink
      arrow-up
      3
      arrow-down
      3
      ·
      4 months ago

      It never occurred to me to attempt such a thing. I’d first try on a throwaway VM and virtual disk I guess. But resizing is already sort of a bad vibe. I’m trying to move towards being able to do full reinstalls more smoothly. That’s still a work in progress though.