Categories: Blog

Move your VirtualBox virtual machine (VM) image/images to another location or drive

Here is a relatively easy way to move your VirtualBox virtual machine (VM) images to another location or drive:

  1. Shutdown all open VirtualBox instances and close any VirtualBox windows.
  2. Locate the directory where your VirtualBox instances are stored.
  3. Copy the contents of the directory to the new location.
  4. Open Virtual Box.
  5. Start with one of your instances. Right click the virtual machine entry and click ‘Remove’. Only Remove the entry and NOT all the files.
  6. Close VirtualBox. Leave it closed for long enough for the background VBoxSVC task to time out and terminate also.7. Go to the new directory where your image is now stored.
  7. Double click on the ‘*.vbox’ file.
  8. If all works out well, the virtual machine entry will be recreated.
  9.  Double click the virtual machine instance and start it. Ensure that your image is working correctly.
  10.  If all works out well, you can delete the original directory that holds your VirtualBox image.
  11.  Repeat steps 5-11 for any other images you may have.
Peter Tran

Share
Published by
Peter Tran

Recent Posts

Kubernetes Resources to Learn From

I have been fortunate in working a lot more with Kubernetes lately over the last few months so I've been…

1 year ago

WordPress Development using Docker

Building my portfolio site, I thought I'd show you how I set up my Wordpress development using Docker. Given the…

1 year ago

Blank images in Puppeteer screenshots solved!

Frustrated with getting blank images in Puppeteer Chrome screenshots, recently I was in a situation where I needed to migrate…

1 year ago

Plans Moving Forward – The Revamped Web and I

It has been six year since my last major revamp/redesign of my current petertran.com.au portfolio site. So what are my…

1 year ago

Bad owner or permissions on .ssh/config

This article helps to solve a Bad owner or permissions on .ssh/config issue occurring on a Windows 10 machine when…

1 year ago

Accept payments easily and effortlessly with Pin Payments integration

Only a few lines of code required is to implement a payment system, thanks to inline Pin Payments integration. Accepting…

6 years ago