All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] LVM-Snapshot + dm_crypt
@ 2005-02-13 16:43 Torben Viets
  2005-02-13 16:51 ` Alasdair G Kergon
  0 siblings, 1 reply; 4+ messages in thread
From: Torben Viets @ 2005-02-13 16:43 UTC (permalink / raw)
  To: linux-lvm

Hello,

I've got 3 harddisks with 3* 60GB partitions in a software raid 5 
(/dev/md0), on this device I have installed a volume group (/dev/data/) 
and a logical volume mp3-crypt (the -crypt means that it is encrypt with 
dm_crypt). Now I decrypt the mp3 lv with:
cryptsetup create mp3 /dev/data/mp3-crypt
and then mount it with
mount /dev/mapper/mp3 /mnt/mp3

until now everything works fine, but now I want to create a snapshot of 
/dev/mapper/mp3.
My idea was that I make a volume group backup and then say: save the 
snapshot on the volume group, but I have no idea how I can say lvcreate 
on which volume group it has to save the snapshot.

If I make a
lvcreate -s -nsnap -L1G /dev/data/mp3-crypt
then I have a snapshot but it is encryptet and I can't mount it, even if 
I make a new cryptsetup for this device, every times mount says: "You 
must specifes a file system"

if I make a
lvcreate -s -nsnap -L1G /dev/mapper/mp3 (which ist my unencrypted device)
then I get a: "Volume group "mapper" doesn't exist"

How can I make a snapshot of a dm_crypt device?

Distribution is Debian sarge with kernel-2.6.10

Thanks for your help.

greetings
Viets

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-02-16 17:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-13 16:43 [linux-lvm] LVM-Snapshot + dm_crypt Torben Viets
2005-02-13 16:51 ` Alasdair G Kergon
2005-02-13 17:46   ` Torben Viets
2005-02-16 17:32     ` [linux-lvm] Suggestion for LVM Torben Viets

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.