1

I have a Cm-FX6 ARM chip on which there is 8GB onboard NAND which I use as the root filesystem, running Debian 6. How do I clone the root filesystem image? Is it possible to use Clonezilla to do so?

Many thanks.

lppier
  • 265

1 Answers1

1

Clonezilla isn't available for ARM processors (at least not as a bootable image from the main download site), and isn't packaged for Debian 6.

In Debian 6 on ARM you can clone your filesystem using partimage, dd_rescue or ddrescue. The latter two are described in Clone whole partition or hard drive to a sparse file.

Stephen Kitt
  • 434,908