Skip to main content
Home Forums Need advice re partitioning an existing partition — #8 Need advice re partitioning an existing partition — #8
Post #8 by spiceyokooko
Post
One small partition contains the partition map describing how the disk is configured and this is always (?) at the start of the disk.
On a SCSI disk following Inside Macintosh V, the first block (block 0) contains the driver descriptor map which is the first data read by the boot code in the ROM and contains stuff like number of blocks, block size, number of drivers and location and size of the first driver. The boot code then loads this driver into memory and executes it.

The partition map starts at block 1 and each partition map entry with information relating to it occupies 1 block.

mp.ls