I think you are seeing this backwards. I want to create the image of a hard drive that is on the network to my linux box.
Sample Micro$oft Machine - Redhat Machine Create an image of the Microsoft machines "c" drive and store that image on the redhat machine. -----Original Message----- From: Don Petrowski [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 3:57 PM To: Paul Kraus Subject: RE: Disk Image dd if=/dev/hda of=/mnt/directory/disk1.img should create the image on your network. The image will contain all drive information including partition tables. You could also use dd if=/dev/hda3 of=/mnt/directory/disk1.img if you wanted to make an image of just a certain patition like partition number 3 (/dev/hda3). You can look in /etc/fstab to see which partitions you have setup. - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs