Mbr vs vbr

Salut,

Pour ceux qui ne font pas la différence entre LE mbr et les vbr

[quote] * A master boot record (MBR) is the first sector of a data storage device that has been partitioned. The MBR sector may contain code to locate the active partition and invoke its Volume Boot Record.

* A volume boot record is the first sector of a data storage device that has not been partitioned, or the first sector of an individual partition on a data storage device that has been partitioned. It may contain code to load and invoke an operating system (or other standalone program) installed on that device or within that partition.

[/quote]

Salut,

Je pensais - à tort - que c’était PBR (partition boot record). MBR vs PBR

Wikipedia (en français) mélange les deux et redirige VBR sur MBR…

Wikipedia (en anglais) parle des deux termes A volume boot record (also known as a volume boot sector or a partition boot sector, although the latter is not strictly correct) Selon eux c’est VBR qui est correct…

A mettre dans le glossaire du wiki…

vbr aussi appelé bs (boot sector) c’est bien connu :023

+1 pour Boot Sector… :slightly_smiling:

Pas tout a fait…

Le VBR est un type de BS… :wink: mais VBR n’est pas égal à BS ! C’est un BS au même titre que le MBR.
Lorque le disque n’est pas partitionné il n’y a qu’un BS.
Lorsque le disque est partitionné, le MBR (qui est un BS) et les VRB de chaque partition (qui sont aussi des BS)