Re: Reading luks DVDs using cryptsetup

2012-05-22 Thread Jon Dowland
On 22/05/12 14:42, Chris Bannister wrote: > It suggests the -r argument: > > Does "sudo cryptsetup -r luksOpen /dev/sr1 dsk --key-file ./key" > > work? Yay for undocumented arguments! -r is apparently equivalent to --readonly (which is in the manpage, at least). I've reported a bug and attached

Re: Reading luks DVDs using cryptsetup

2012-05-22 Thread Chris Bannister
On Mon, May 21, 2012 at 10:55:37PM +0100, Bhasker C V wrote: > Hi, > >I have been using DVD+RW disks for storing data which are luks > encrypted flat files. >I have been successful in future with the below command but in the > newer version this fails with the error as pasted below. Is t

Reading luks DVDs using cryptsetup

2012-05-21 Thread Bhasker C V
Hi, I have been using DVD+RW disks for storing data which are luks encrypted flat files. I have been successful in future with the below command but in the newer version this fails with the error as pasted below. Is this a bug or was this deliberately introduced ? Can someone share some i