Use a bootable CD, such as gentoo live, or knoppix http://www.knoppix.net/ Copy the stuff over the network.. with the boot CD you can setup a NFS server to do that, or FTP, or scp, rsync, or whatever. If you have the fresh install on a new HD, you should be able to see the 2nd HD. What kind of hd is it? sata, or eide? type "dmesg" on the new system and you should see what the drive got connected as. If you plugeed the old drive as secondary master it would show as /dev/hdc then you could mount the drive with "mount /dev/hdc1 /mnt" If you plugeed the old drive as the first SATA drive it would show as /dev/sda then you could mount the drive with "mount /dev/sda1 /mnt" This is assuming you have your data on the first partition. All of your data would be in /mnt Good luck. Michael Zarozinski wrote:
Hi All,
I've got a bit of a problem... we have a linux server that contained 2 hard drives. The one with the boot information died - LUCKILY the data we NEED was on the hard drive that lived. My question is... how can I recover the data I need?
I've been able to boot to the shell using the install disk and can see the data I need but that shell doesn't provide access to the network card so I can copy the data off.
I tried a fresh install on a new HD but when I attatch the 2nd HD (with the data I need) I can't see it. Forgive me, I come from the windows world where just plugging in the old HD would allow me to pull the data off.
Any ideas/help/etc is greatly appreciated!
Michael Z _______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
--