Hello, in virtualbox, vm, you should be able to mount the iso as dvd with vbox manage commands or the similar ones for vmware
then, from the OS, if it's linux, you should be able to mount it with a command line similar to mount /dev/dvd /mnt or mount /dev/sr0 /mnt if the iso is on the /vagrant folder, you should be able to mount it like this mount -o loop,ro /vagrant/image.iso /mnt Alvaro. On Sun, Aug 3, 2014 at 9:28 PM, Alexey Petruchik <[email protected] > wrote: > Is there any way vagant can mount ISO file to guest VM's virtual CD-ROM? > > Regards, Alexey > > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
