trailing whitespaces

This commit is contained in:
Daniel Jakots 2017-01-03 17:30:56 -05:00
parent 09bb5f7da2
commit 874da0b634

View file

@ -32,24 +32,24 @@ Offset: 0 Signature: 0xAA55
On gère ensuite la partie *disklabel* :
~~~
# disklabel -E sd1
# disklabel -E sd1
# Inside MBR partition 3: type A6 start 63 size 975691647
Treating sectors 63-975691710 as the OpenBSD portion of the disk.
You can use the 'b' command to change this.
Initial label editor (enter '?' for help at any prompt)
> a
partition: [a]
offset: [63]
size: [975691647]
FS type: [4.2BSD]
partition: [a]
offset: [63]
size: [975691647]
FS type: [4.2BSD]
> p
OpenBSD area: 63-975691710; size: 975691647; free: 0
# size offset fstype [fsize bsize cpg]
a: 975691647 63 4.2BSD 2048 16384 1
c: 975699968 0 unused
a: 975691647 63 4.2BSD 2048 16384 1
c: 975699968 0 unused
> q
Write new label?: [y]
Write new label?: [y]
~~~
On peut enfin créer le système de fichiers et le monter :