About 8,510 results
Open links in new tab
  1. server - What is LVM and what is it used for? - Ask Ubuntu

    Sep 4, 2010 · As a Linux/Ubuntu newbie, what is LVM and what is it used for? In terms of a web server installation, what benefits does it provide? Would you recommend using it?

  2. A Beginners Guide on Linux LVM - LinuxOPsys

    Aug 11, 2022 · In Linux, Logical Volume Manager (LVM) is a device mapper framework that provides logical volume management for the Linux kernel. Most modern Linux distributions are …

  3. How can I create one logical volume over two disks using LVM?

    Nov 21, 2012 · Or do I use LVM to make a logical volume of these two disks? I can't seem to find the documentation I need, it's mostly about extending existing volumes or installing a fresh …

  4. How to Resize LVM Partition in Linux - LinuxOPsys

    Jul 1, 2022 · Here learn how to resize an LVM partition in Linux. This allows users to create partitions from more than one disk and allows them to extend the filesystem size online.

  5. How do I check whether I am using LVM? - Ask Ubuntu

    61 I installed Ubuntu by choosing the option "Something else" at the step called "Allocate drive space" of the installer. Then I created my own partition table. Now that Ubuntu is installed, can …

  6. How can I resize an active LVM partition? - Ask Ubuntu

    Most of the disk is in an LVM partition already, which lvm calls a physical volume. LVM then divides up the space from physical volumes into logical volumes. You can use the pvs or …

  7. encryption - How to change the password of an encrypted LVM …

    Update 2020: Encrypted LVM can be selected at the Installation type step of the Ubuntu install, click on Advanced features and choose Use LVM and Encrypt ... Everything works great as …

  8. Ubuntu does not use full disk space - how to extend?

    Jul 9, 2022 · └─ubuntu--vg-ubuntu--lv 253:0 0 100G 0 lvm / As I understand the output, the partition nvme0n1p3 has a size of 929 GB, but Ubuntu uses only 100 GB of that.

  9. Trying to repair LVM disk with fsck - Ask Ubuntu

    Mar 10, 2019 · To check the LVM it is done with the following steps. First we can see our drive layout with lsblk: # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 20G 0 …

  10. How do I expand /dev/sda3 and volume group from the …

    in case of LVM or so is now time to use PV, VG and finally LV resize commands So You are probably looking for a missed step of: pvresize/vgextend in the case You have successfully …