Skip to content

Instantly share code, notes, and snippets.

@Fartomy
Created June 10, 2025 15:24
Show Gist options
  • Save Fartomy/2a34ae3a545f9aba7e058d9b8ae83940 to your computer and use it in GitHub Desktop.
Save Fartomy/2a34ae3a545f9aba7e058d9b8ae83940 to your computer and use it in GitHub Desktop.
VirtualBox Guest Operations

🍞 VirtualBox Guest Operations

If there are problems with shared folders or other guest operations, an important step is being missed. For this, the extension called Guest Additions must be added to the guest machine.

For example, the shared folders feature is intended to be used to send files from a Linux host machine to a Windows guest virtual machine;

  1. Start the virtual machine
  2. in the top tab of the window that opens, find the Devices option
  3. Select Insert Guest Addditions CD image... option
  4. then run the Guest Additions installation wizard from the file manager of the windows virtual machine and install it.

If step 3 says Guest Additions not found should I download this from the internet, press this. But if you think you are having problems with the download, you will need to download this .iso file manually from the internet.

  1. Download the Guest Additions iso from the internet
  2. and again Devices > Optical Drives > Choose Disk File... > Select Guest Additions iso file
  3. then run the Guest Additions installation wizard from the file manager of the windows virtual machine and install it.

Reboot after the installation process and the previously set shared folders will appear in the file manager of the windows virtual machine.

Resource

  1. Dr. Perygin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment