> On March 29, 2016 at 3:28 PM Ikenna Okpala <[email protected]> wrote: > > > Hello Guys, > > I recently needed to share my host direct with a KVM VM, but I could figure > it out. > > How can I shared/mount my /var/lib/vz/path/to/share/ on a KVM VM??
Same way you share it with physical hosts, via a network filesystem: cifs, nfs, ... Additionally qemu has some special options for this, but you'll have to use them manually (9p, vvfat). _______________________________________________ pve-user mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user
