The lesson is this; that just because you can doesn't mean you should. I wiped off my RAID array and the data in it. It has around 300+G there, mostly downloaded, recoverable, and back-up'd to a CD/DVD content. I was trying to employ Logical Volume Management or LVM on an existing RAID array. After tackling RAID these couple of months, I figured I'm ready to face another monster. LVM is awesome because it can do partitioning, resizing, formatting, creating snapshots, while the system is online. You do not have to take it offline which to me is like magic. Now that the data is gone, there really is no reason not to LVM the RAID. So after reinstalling my operating system (which is another long story), I reassemble RAID with: #mdadm --assemble /dev/md0 /dev/sda /dev/sdb /dev/sdc and checked the status of the array with: #cat /proc/mdstat or #mdadm --detail /dev/md0 I checked the status of all the logical volumes with any of the following commands: #pvdispl...
linux experience, technology, music and film, what kept me up last night