Skip to content

Instantly share code, notes, and snippets.

@MakiseKurisu
Last active January 30, 2024 12:11
Show Gist options
  • 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
@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