best way to create lvm snapshot of / partition [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question I need to know the best way to implement the snapshot of root partition “/” on a kvm guest. What I have is … Read more

How to convert lvm to ext3/4? [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Server Fault. Closed 8 years ago. Improve this question I have an old box(CentOS 5) that was formatted as lvm but now I want to convert it to ext3/4 file system without … Read more

LVM partition not available after creating partition while mounting

This is what I needed, 1. Add new disk 2. Create New pv, vg and lv as per below plan Plan /dev/mapper/PJR_sapvg1-USR_SAP_PJR /usr/sap/PJR/sapmnt/GJR 20Gb /dev/mapper/PJR_sapvg1-SAPMNT_PJR /sapmnt/PJR/db2/db2gjr 20Gb This is what I have done: pvcreate /dev/sdc vgcreate vg_GJR /dev/sdc lvcreate -L 1G -n lv_usr_ORACLE_GJR vg_GJR lvcreate -L 1G -n lv_ORACLEmnt_GJR vg_GJR mkfs -t ext4 /dev/vg_GJR/lv_usr_sap_GJR mkfs … Read more

Xen doesn’t boot after install [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 8 years ago. Improve this question I tried to setup Xen by the instruction released on the site of my hoster. I installed Xen, completed RAID … Read more

Directory mounted on a newly created logical volume does not show a correct size

I have two physical hard drives on a Linux system (server / hosting), and I created a logical volume from sda3 (partition on disk A) and sdb (the whole disk B). I then mounted it on /home directory, and when I enter: du -sh /home …this is showing a size of 20K, and it should … Read more

CentOS 7.3 stuck when reboot after disabling SELinux and editing the fstab

I disabled SELinux and edited the fstab to mount an LVM partition. After that I restart the machine but stuck in this process The operating system is CentOS 7.3. Does anyone have same issue and have the solution? Answer SELinux defines the access and transition rights of every user, application, process, and file on the … Read more

LVM resize / full system encrypt (reinstall no possible)

Seen few questions on this, but the general answer was just reinstall. Although that is the best and easiest solution, this unfortunately is not possible in my situation. I was thinking of the following solution. current partition layout /dev/vda1 linux/boot 250mb /dev/vda2 extended 15GiB |_/dev/vda5 Linux LVM 15GiB LVM has 2 LVs 13GiB /root and … Read more