this post was submitted on 13 Mar 2024
13 points (81.0% liked)

Linux

47375 readers
980 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] atzanteol@sh.itjust.works 2 points 6 months ago (6 children)

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?

[–] talesofaprinny@mastodon.social 0 points 6 months ago (1 children)

@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 2 points 6 months ago (1 children)

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?

[–] talesofaprinny@mastodon.social 0 points 6 months ago (1 children)

@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 2 points 6 months ago* (last edited 6 months ago) (1 children)

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?

[–] talesofaprinny@mastodon.social 0 points 6 months ago (1 children)

@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 1 points 6 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).

load more comments (4 replies)