tuxfan said:
How long should a low level format take on a 40GB 5400 RPM disk?
Only logical partitioning takes times, which is proportional to the speed of the hard disk and its capacity. Using a LLF on a disk using the debug command is instantanous, because you will issuing direct instructions to the registers themselves.
This is NOT recommended unless you have a severe problem with not being able to use the format command or with any partitioning tool such as fdisk.
Be warned that some hard disk manufacturers consider the warranty to be void if you perform a LLF on their disks.
Boot the computer using an MSDOS startup disc, and then follow the instructions. The information in bold is what you need to enter, and the non-bold font outlines the prompts/system responses that will be displayed when the command is entered. The ones in parantheses denote keypresses.
A:\>
debug <enter>
-
F 200 L1000 0 <enter>
-
A CS:100 <enter>
xxxx:0100
MOV AX,301 <enter>
xxxx:0103
MOV BX,200 <enter>
xxxx:0106
MOV CX,1 <enter>
xxxx:0109
MOV DX,80 <enter>
(Enter 80 for hd 0 or 81 for hd 1 )
xxxx:010C
INT 13 <enter>
xxxx:010E
INT 20 <enter>
xxxx:0110 <enter>
-
g <enter>
Program terminated normally
-
q<enter>
A:\>
Then restart the PC, use fdisk to partition the system and then format the disk logically. PLEASE NOTE that this should not be performed unless there's a severe problem.