1LVRENAME(8) System Manager's Manual LVRENAME(8)
2
3
4
6 lvrename - rename a logical volume
7
9 lvrename [-A|--autobackup {y|n}] [-d|--debug] [-f|--force] [-h|--help]
10 [-t|--test] [-v|--verbose] [--version]
11
12 OldLogicalVolumePath NewLogicalVolume{Path|Name}
13
14 VolumeGroupName OldLogicalVolumeName NewLogicalVolumeName
15
17 lvrename renames an existing logical volume from OldLogicalVol‐
18 ume{Name|Path} to NewLogicalVolume{Name|Path}.
19
21 See lvm for common options.
22
24 To rename lvold in volume group vg02 to lvnew:
25
26 lvrename /dev/vg02/lvold /dev/vg02/lvnew
27
28 An alternate syntax to rename this logical volume is
29
30 lvrename vg02 lvold lvnew
31
32
34 lvm(8), lvchange(8), vgcreate(8), vgrename(8)
35
36
37
38Sistina Software UK LVM TOOLS LVRENAME(8)