π» Logical Volume Manager
LVM2 (2020-02-18)
modprobe dm_mod
vgscan
vgchange -ay
lvdisplay
mkdir -vp /mnt/archos/{root,home}
mount <LV_PATH> /mnt/archos/root
mount <LV_PATH> /mnt/archos/home
chroot /mnt/archos/root
Don’t forget to
umount /mnt/archos/root
when finished