Skip to content

Instantly share code, notes, and snippets.

@MakiseKurisu
Last active January 30, 2024 12:11
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save MakiseKurisu/3f69d21c98d02e45e766e7416f164553 to your computer and use it in GitHub Desktop.
Save MakiseKurisu/3f69d21c98d02e45e766e7416f164553 to your computer and use it in GitHub Desktop.
Mount pmxcfs
mkdir ./mnt
mount /dev/pve/root ./mnt
cd mnt
mount -t proc proc proc/
mount -t sysfs sys sys/
mount -o bind /dev dev/
cd ..
chroot ./mnt ./bin/bash
pmxcfs
/bin/nano /etc/pve/nodes/{node name}/qemu-server/100.conf
@zfkdnop
Copy link

zfkdnop commented Nov 12, 2022

This is exactly what I needed to get /etc/pve populated/mounted and re-gain access to my server after my ISP got new IP ranges. Thank you for posting this!

@Ethorbit
Copy link

Thanks for this. Proxmox really needs to document this stuff, sometimes this is necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment