Mount ISO to guest VM

707 views
Skip to first unread message

Alexey Petruchik

unread,
Aug 3, 2014, 5:30:43 AM8/3/14
to vagra...@googlegroups.com
Is there any way vagant can mount ISO file to guest VM's virtual CD-ROM?

Regards, Alexey

Alvaro Miranda Aguilera

unread,
Aug 3, 2014, 4:22:18 PM8/3/14
to vagra...@googlegroups.com
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 <alexey.p...@gmail.com> 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 vagrant-up+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages