chineseaccounting wrote:I have a Samsung HD160JJ with Windows XP Pro installed on it. After some random machine crashes, a bad memory stick was identified as the cause.
However, the drive is now not showing as initialised.
I would examine the damage before letting any data recovery software loose on your data.
A drive that is not "initialised" will probably have a damaged MBR and/or partition table. Do not be tempted to use any Microsoft disc tools to fix the damage, especially not FIXMBR.
You can use a freeware disc editor such as HxD:
http://mh-nexus.de/en/hxd/If you compare the MBR against a standard MS MBR from a good drive, then you may see a pattern in the bit differences. If this pattern is consistent (eg bit x is 1 instead of 0), then this may you help to reconstruct damaged data.
You can compare two files in an XP DOS window with FC (File Compare):
fc /b bad_MBR.bin good_MBR.bin
The following resource may help you.
An Examination of the Windows 2000 ( NT5.0 ) and Windows XP ( NT5.1 ) MBR:
http://mirror.href.com/thestarman/asm/mbr/Win2kmbr.htmIf you upload your MBR, one of us may be able to help you.