Discussion:
[blfs-support] A Basic Question about LVM
Rob
2018-04-27 12:30:15 UTC
Permalink
Do all disks need to be empty before creating an LVM structure?
I have 9 disks, 5 of which are loaded with data. I'd like to combine
them all together to make one array, being able to expand as needed.
But before I do, should I empty all the disks first?
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above inform
Bruce Dubbs
2018-04-27 16:43:55 UTC
Permalink
Post by Rob
Do all disks need to be empty before creating an LVM structure?
I have 9 disks, 5 of which are loaded with data. I'd like to combine
them all together to make one array, being able to expand as needed.
But before I do, should I empty all the disks first?
I don't use LVM or a regular basis, but it's apparent to me that
creating physical and logical LVM structures requires changing the
partitions on the drives. In that case everything gets reformatted.

The commands may complain about existing partitions, so you may need to
redo the partition tables on the drives before using LVM.

You might want to consider btrfs in lieu of LVM.

-- Bruce
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/bl
Loading...