CSx
Github Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

πŸ’» Logical Volume Manager


LVM2 (2020-02-18)

Mounting for chroot (Arch ISO)

  • 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

Resources