On Tue, December 6, 2005 18:37, kyr wrote: > > I have tree simple questions about LVM that just could not be answered > after 4 hours of search in LVM howto, Google, Linux questions and > linux-lvm Archives. > > > I have a small file server with 600Gbytes in one liner volume group > consisting of 3 200 Gbyte Hard disk. My questions are: > > > 1. If one hard disk fails (hardware) do I loose all the data stored on > the VG? Yup. That's how it works. There are programs that can scavange partial data from the hard disks that make up the VG. r-studio being one of them. > 2. Can I add a new hard disk in the VG without having to format it > before? (I mean if it is full of data can I just add it?) You'll have to create an LVM data partition for the data that you want to store on the drive, and this will wipe out the currently existing data on the drive. > 3. In case of failure can I recover the data from a single disk on > another box? Possibly, but I've never done this. Seems rather doubtful to me. > Thanks in advance > > > Kyriakos > > > Greece > > _______________________________________________ > 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/ > _______________________________________________ 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/