Switch to full style
In-depth technology research: finding new ways to recover data, accessing firmware, writing programs, reading bits off the platter, recovering data from dust.

Forum rules

Please do not post questions about data recovery cases here (use this forum instead). This forum is for topics on finding new ways to recover data. Accessing firmware, writing programs, reading bits off the platter, recovering data from dust...
Post a reply

help: extended partition.

March 10th, 2008, 6:21

I am working on a program that will read MBR and EBRs to display hdd partition structure. I wanna know that can we have more than one extended partitions(each having one or more logical partitions) :?: ? And also is it neccessary that extended partition will be last one such that there will be no primary partition after that :?:

Re: help: extended partition.

March 11th, 2008, 15:32

Hi,

there can be up to four extended partitions in the MBR, but any extended partition may contain other extended partitions.
Extended partitions can be placed into any slot of the MBR (and extended partition tables as well), they don't have to be the last one.

pepe

Re: help: extended partition.

March 18th, 2008, 3:50

if locate 4 extended partition in MBR then there is no any bootable partition because we can not boot from extended partition. AS MBR can just allocate 4 partition. So will be wise make first partition as primary and the last 3 partition as extended.
Post a reply