jcnelson / vdev

A device-file manager for *nix
GNU General Public License v3.0
101 stars 13 forks source link

LVM2 questions #92

Closed parazyd closed 8 years ago

parazyd commented 8 years ago

By reading the readme, I still don't understand... Is LVM2 supported in vdev yet or no?

jcnelson commented 8 years ago

LVM2 is supported as long as you have installed the LVM2 tools. Vdev will not be able to set up logical volume directories symlinks without them (but it will otherwise detect and set up the individual disks).

parazyd commented 8 years ago

I see. Thank you for a swift reply!