Linux - Engineering

Q1:

How many primary partitions can exist on one drive?

A 16

B 4

C 2

D 1

E None of the above

ANS:B - 4

MBR (MASTER BOOT RECOR).

----> MBR is second step of booting.
----> The MBR is present in the starting sector of the bootable devices.like Hard disk, pen drive etc...
----> The size of MBR is 512 Bytes.
---->It contains bootable related information.