Technical Issues

Removal of Dynamic Disk Overlay
Document #001


This little trick will remove a Dynamic Disk Overlay from any hard drive.

WARNING:
Running the following Debug program will totally wipe your hard drive's partition away. 
You will LOSE EVERYTHING!

  1. Backup all data from hard drive!
  2. Obtain a Win98 boot disk.
  3. Boot system with boot disk.
  4. Run Debug. ( A:\>Debug )
  5. Type the following program exactly as written below. Do not type what is in the brackets.
  6. F 200 L200 0
    a 100
    mov ax,301
    mov bx,200
    mov cx,1
    mov dx,0080 (Note: use 0081 for second fixed disk)
    int 13
    int 3
    (enter a blank line here)
    G=100
    q

  7. Run FDISK & make your new partition.
  8. Reboot & Format the drive.

No more Dynamic Disk Overlay! Yeah!

I came across the debug program a couple of years ago. This works great.

Here is the link to the page I found this information. 
http://www.sil.org/computing/noc/technotes165.htm#Getting Rid of Dynamic Drive Overlay 


This page was authored by Marty Leaf
Copyright © 2002  All rights reserved.
Revised: 03/11/06.

[Return to Technical Index]