Hi, Hugh.
Yes.
Each HDD has a Partition Table in the first physical sector on that DISK.
THAT Partition Table applies to - and ONLY to - THAT particular piece of
hardware. If you have 4 physical disks, then you have 4 partition tables.
Each Partition Table is exactly 64 bytes long. That is room for exactly 4
entries of exactly 16 bytes each. So on 4 physical disks, you have 4
partition tables with a maximum of 4 possible partitions each, for a total
of 16 primary partitions in that system.
In EACH partition table, ONE of the partitions may be designated as an
EXTENDED partition. This extended partition cannot be assigned a "drive"
letter. But one or more "logical drives" may be created within the extended
partition, and each of those logical drives may be separately formatted and
assigned a "drive" letter. The only practical limit to the number of
logical drives in an extended partition is the space available in the
partition. So you could have 3 primary partitions plus an extended
partition divided into 6 logical drives for a total of 9 "drives" on that
one physical HDD. Plus other "drives" on the other 3 HDDs.
Since each entry in a partition table is only 16 bytes, there is only so
much information that can be crammed into those 16 bytes. Briefly, this is
code for the partition's beginning and ending sectors on the disk, the file
system (NTFS, FAT32, etc.), sector size, and a single bit that indicates
whether this is an extended partition OR if this is the currently Active
(bootable) partition on that HDD.
Microsoft Press publishes a Resource Kit (RK) for each version of Windows;
this RK is a book of many pages (1699 pages for the WinXP RK) and a hefty
price (USD59.99). About half the book is aimed at administrators of large
systems, but the other half is very useful for even a one-man one-computer
user like me. Among other information in the RK is the contents of such
things as boot sectors and MBRs and details of the setup and startup
processes. Well worth spending the money and investing the time if you
expect to be involved with computers for very long.
RC
--
R. C. White, CPA
San Marcos, TX
Microsoft Windows MVP
Windows Live Mail 2009 (14.0.8089.0726) in Win7 Ultimate x64
"Kue2" <> wrote in message
news:0B8E4471-BC06-4180-A3A5-...
> Say I have four hard drives(physical drives) in one computer.
>
> Is the four primary partition per each physical hard drive?
>
> In theory than I could have 16 primary partitions in a computer that
>
> has four physical drives. Is this statement correct?