LVM – Using LVM with SSD and SATA Hard Disks

hard-disklvmpartitionsatassd

Is it possible to create LVM partitions for both SSD and SATA hard disks? I mean if there isn't any conflicts.

Best Answer

I don't see any points on doing so, you want a Volume Group that contains both SATA and SSD, that's possible.

Just create multiple PVs, with pvcreate /dev/partition_name

And create a volume group that use those PVs, with vgcreate

And do the partition of that VG.

Related Question