Comments on: How to Extend LVM Partition with lvextend Command in Linux https://www.linuxtechi.com/extend-lvm-partitions/ Tue, 25 Apr 2023 18:24:40 +0000 hourly 1 By: Wei https://www.linuxtechi.com/extend-lvm-partitions/#comment-52459 Tue, 25 Apr 2023 18:24:40 +0000 http://www.linuxtechi.com/?p=2030#comment-52459 Thank you, this guide is neat and informative.

]]>
By: Dan https://www.linuxtechi.com/extend-lvm-partitions/#comment-49012 Fri, 10 Feb 2023 23:19:34 +0000 http://www.linuxtechi.com/?p=2030#comment-49012 In reply to somebody.

Type lvs. The LV (Logical Volume) and VG (Volume group) is listed.
For example, if you have LV root in VG foobar-vg, then the path to the LV would be /dev/foobar-vg/root

]]>
By: Terry https://www.linuxtechi.com/extend-lvm-partitions/#comment-23443 Thu, 01 Jul 2021 06:13:15 +0000 http://www.linuxtechi.com/?p=2030#comment-23443 It was very useful

Thank you so much:)

]]>
By: Bongane Mabasa https://www.linuxtechi.com/extend-lvm-partitions/#comment-23113 Fri, 28 May 2021 19:30:35 +0000 http://www.linuxtechi.com/?p=2030#comment-23113 Thanks Guys.
I just proved with both commands
lvextend and xfs_growfs
lvextend with -r

they work like a charm.

Thanks

]]>
By: Florin https://www.linuxtechi.com/extend-lvm-partitions/#comment-23107 Fri, 28 May 2021 03:36:56 +0000 http://www.linuxtechi.com/?p=2030#comment-23107 Thanks, good article! But you can also mention that you can extend lv with 100% free space: lvextend -l +100%FREE /dev/mapper/ubuntu–vg-ubuntu–lv

]]>
By: Osama Arif Lone https://www.linuxtechi.com/extend-lvm-partitions/#comment-23026 Tue, 04 May 2021 11:54:10 +0000 http://www.linuxtechi.com/?p=2030#comment-23026 if the lv is using the block special fs that is the default when you create an LV then you can use the -r option to resize fs online as well resize the lv. check lvextend -r

]]>
By: Osama Arif Lone https://www.linuxtechi.com/extend-lvm-partitions/#comment-23025 Tue, 04 May 2021 11:52:22 +0000 http://www.linuxtechi.com/?p=2030#comment-23025 In reply to Monty Cantsin.

isn’t that only the case when the filesystem is xfs ?

]]>
By: Athanasios Samaras https://www.linuxtechi.com/extend-lvm-partitions/#comment-23015 Fri, 30 Apr 2021 09:27:30 +0000 http://www.linuxtechi.com/?p=2030#comment-23015 Thank you !!!
All steps clear and to the point!
Well Done!!

]]>
By: Jack Merlot https://www.linuxtechi.com/extend-lvm-partitions/#comment-22995 Sat, 24 Apr 2021 15:15:25 +0000 http://www.linuxtechi.com/?p=2030#comment-22995 Very much appreciated & nicely written & illustrated.

I haven’t really tested it out yet but I followed your guide & I am now ready to reboot & hope I didn’t mess anything up!

Thank you for creating this guide.

]]>
By: polo https://www.linuxtechi.com/extend-lvm-partitions/#comment-22982 Mon, 19 Apr 2021 08:47:19 +0000 http://www.linuxtechi.com/?p=2030#comment-22982 very simple and usefull !!

thanks

]]>