How to use .iso file downloaded inside oracle virtual box?
By Michael Henderson •
I downloaded .iso file INSIDE oracle virtual box and it is stored in Downloads directory of VB. I can not find a way to use it nor can I copy it OUTSIDE VB. I use Ubuntu 18.04 .Anyone knows solution?
51 Answer
A couple of ideas:
- network shared folder link
- connect usb and add it to the vm link
- copy with scp
- ftp server link
- run web server from the folder containing .iso file
python -m SimpleHTTPServer
All except for flash drive options can be used on both host and client.