What's the difference between a primary partition and an extended?

Lifer

Banned
Feb 17, 2003
1,948
0
0
Why bother with primaries when you're limited to 4?

Why not 1 extended and a bunch of logicals?
 

DannyBoy

Diamond Member
Nov 27, 2002
8,820
2
81
www.danj.me
Hang on, excuse me for being ignorant but which question are you asking?

What's the difference between a primary partition and an extended?

or

Why bother with primaries when you're limited to 4?

Why not 1 extended and a bunch of logicals?

the 2nd one makes no sense?!
 

hjo3

Diamond Member
May 22, 2003
7,354
4
0
Well, you need at least 1 primary for the OS, right? Shouldn't matter how you partition the rest of it; you're still going to basically have the same amount of disk space.
 

DannyBoy

Diamond Member
Nov 27, 2002
8,820
2
81
www.danj.me
Well, you need at least 1 primary for the OS, right? Shouldn't matter how you partition the rest of it; you're still going to basically have the same amount of disk space.

Sounds about right
 

dunkster

Golden Member
Nov 13, 1999
1,473
0
0
Single-OS system configuration requires one primary partition for the OS.

Multiple-OS system would require one primary partition for each OS installed on the HD.

If an extended partition is created, it is also considered to be a primary partition (according to PartitionMagic).

Hope this helps!
 

Whitedog

Diamond Member
Dec 22, 1999
3,656
1
0
Extended/Logical partitions SUCK... for the simple reason that you Cannot delete an Extended partition without killing all of the logical's. Why would you want to delete it? Well, it happens... sometimes you need to delete and recreate partitions for whatever reason. it's a royal pain to have to move data off of partitions you DON'T WANT TO DELETE just to do it.

You can have 4 primary partitions per hard drive. Unless you get crazy with partitions, there should be no reason to use extended....
 

Whitedog

Diamond Member
Dec 22, 1999
3,656
1
0
If an extended partition is created, it is also considered to be a primary partition (according to PartitionMagic).
If that's what PartitionMagic thinks than PartitionMagic is retarded. An extended partition is Not a primary partition. Microsoft doesn't see them that way.
 

ozone13

Senior member
Apr 5, 2001
498
0
0
Originally posted by: Whitedog
Extended/Logical partitions SUCK... for the simple reason that you Cannot delete an Extended partition without killing all of the logical's. Why would you want to delete it? Well, it happens... sometimes you need to delete and recreate partitions for whatever reason. it's a royal pain to have to move data off of partitions you DON'T WANT TO DELETE just to do it.

You can have 4 primary partitions per hard drive. Unless you get crazy with partitions, there should be no reason to use extended....


Exactly. There is no reason to use extended unless you want more than 4 partitions per physical harddrive.
 

jjyiz28

Platinum Member
Jan 11, 2003
2,901
0
0
i may be wrong, but can you NOT install your OS on a logical extended partition? something about not being able to make it the active partition during boot up
 

ChefJoe

Platinum Member
Jan 5, 2002
2,506
0
0
I thought it was legacy stuff.

Dos only allowed 4 partitions per drive, you can use all 4 as primary or use a combination of primary and extended/logical drives. Primary partition is a bootable partition of the drive, extended allows for you to make a drive type that bypasses the limit of 4. The extended partition is just a space-marker (telling your os that new rules apply here) and it's the logical drives created in that partition that can go up to as many letters as the alphabet.
 

jjyiz28

Platinum Member
Jan 11, 2003
2,901
0
0
Originally posted by: ChefJoe
I thought it was legacy stuff.

Dos only allowed 4 partitions per drive, you can use all 4 as primary or use a combination of primary and extended/logical drives. Primary partition is a bootable partition of the drive, extended allows for you to make a drive type that bypasses the limit of 4. The extended partition is just a space-marker (telling your os that new rules apply here) and it's the logical drives created in that partition that can go up to as many letters as the alphabet.

i think using fdisk under DOS, it only allows 2 partitions per drive.
 

DannyBoy

Diamond Member
Nov 27, 2002
8,820
2
81
www.danj.me
Originally posted by: jjyiz28
Originally posted by: ChefJoe
I thought it was legacy stuff.

Dos only allowed 4 partitions per drive, you can use all 4 as primary or use a combination of primary and extended/logical drives. Primary partition is a bootable partition of the drive, extended allows for you to make a drive type that bypasses the limit of 4. The extended partition is just a space-marker (telling your os that new rules apply here) and it's the logical drives created in that partition that can go up to as many letters as the alphabet.

i think using fdisk under DOS, it only allows 2 partitions per drive.

