22
0
Fork 0

corrections typo

This commit is contained in:
emorino 2017-10-10 17:27:53 +02:00
parent a8880cb66d
commit 52c05907a6
1 changed files with 2 additions and 2 deletions

View File

@ -134,10 +134,10 @@ On peut ainsi les lister avec les commandes `vgdisplay` ou `vgs` :
On peut maintenant découper nos volumes finaux :
~~~
# lvcreate -L5G -nfirstlvmvol group1
# lvcreate -L5G -n firstlvmvol group1
Logical volume "firstlvmvol" created
# lvcreate -L10G -nsecondlvmvol group1
# lvcreate -L10G -n secondlvmvol group1
Logical volume "secondlvmvol" created
~~~