Skip to content

Instantly share code, notes, and snippets.

@cho2
Created June 15, 2019 15:32
Show Gist options
  • Select an option

  • Save cho2/7dab6bd7ef1e94353b02a405e5236a00 to your computer and use it in GitHub Desktop.

Select an option

Save cho2/7dab6bd7ef1e94353b02a405e5236a00 to your computer and use it in GitHub Desktop.
# fdisk -l
# mount /dev/sdaX /mnt
# mount --bind /dev /mnt/dev
# mount --bind /proc /mnt/proc
# mount --bind /sys /mnt/sys
# chroot /mnt
# mount -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment