Zitat von
mpachmann am 6. Oktober 2022, 15:16 Uhr
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
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