π» 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
Created: 02/09/2023 β’ Edited: 02/09/2025 β’ Author: Chris Schammert (csmertx) β’
History π΅οΈ