• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question about MBR

beyonddc

Senior member
Hi, my operating system is Windows XP Professional.

If you've 3 hard drives, 2 hard drives are for data storage only, and 1 hard drive is where the OS sits. How many MBR you should have?

Does MBR exist one per HD or one per OS?

Thanks!
 
The MBR is the code that sits in about the first 3/4 of sector zero on each hard drive. There is a bit of buffer space after that (in case you need larger mbr code), then the partition table, then an end of sector marker.

The MBR is enough code to look at the partition table, find which one is active (by the 80h marker), jump to the first sector in that partition and load the boot sector code and transfer execution to it.
 
Short answer: On MBR per disk. Which MBR code gets executed is determined by the boot disk you set in bios.
 
Back
Top