Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   lvchange    ( 8 )

изменить атрибуты логических томов (Change the attributes of logical volume(s))

  Name  |  Synopsis  |  Description  |  Usage  |  Options  |    Variables    |  Environment variables  |  Examples  |  See also  |

Переменные (Variables)

VG     Volume Group name.  See lvm(8) for valid names.

LV Logical Volume name. See lvm(8) for valid names. An LV positional arg generally includes the VG name and LV name, e.g. VG/LV. LV1 indicates the LV must have a specific type, where the accepted LV types are listed. (raid represents raid<N> type).

Tag Tag name. See lvm(8) for information about tag names and using tags in place of a VG, LV or PV.

Select Select indicates that a required positional parameter can be omitted if the --select option is used. No arg appears in this position.

String See the option description for information about the string content.

Size[UNIT] Size is an input number that accepts an optional unit. Input units are always treated as base two values, regardless of capitalization, e.g. 'k' and 'K' both refer to 1024. The default input unit is specified by letter, followed by |UNIT. UNIT represents other possible input units: b|B is bytes, s|S is sectors of 512 bytes, k|K is KiB, m|M is MiB, g|G is GiB, t|T is TiB, p|P is PiB, e|E is EiB. (This should not be confused with the output control --units, where capital letters mean multiple of 1000.)