Access data in lvm2 drive
Posted on Sun 10 January 2021 in Software • 1 min read
Prerequisite: The system should have lvm2
installed. On debian this can be
achieved by sudo apt install lvm2
.
For mounting a lvm2
drive, we need to activate the associated LVM group. The following command can list all available LVM group:
1 |
|
Scanning will show the name of different …
Continue reading