Copying CF cards

Copying CF cards
 Thu, 1970-01-01 00:00
plopper
Posts: 9
Joined: 2007-04-21
Hello I've got a CF card with my set up as I like it. How can I easily make a copy of it to another card? Using dd doesn't seem to quite work for some reason, even with identical CF cards (? same make and model)

 Fri, 2007-06-08 11:35 We're using dd mostly but we
panic
Posts: 74
Joined: 2006-09-26
We're using dd mostly but we first make a master image of the CF that we want and then we replicate to more CF disks. considering CF as /dev/sdb we're doing: dd if=/dev/sdb of=/cf-image.img then dd if=/cf-image.img of=/dev/sdb

 Tue, 2007-06-19 11:26 Re: Duplicating CF
pando
Posts: 36
Joined: 2006-12-04

Hi,

There is a document written with the instructions on how to backup / restore a CF disk image using Windows XP here