lvm - bunnyamin/bunnix GitHub Wiki
- LVM (Logical Volume Manager)
Rename Volume Group or Logical Volume
- No need to escape hyphens, for example,
x--y
can be written asx-y
. lvm vgrename <current> <new>
lvm lvrename <vg> <current lv> <new lv>
Rename Volume Group or Logical Volume
x--y
can be written as x-y
.lvm vgrename <current> <new>
lvm lvrename <vg> <current lv> <new lv>