Search results

  1. Y

    Does Proxmox support LXC dir backend ?

    Hi, With LXC, I can have : Host : /data/vm/rootfs And the LXC VM boot on /data/vm/rootfs, which is a simple directory on the host. How to do the same thing under Promox ? I can create a raw file to become the rootfs then add with : pct set <id> -mp0 /data/vm/rootfs/home,mp=/home,backup=0 But...