6

Possible Duplicate:
How to copy & paste from Ubuntu to Windows?

How can i copy the information from my main Ubuntu system and paste that information in the VirtualBox System ? I have tried with general command like CTRL + C & CTRL + V , But they are not working .is there any way i can achieve that ?

Thank you .

Raja G
  • 102,391
  • 106
  • 255
  • 328

1 Answers1

7
  1. Open the Vbox Window enter image description here
  2. Select your VM
  3. Then click on Settings
  4. Then under "General" go to the Advanced tab. enter image description here
  5. Then on Share clipboard select "Host to Guest" [2nd option, under Disabled] enter image description here
  6. Click Accept.

(Don't mind the Spanish, it's the same for all languages)

Uri Herrera
  • 14,866
  • 1
    Thanks for the answer but its not working for me :( . I am running Ubuntu 12.04 as Main and minimal Ubuntu in VirtualBox and its belongs to oracle . – Raja G Sep 12 '12 at 17:31
  • Try with bidirectional instead. – Uri Herrera Sep 12 '12 at 17:34
  • 1
    actually that was the option already there , i change it to as you suggested . But tried again to that and No progress .:( . – Raja G Sep 12 '12 at 18:01
  • Note that you can only copy & paste selected text. Binary data or files can not be copied via the clipboard. – Takkat Sep 12 '12 at 18:03
  • @Takkat Yes i know and i doing text only . Thank you :) – Raja G Sep 12 '12 at 18:11
  • In my case the steps of this answer did not work until I installed the guest additons on my ubuntu vm. I used this tutorial to install it. https://www.nakivo.com/blog/install-ubuntu-on-virtualbox-virtual-machine/ .

    cd /media/user1/VBox_GAs_6.0.8/

    sudo ./VBoxLinuxAdditions.run

    – TruckerCat Jan 12 '20 at 09:04