[SOLVED] Using Linux LiveCD + External HD To Recover A Windows ISO
Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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.
I've tried a lot of Googling, but maybe I just fail at the internet...
So here is what I'm contemplating trying.
Copying the Windows drive:
## Mount the internal HD from the live CD.
mount -t ntfs /dev/xxx /mnt/windows -o ro
## Use mkisofs to create the ISO and store it on the external drive.
mkisofs -o /mnt/externaldrive /mnt/windows
That's the easy part. But in the case of say a hard drive failure and I want to replace the image on a new hard drive how could I go about that appropriately?
I'm sure I would have to recreate the MBR, would I be able to use GRUB or LILO to boot into Windows? Also how would I appropriately write the ISO to the internal hard drive?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.