[SOLVED] unable to mount iso via qm

cybermcm

Well-Known Member
Aug 20, 2017
101
11
58
Hi,

I'm trying to mount an iso file from a NFS share with
Code:
qm set 110 -cdrom iso-files:debian-9.4.0-amd64-netinst.iso
As result I get:
unable to parse directory volume name 'debian-9.4.0-amd64-netinst.iso'

NFS share exists, I'm able to mount via web GUI

storage.cfg part
Code:
nfs: iso-files
        export /SW
        path /mnt/pve/iso-files
        server srv10.corp.xxx.net
        content iso
        options vers=3,soft
Code:
ls /mnt/pve/iso-files/template/iso/
debian-9.4.0-amd64-netinst.iso

Any ideas?
 
Last edited:
you need to provide a correct path, in this case "iso-files:iso/debian-9.4.0-amd64-netinst.iso". you can check "pvesm list iso-files" if you want to copy paste it ;)
 
  • Like
Reactions: cybermcm