Hello,
thanks for your answer, you mean that I have to do the following:
mkraid /dev/md0 cryptsetup create raid5-crypt /dev/md0 pvcreate /dev/mapper/raid5-crypt vgcreate data /dev/mapper/raid5-crypt lvcreate -L8G -nmp3 data mkfs.xfs -f /dev/data/mp3 mount /dev/data/mp3 /mnt/mp3 cp * /mnt/mp3 lvcreate -L500M -s -nsnap-mp3 data
Or did I have miss understood you.
greetings Torben Viets
_______________________________________________ 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/