Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File level restore for LVM #1878

Closed
olivierlambert opened this issue Jan 10, 2017 · 2 comments
Closed

File level restore for LVM #1878

olivierlambert opened this issue Jan 10, 2017 · 2 comments

Comments

@olivierlambert
Copy link
Member

We need to use losetup then lvscan then mount.

@julien-f
Copy link
Member

  1. mount the VHD and list partitions
  2. mount the LVM partition using losetup and list its volumes lvscan
  3. mount this LVM volume using mount

@fufroma
Copy link
Contributor

fufroma commented Jan 15, 2017

You may need to use vgscan, then vgimport, then vgchange -ay to have full access to lv.

(LVM may not let you access lv device if the vg isn't imported and activated, but it depends the way you use it 😄 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants