Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

i have a 10gb fujitsu

Status
Not open for further replies.

Relborg

Technical User
Apr 12, 2004
2
GB
runnig fdisk
i got the following info
there ar 2 partitions
1. blank formatted fat32 6gb 1st dos partition
2. ntfs 4gb partition extende dos drive with logical drive

i cant delete the logical drive cause fdisk doesnt recognise it and i cant delete the extended dos partitions cause it contains a logical drive ?

i need to format the whole 10gb so i can install win 98

thanks
 
DId you have an OS installed on this hard drive before.... The WinXP cd has a utility that can get rid of the NTFS partition...
 
If FDISK refuses to work for you, search the internet for the DELPART utility. It seems to work quite often when FDISK fails.

Also the partitions can be deleted using DEBUG.

Code:
Debug Prompt    Command
------------    ------------------
-               F 200 L200 0
-               A 100
xxxx:0100       MOV AX,301
xxxx:0103       MOV BX,200
xxxx:0106       MOV CX,1
xxxx:0109       MOV DX,0080 (the 80 refers to 1st hard
                             drive, use 81 for 2nd drive)
xxxx:010C       INT 13 Call INT13
xxxx:010E       INT 3 
xxxx:010F       ENTER
-               D 100 LF (a list will be displayed like:
  xxxx:0100 B8 01 03 BB 00 02 B9 01-00 BA 80 00 CD 13 CC
  (make sure that hex values displayed match this before
  proceeding. If values do not match, type Q and start
  over))
-               G=100
-               Q
 
in dos
dir
fdisk
delete which ever partition

then recommend installing partion magic
and using the harddrive resize option
if windows refuses to use the entire disk (bear in mind 2MG is used for system)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top