Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
Well first of all, dd isn't going to give you a folder full of files, it will give you one large image file. Putting that back onto another HDD would give you a bootable clone of that drive, but it isn't an ISO image so you can't directly burn it to a disc. More importantly, even if you could, Windows can't run that way; it needs to be installed onto the drive in order to function.
As for the dd command, you need to give it at least the input and output parameters for it to function, "if" and "of" respectively. The correct command would be:
Duh! That's why I'm not a programmer--little things like if= and of=.
OK--so it won't make a bootable disk. But could I copy it to a disk like I might any other file and then when I want to run it, copy it from the disk to a hard drive partition?
Yes, you could store the created image on a DVD-R or external drive, and then write it back to the HDD to restore it.
You might want to look into something like PartImage which is a tool designed to save and restore individual partitions for backup purposes. It is more robust than just using dd, as you can do things like image compression and splitting (not to say you can't do that with dd, but you would need to do it all manually).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.