diff --git a/HowtoOpenBSD/GestionDisques.md b/HowtoOpenBSD/GestionDisques.md index b5444edf..0ab723f7 100644 --- a/HowtoOpenBSD/GestionDisques.md +++ b/HowtoOpenBSD/GestionDisques.md @@ -15,19 +15,19 @@ Si l'on ajoute un nouveau disque sur un système OpenBSD, voici les différentes Prenons l'exemple avec disque `sd1` ajouté. Il faut d'abord initialiser sa table des partitions : ~~~ -# fdisk -i sd1 +# fdisk -i sd1 Do you wish to write new MBR and partition table? [n] y Writing MBR at offset 0. -# fdisk sd1 +# fdisk sd1 Disk: sd1 geometry: 60734/255/63 [975699968 Sectors] Offset: 0 Signature: 0xAA55 Starting Ending LBA Info: #: id C H S - C H S [ start: size ] ------------------------------------------------------------------------------- - 0: 00 0 0 0 - 0 0 0 [ 0: 0 ] unused - 1: 00 0 0 0 - 0 0 0 [ 0: 0 ] unused - 2: 00 0 0 0 - 0 0 0 [ 0: 0 ] unused -*3: A6 0 1 1 - 60733 254 63 [ 63: 975691647 ] OpenBSD + 0: 00 0 0 0 - 0 0 0 [ 0: 0 ] unused + 1: 00 0 0 0 - 0 0 0 [ 0: 0 ] unused + 2: 00 0 0 0 - 0 0 0 [ 0: 0 ] unused +*3: A6 0 1 1 - 60733 254 63 [ 63: 975691647 ] OpenBSD ~~~ On gère ensuite la partie *disklabel* :