Backup the compact flash

Asked by aneesh

Hai
            How can I backup the image of my compact flash ( which contain redhat linux OS ) from my ubuntu machine ? Also help me to restore this bootable image to another compact flash ..

regards
Aneesh

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu util-linux Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

You can use:

sudo dd if=/dev/sdd ~/image.iso; sudo chown $USER:$USER ~/image.iso

assuming /dev/sdd is the USB device. This is a great way to backup USB based OSes as you can simply reverse the command parameters and put the image onto a new USB to clone the OS, or the same device to restore the OS :)

Can you help with this problem?

Provide an answer of your own, or ask aneesh for more information if necessary.

To post a message you must log in.