Computing.Net > Forums > Disk Operating System > create an extended partition

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

create an extended partition

Reply to Message Icon

Name: iampcdoc
Date: June 17, 2002 at 08:55:46 Pacific
Comment:

I need to write a program in DOS which takes the "start" and "end" boundries and create a extended partition whith File system netware 386(64).

Let me tell you how the hard drive looks before this program runs.

20 GB total capacity. contains 10 GB(FAT32) primary partition and rest of the drive as free space. Now if i boot with my DOS BOOT disk i need to run my new program from command prompt to create 4 GB extended partition towards the end of the drive. After running this new dos program the hard drive will have 10 GB (FAT32) primary partition,6 GB free space and following that rest of the drive will be extended partition.

If some DOS guru can help me write this program or direct me in right direction i will really apreciated.

Thanks



Sponsored Link
Ads by Google

Response Number 1
Name: JackG
Date: June 17, 2002 at 16:11:34 Pacific
Reply:

Not that simple to write. You have to write code to setup that extended partition in the boot record (easy) but putting the necessary stuff out on the disk at the correct place might be a little harder. Not very well documented.

The OS/2 Warp versions of the startup disks would allow you to create an extended partition at the end of free space like that.
I would just use FDISK to create a 6G partition first, then the second 4G one, then remove the 6G partition so it is free.

Not really worth anyones time to write such a special program when it can be done other ways with existing code.


0

Response Number 2
Name: W0rm
Date: June 17, 2002 at 19:34:25 Pacific
Reply:

not unless...there's money involved, of course, lol.
- W0rm
- http://dos.li5.org


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: create an extended partition

What is an extended partision www.computing.net/answers/dos/what-is-an-extended-partision/1143.html

extended partition www.computing.net/answers/dos/extended-partition/12383.html

BOOT PARTITION needed to create www.computing.net/answers/dos/boot-partition-needed-to-create/3209.html