Back-up of the Compact Flash

Hello,

I need to clone (including partition table,…) my Compat Flash disk.
Is it possible? How can I do this?

Regards,
Jacek

If the compact flash are of the exact same size:

cp /dev/hd1 /tmp/image
swap CF
cp /tmp/image /dev/hd1

Assuming CF is mounted under /dev/hd1

“Jacek Rudnicki” <jacek.rudnicki@quantum.com.pl> wrote in message
news:cdlth1$f4n$1@inn.qnx.com

Hello,

I need to clone (including partition table,…) my Compat Flash disk.
Is it possible? How can I do this?

Regards,
Jacek