22
0
Fork 0

trailing white spaces

This commit is contained in:
Daniel Jakots 2017-03-09 12:19:39 -05:00
parent 316da76541
commit 07be718ad3
1 changed files with 6 additions and 6 deletions

View File

@ -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* :