Partitioning Hard Drive

T

tiggy

Hi, I recently installed a new Samsung 80GB HDD into a computer with
an ASUS P2-99 motherboard. This in itself was quite difficult as I
had to manually set the hard drive settings in the BIOS. The problem
that I'm running into now is that I want to partition the HDD into 2
partitions, one 20GB and the other 60GB. I have Partition Magic v8,
but it keeps getting an error when trying to do the partition on the
reboot. I suspect it may be due to the manual configuration on the
BIOS. I was wondering if anyone has encountered this before and if
anyone knows how to get around this so I can partition the HDD.

Thanks,
Robert
 
T

tiggy

Found My Answer at http://www.winguides.com/forums/

I suggest you use fdisk to set up your partitions and then format it
using MS tools instead of Partition Magic due to the circumstances.

You will need the updated fdisk.exe in order to see a hard drive
larger than 64GB. It is found near the lower portion of the following
MS webpage:
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q263044 where
it says:
Quote
The following files are available for download from the Microsoft
Download Center:
Download 263044usa8.exe - English now
End of quote
Install it.

Create a Win98 Startup disk that will contain the updated fdisk tool.


Go into the BIOS to change your startup settings to CD, A, C and save
the settings.

Then, using the new Win98 startup disk and at the A:\> prompt type:

A:\>fdisk
Hit enter
Choose "Y" for large disk support.
Choose Option #1 to create the Primary DOS partition.
When asked if you want to use the entire available space and make it
Active, select "N".

On the next screen you want to change the size of the Primary DOS
partition to "25%" which will be 20 of the 80GB.
Hit Enter
Hit Esc to get back to the menu and select option #1 again to create
the Extended DOS partition.
Hit Enter to use the other 75% of the available space.
Hit Enter
It will bring you to another screen where, when it is done counting
you simply hit Enter again to assign it a drive letter.
Hit Esc to get back to the menu.
Select Option #2 to make a partition Active.
There you want to select (1) to make the PRI DOS partition active.

Hit Esc and it will tell you to restart the PC.
Hit Esc, Esc to get back to the A:\> prompt.
Hit Ctrl+Alt+Delete to restart the PC leaving the Win98 Startup disk
in the floppy drive.

When it gets back to the A:\> prompt type:
A:\>format c: /s
Hit Enter
When done type
A:\>format d:

When done remove the Startup disk from the floppy drive.
Insert your Windows Installation CD.
Hit Ctrl+Alt+Delete to restart.

If my original assumption was incorrect and you are just wanting to
use this as the Secondary hard drive.
When you enter fdisk you need to select Option #5 to select Drive #2.

Then you just need to set it up with no Primary DOS parition and don't
set any as Active as you already have an Active partition being your
C: partition.
Just set it up with one Extended DOS partition and then create two
Logical drives within that Extended DOS partition and then format them
both after restarting as explained earlier.

WARNING: Of course, the Logical drive letter assignments will not be
C:. Take note of the drive letters before exiting from fdisk so that
you are certain of which drive letters you are going to Format before
using Format.
Let's say they were assigned D: and E: then use:
A:\>format d:
and later
A:\>format e:
You do not need to use the switch "/s" to transfer the system files as
suggested in my earlier assumption.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top