2) MBR - missing link for reference (#29438)

"Why it’s sda and hda ? refer here for more." - does not point to any valid reference. Add a refer link or remove this line instead.
This commit is contained in:
prashant
2019-04-09 14:14:24 +05:30
committed by The Coding Aviator
parent ed7e4e3297
commit d095e8b0ec

View File

@ -27,7 +27,7 @@ Operating system is defined as the low-level software that supports a computer
- MBR stands for Master Boot Record.
- It is located in the 1st sector of the bootable disk. Typically /dev/hda, or /dev/sda. Why its sda and hda ? refer here for more.
- It is located in the 1st sector of the bootable disk. Typically /dev/hda, or /dev/sda.
- MBR is less than 512 bytes in size. This has three components 1) primary boot loader info in 1st 446 bytes 2) partition table info in next 64 bytes 3) mbr validation check in last 2 bytes.
- It contains information about GRUB (or LILO in old systems).
- So, in simple terms MBR loads and executes the GRUB boot loader.