Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
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.
Hi... i need a nice method in linux that helps me to duplicate my hard disk in to another one...
For example i have to hard dirks the /dev/hda and the /dev/hdb
the first contains the files and the data and the second one is empty. How i can clone the /dev/hda /dev/hdb ....?
Attention... I don't want to copy the files i want to clone the disk...
You can clone a disk by doing dd if=/dev/hda of=/dev/hdb bs=512 conv=sync but it only works if the drives are the same model and brand. Another program is Partimage. You can also use the dump utilities that is designed for the filesystem that you are using.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.