Thats funny because I have 5 partitions on my drive which were done in...oh wait....fdisk. ;)
 

ChefJoe

Platinum Member
Jan 5, 2002
2,506
0
0
I think I've confused people, please read about extended partitions/logical drives being the dog's breakfast of partition types.

The partition table only allows 4 entries of primary and extended type partitions. The extended partition says "new rules, you can make more than 4 drives in here"... to use the extended partition, you need to create logical drives in that space.

My thought is that you can have setups like

4 primary
3 primary 1 extended (which only has useable drive space when you create the logical drives in it)
.....
4 extended (with logical drives from A-Z distributed throughout the extended partition)
 

jjyiz28

Platinum Member
Jan 11, 2003
2,901
0
0
Originally posted by: DannyBoy
Originally posted by: jjyiz28
Originally posted by: ChefJoe
I thought it was legacy stuff.

Dos only allowed 4 partitions per drive, you can use all 4 as primary or use a combination of primary and extended/logical drives. Primary partition is a bootable partition of the drive, extended allows for you to make a drive type that bypasses the limit of 4. The extended partition is just a space-marker (telling your os that new rules apply here) and it's the logical drives created in that partition that can go up to as many letters as the alphabet.

i think using fdisk under DOS, it only allows 2 partitions per drive.

Thats funny because I have 5 partitions on my drive which were done in...oh wait....fdisk. ;)

you sure you're not running 1 primary and 1 extended, the extended split up into 4 logical drives?? that is still 2 partitions.
 

DannyBoy

Diamond Member
Nov 27, 2002
8,820
2
81
www.danj.me
Originally posted by: jjyiz28
Originally posted by: DannyBoy
Originally posted by: jjyiz28
Originally posted by: ChefJoe
I thought it was legacy stuff.

Dos only allowed 4 partitions per drive, you can use all 4 as primary or use a combination of primary and extended/logical drives. Primary partition is a bootable partition of the drive, extended allows for you to make a drive type that bypasses the limit of 4. The extended partition is just a space-marker (telling your os that new rules apply here) and it's the logical drives created in that partition that can go up to as many letters as the alphabet.

i think using fdisk under DOS, it only allows 2 partitions per drive.

Thats funny because I have 5 partitions on my drive which were done in...oh wait....fdisk. ;)

you sure you're not running 1 primary and 1 extended, the extended split up into 4 logical drives?? that is still 2 partitions.

You didnt say 2 primary partitions, you said 2 partitions.

Yes Im running 5 logical partitions, 1 primary, 1 extended with 4 logical disks.

If you had said "i think using fdisk under DOS, it only allows 2 primary partitions per drive, I would of been curious myself because I dont know whether or not that is the case ;)
 

unbiased

Senior member
Nov 17, 2002
380
0
71
wow,
what a place to contribute my two bits worth of curiocity.
This is the question which has kept me awake many a night.The million pesos question ,HOW DO YOU GO ABOUT CREATING MORE THAN ONE PRIMARY DRIVES,using Fdisk.I have tried it and it doesnot allow more than one PRIMARY drives.It allows many logical drives on an extended drive but not more than one PRIMRIES.

Second question is WHAT IS THE DIFFERENCE BETWEEN AN ACTIVE PARTITION AND A NORMAL ONE ? IS IT NECESSARY TO HAVE AN ACTIVE PARTITION BEFORE INSTALLING OS?

Any answers?
 

Pariah

Elite Member
Apr 16, 2000
7,357
20
81
4 extended (with logical drives from A-Z distributed throughout the extended partition)

You can only create one extended DOS partition. What would be the purpose of having more than one?

If you had said "i think using fdisk under DOS, it only allows 2 primary partitions per drive, I would of been curious myself because I dont know whether or not that is the case

Fdisk only allows you to create 1 primary DOS partition.

HOW DO YOU GO ABOUT CREATING MORE THAN ONE PRIMARY DRIVES,using Fdisk

You can't.

WHAT IS THE DIFFERENCE BETWEEN AN ACTIVE PARTITION AND A NORMAL ONE ?

At least one primary partition must be set to active to designate the boot partition.
 

Whitedog

Diamond Member
Dec 22, 1999
3,656
1
0
fdisk is sooooooo old school.... Use Disk Manager to create/delete/format your partitions. Even if it's to install a 9(su)X install. It's so superior it isn't even funny. You can specify cluster size with a "click" ;)
Yes Im running 5 logical partitions, 1 primary, 1 extended with 4 logical disks.
You are beyond confused DannyBoy. :p
1 primary + 1 extended with 4 logicals = 5 logical partitions?

:D