M HYPE SPLASH
// news

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?

5

1 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.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy