On Thu, 27 Mar 2008 18:43:56 -0700 (PDT),
(E-Mail Removed) put finger
to keyboard and composed:
>I think my external HD was out of work, it displayed as RAW in the
>Windows explorer, WHAT IS RAW?
>
>What's worse, I can not access the files stored on the HD. Also some
>strange characters displayed, I
>
>can not read them. I connected it on my brother's pc, it's the same as
>what I saw on my machine.
Can you post these (using cut and paste)?
>What I wanna to do now is to archive all the files. That's the most
>important thing for me.
>
>What should i do and how to do?
I had this problem when the boot sector of a logical volume was
zeroed. In my case I had to reconstruct the boot sector by hand.
I suggest that you refrain from trying to write to this disc. At least
try to make a copy of the MBR and partition table, and have a look at
the boot sector.
Assuming you are using Windows, you can dump the boot sector by
executing the following at a command prompt:
debug
-L 100 n 0 1 (where n=0,1,2,3 ... for drive A:,B:,C:,D: ...)
-D 100 2ff
-Q
Look for text strings such as FAT32, NTFS, NTLDR, IO.SYS, etc
For comparison purposes, here are various boot sector and MBR
templates extracted from AUTOCHK.EXE and DISKPART.EXE (Windows XP
Home):
http://www.users.on.net/~fzabkar/XP_Boot/XP_Boot.zip
- Franc Zabkar
--
Please remove one 'i' from my address when replying by email.