Grant Edwards <[email protected]> wrote: > On 2011-12-16, Mark Knecht <[email protected]> wrote: > > On Fri, Dec 16, 2011 at 9:06 AM, Michael Mol <[email protected]> wrote: > > >> No; you'll have to decrypt, or do without the encrypted bits. > >> > >> dvdbackup is probably the closest to what you want. > > > > Interesting. So even something that just copies blocks of data, like > > dd, can't be used for that purpose? > > Correct. If you use dd to copy an encrypted disk, the result will be > missing something like 90% of the data.
dd will abort on the first unreadable sector. Jörg -- EMail:[email protected] (home) Jörg Schilling D-13353 Berlin [email protected] (uni) [email protected] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily

