Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-01-2005, 11:42 AM
|
#1
|
Member
Registered: Sep 2001
Location: Houston
Distribution: Red Hat 7.0, 7.2,8,9, Mandrake 9.0, 9.2, Knoppix, DSL, Fedora Core 4,Solaris 8
Posts: 73
Rep:
|
Make an exact copy of a compact flash card
I have a compact flash card which has a linux operating system installed on it. It is in an embedded system. I want to make an exact copy of the compact flash card to keep as a backup (I don't want to create my own file system or modify it). Any help on how to do this will be appreciated.
|
|
|
05-01-2005, 12:03 PM
|
#2
|
Member
Registered: Jul 2004
Location: Czech Republic - Roudnice nad Labem
Distribution: Debian
Posts: 253
Rep:
|
Try dd utility.
dd if=/dev/sda1 of=/tmp/backup-file
where sda1 is your USB device
|
|
|
05-02-2005, 10:02 PM
|
#3
|
Member
Registered: Sep 2001
Location: Houston
Distribution: Red Hat 7.0, 7.2,8,9, Mandrake 9.0, 9.2, Knoppix, DSL, Fedora Core 4,Solaris 8
Posts: 73
Original Poster
Rep:
|
Thanks for your response but I still am not sure. It appears as though this command copies the contents of the compact flash card to the hard drive. Will the backup CF card be bootable when I copy the files to it. Can you help with a link to a how to?
|
|
|
05-03-2005, 02:55 AM
|
#4
|
Senior Member
Registered: Nov 2003
Location: London, England
Distribution: Ubuntu
Posts: 1,460
Rep:
|
Quote:
It appears as though this command copies the contents of the compact flash card to the hard drive.
|
That's right!
And then when it's time to restore from backups, you reverse the process:
dd if=/dev/backup-file of=/dev/sda1
and your card is restored.
The dd utility works by reading data in raw format: Unlike, say, the cp file, which looks at the logical construction that is the file, dd reads the ones and zeros on the physical hard drive itself.
|
|
|
05-03-2005, 07:26 PM
|
#5
|
Member
Registered: Sep 2001
Location: Houston
Distribution: Red Hat 7.0, 7.2,8,9, Mandrake 9.0, 9.2, Knoppix, DSL, Fedora Core 4,Solaris 8
Posts: 73
Original Poster
Rep:
|
Thanks for your comments. Do I make one efs2 partition on the blank compact flash card before copying back from the hard drive?
|
|
|
05-03-2005, 08:04 PM
|
#6
|
LQ Guru
Registered: Jul 2003
Location: Los Angeles
Distribution: Ubuntu
Posts: 9,870
|
nope... remember that dd gets everything from the device... this includes the partition table...
|
|
1 members found this post helpful.
|
05-03-2005, 09:06 PM
|
#7
|
Member
Registered: Sep 2001
Location: Houston
Distribution: Red Hat 7.0, 7.2,8,9, Mandrake 9.0, 9.2, Knoppix, DSL, Fedora Core 4,Solaris 8
Posts: 73
Original Poster
Rep:
|
Thanks, that should do it for me then. I will try it a post the results.
|
|
|
01-24-2006, 09:36 AM
|
#8
|
LQ Newbie
Registered: Jan 2006
Posts: 3
Rep:
|
hi
I am interested in knowing if the procedure descibed works.
Could you post the results ?
|
|
|
02-01-2006, 11:37 AM
|
#9
|
LQ Newbie
Registered: Jan 2006
Posts: 9
Rep:
|
I am also quite curious how this turned out for you. I've been trying to do something similar for the last week and recently turned to the forum.
|
|
|
All times are GMT -5. The time now is 04:03 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|