K
kenitholson
Recently posted that was given a HD that capacity listed by DOS was
very different from what it should be.
http://groups.google.com/group/alt....hread/cd4ec287f87df371/0e4f93ac19d4faad?hl=en
After a number of DLs and tests found that the problem is not Bad
Sectors but Partition Table Info.
This has been a Real Learning Experience and I now know a lot more
about Partition Table Errors than ever wanted to. Here is one listing
of possible errors
http://www.fedu.uec.ac.jp/ZzzThai/winth_jp/FIPSDOCS/errors.txt
Considering my inexperience would prefer a util of any OS, and possibly
even prefer a Unix because have read that some Windows malware will
corrupt the Partition Table. So far I have only found TestDisk that
might do this. http://www.cgsecurity.org/wiki/TestDisk I tried chkdsk
/f but nothing was fixed.
If necessary to input the correct info manually where do I get the
correct info? Am guessing I would need to check Western Digital's
docs for it. This is what I have been able to find out. Gen Specs
http://www.westerndigital.com/en/products/legacy/Legacy.asp?r=3
Manually read about using DOS Debug
http://groups.google.com/group/alt....on+table+errors&rnum=6&hl=en#eb47a44b387917af
but the process seems complex for a beginner.
DO you want to restore an existing partition table? Or repair one that
has a
problem and will not allow you to fdisk the drive. This script will
allow
you to clear the partition sector. After that you can repair the MBR if
you
want. Utilities can do this too. I like debug so here is the way to do
it
A:\>DEBUG
- f 200 L200 0
- a 100
xxxx:0100 mov ax,301 (ignore segment
ffset values at left)
xxxx:0103 mov bx,200
xxxx:0106 mov cx,1
xxxx:0109 mov dx,0080
xxxx:010C int 13
xxxx:010E int 3
xxxx:010F (Press ENTER an extra time here)
- d 100 LF
xxxx:0100 B8 01 03 BB 00 02 B9 01-00 BA 80 00 CD 13 CC
(make sure that hex values match above line before proceeding)
(if values do not match, type Q and start over)
- g=100
(ignore register display)
- q (quits back to DOS)
Am open to all suggestions!
Thanks
Ken
very different from what it should be.
http://groups.google.com/group/alt....hread/cd4ec287f87df371/0e4f93ac19d4faad?hl=en
After a number of DLs and tests found that the problem is not Bad
Sectors but Partition Table Info.
This has been a Real Learning Experience and I now know a lot more
about Partition Table Errors than ever wanted to. Here is one listing
of possible errors
http://www.fedu.uec.ac.jp/ZzzThai/winth_jp/FIPSDOCS/errors.txt
Considering my inexperience would prefer a util of any OS, and possibly
even prefer a Unix because have read that some Windows malware will
corrupt the Partition Table. So far I have only found TestDisk that
might do this. http://www.cgsecurity.org/wiki/TestDisk I tried chkdsk
/f but nothing was fixed.
If necessary to input the correct info manually where do I get the
correct info? Am guessing I would need to check Western Digital's
docs for it. This is what I have been able to find out. Gen Specs
http://www.westerndigital.com/en/products/legacy/Legacy.asp?r=3
Manually read about using DOS Debug
http://groups.google.com/group/alt....on+table+errors&rnum=6&hl=en#eb47a44b387917af
but the process seems complex for a beginner.
DO you want to restore an existing partition table? Or repair one that
has a
problem and will not allow you to fdisk the drive. This script will
allow
you to clear the partition sector. After that you can repair the MBR if
you
want. Utilities can do this too. I like debug so here is the way to do
it
A:\>DEBUG
- f 200 L200 0
- a 100
xxxx:0100 mov ax,301 (ignore segment

xxxx:0103 mov bx,200
xxxx:0106 mov cx,1
xxxx:0109 mov dx,0080
xxxx:010C int 13
xxxx:010E int 3
xxxx:010F (Press ENTER an extra time here)
- d 100 LF
xxxx:0100 B8 01 03 BB 00 02 B9 01-00 BA 80 00 CD 13 CC
(make sure that hex values match above line before proceeding)
(if values do not match, type Q and start over)
- g=100
(ignore register display)
- q (quits back to DOS)
Am open to all suggestions!
Thanks
Ken