I logged in and deleted everything from the file system on the volume (ext3) that I didn't need to save. There was a lot of data that DID need to be kept however. I started at / and started deleting away. rm -rf /bin /etc /var /home ........etc
What I didn't realize was that LVM obviously makes use of some important files on it's resident file system in order to keep track of itself. In all my deleting I must have deleted these files, because now I can't get any kind of rescue disk or partitioning software like partition magic to find the volume again.
How can I get that precious data back? How can I mount that volume?
-- Tommy Butler
_______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/