Wow - that's really bad news.
The dram cannot directly change the hdd contents, but it is *possible* that the dram error caused the system to scribble over the MBR and ruin the disk partition table (and possibly more). It does seem unlikely that it scribbled over both disks in the same way - but not impossible.
So I assume that your "fdisk -ls" did correctly show both disks sort of like this:
Quote:
Disk /dev/sda: 100.0 GB, 100030242816 bytes
255 heads, 63 sectors/track, 12161 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00049d65
|
but no partitions. Is that correct ?
If so what does
dd if=/dev/sda bs=1 count=512 | od -Ax -xc
produce ?
dd if=/dev/sda bs=1 count=512 | od -Ax -xc