Pvremove: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 6: | Line 6: | ||
Removes a [[Linux_Logical_Volume_Management_Concepts#Physical_Volumes_.28PVs.29|physical volume]] by removing all LVM labels. | Removes a [[Linux_Logical_Volume_Management_Concepts#Physical_Volumes_.28PVs.29|physical volume]] by removing all LVM labels. | ||
The association between volume groups and physical volumes can be obtained with with [[pvs]] or [[pvscan]]. | |||
<pre> | <pre> | ||
Line 11: | Line 13: | ||
</pre> | </pre> | ||
Example: | |||
<pre> |
Revision as of 13:49, 23 May 2017
Internal
Overview
Removes a physical volume by removing all LVM labels.
The association between volume groups and physical volumes can be obtained with with pvs or pvscan.
pvremove <partition-on-which-physical-volume-resides>
Example: