Problem : I currently run a small home media server on a Windows machine. I’d like to swap it to […]
Tag: lvm
Find files affected by bad blocks with md-raid5 and LVM
Problem : I’ve been doing a lot of research on this topic over the last few weeks – and I […]
copy logical volume to another server
Problem : I have copied a logical volume from Server A to Server B, using dd command, however every time […]
How to modify LVM Volume Group when I don’t have all the drives connected
Problem : Prior to upgrading some of my hardware I had 4 drives used just as storage. Now I’m trying […]
LVM space suddenly gone
Problem : I’m having issues with LVM on a Debian Jessie server. After adding a new SSD to the group […]
Linux Partition with SSD and HDD
Problem : I’m currently setting up my server and I don’t get how to choose Disk 1 and Disk 2 […]
“Re-attaching” an LVM volume/group
Problem : I created an image and used it to create a logical volume like this: dd if=/dev/zero of=LVM.img bs=1024 […]
How to resize hard disk of linux in vm
Problem : I installed a centos in vm, then expand the volume of hard disk by the setting of vm. […]
How to move a logical volume from one disk to another?
Problem : My partitions right now are as follows: sda 8:0 0 223.6G 0 disk ├─sda1 8:1 0 500M 0 […]
Extend volume group after extending physical volume
Problem : I am using LVM to allocate disk for my VMs so I can increase the “physical disk size”. […]