Knowledge Base

Bitte , um Beiträge und Themen zu erstellen.

Proxmox mount ISO image in LXC

Proxmox host
mount ISO on Proxmox
mount -o loop,ro /var/lib/vz/template/iso/filenameof.iso /mnt/iso-name

edit config file to mount the mounted ISO on Proxmox into LXC mountpoint
/etc/pve/lxc/<CONTAINER_ID>.conf and add a new line describing the mount point.
mp0:/var/lib/vz/template/iso/filenameof.iso,mp=/mnt/iso-name

In LXC ISO is available under /mnt/iso-name