lvrename command line tool and its examples

  • About lvrename : To rename a logical volume
  • It comes from “lvm2-2.02.72” package.
  • Configuration Files:
  • Path: /sbin/lvrename

Examples:

1. To rename a logical volume

$ lvrename /dev/VG00/LV00 /dev/VG00/LV-01
$ lvrename VG00 LV00 LV01

 2. To disable udev synchronisation

$ lvrename –noudevsync

Related Commands: lvm, lvchange, vgcreate, vgrename 

Leave a Reply

Your email address will not be published. Required fields are marked *