Forrest logo
back to context overview

vgchange

List of commands for vgchange:

  • vgchange:tldr:460d7 vgchange: Change the activation status of logical volumes in the specified volume group (determine with `vgscan`).
    $ sudo vgchange --activate ${select} ${volume_group}}
    try on your machine
    explain this command
  • vgchange:tldr:740f9 vgchange: Change the activation status of logical volumes in all volume groups.
    $ sudo vgchange --activate ${select}
    try on your machine
    explain this command
back to context overview