About 50 results
Open links in new tab
  1. 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. How can I resize an LVM partition? (i.e: physical volume)

    I want to shrink my second (LVM) partition, in order to create a new partition in the newly freed space. I am using the Live CD to do so, because I know I can't resize/move this partition while it ...

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

    Jul 9, 2022 · Because Ubuntu uses an LVM volume, the size of the volume needs to be changed first before the resize2fs can increase the size of the underlying file system. This can be done using …

  4. partitioning - Extend LVM size - Ask Ubuntu

    May 5, 2022 · I recently cloned my ubuntu from a 250GB SSD to my new 2TB SSD. It automatically created an LVM with 248GB with my root filesystem in it. I would like to resize the LVM to full 2TB. …

  5. 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 system which …

  6. 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 I check whether …

  7. How do I shrink the root logical volume (LV) on LVM?

    I don’t need to actually shrink the MBR partition, just the logical volume that contains the root “/” filesystem. It’s ~200GB now, and I need to shrink it to ~150GB to make room for a new logical v...

  8. partitioning - Adding Disks With LVM - Ask Ubuntu

    Installing LVM from Ubiquity works great, until you need to add more disks to the / (root partition, at which point you stand a very good chance of blowing the entire install. LVM resize operations keep …

  9. How do you rename the volume group that contains the root volume …

    I want to rename the volume group that my root volume is on. How can I do this?

  10. 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 pvdisplay commands …