Pvcreate: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * Linux =Initialize Partition for use by LVM= <pre> pvcreate /dev/sdb1 </pre> <pre> Physical volume "/dev/sdb1" successfully created. </pre>...")
 
No edit summary
Line 12: Line 12:
Physical volume "/dev/sdb1" successfully created.
Physical volume "/dev/sdb1" successfully created.
</pre>
</pre>
=a=
=b=

Revision as of 03:01, 23 May 2017

Internal

Initialize Partition for use by LVM

pvcreate /dev/sdb1
Physical volume "/dev/sdb1" successfully created.