Skip to content

Instantly share code, notes, and snippets.

@wolfgangkarall
Created February 5, 2014 22:53
Show Gist options
  • Save wolfgangkarall/8835042 to your computer and use it in GitHub Desktop.
Save wolfgangkarall/8835042 to your computer and use it in GitHub Desktop.
LVM recipe: determine which physical volume(s) a logical volume is located on
# from http://programmaticallyspeaking.com/lvm-recipe-determine-which-physical-volumes-a-logical-volume-is-located-on.html
lvs --segments -o +pe_ranges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment