I've installed Ubuntu Server under Virtualbox just to get a nice little shell. I've also installed the VirtualBox "Guest Additions" and set "Shared Clipboard: Bidirectional".

I still can't seem to get any copy-paste working. Am I missing something here?


I've installed gpm which gives mouse support in server mode (no X), and allows copy-paste using the mouse, but still the VirtualBox integration doesn't work.

link|improve this question
feedback

4 Answers

Just trying this myself. Couldn't get it to work with gpm and a console only guest.

I strongly suspect that the clipboard integration rely's on having a running X server in the Guest.

A work-a-round is to install openssh-server on the guest and ssh using a terminal from your host to the guest. Then you have 'clipboard integration'

link|improve this answer
That's not a bad suggestion. In fact it's probably more efficient/responsive than using the VM window. – bukzor Feb 24 '11 at 5:32
@James Brilliant idea !!! :) – Sergio Oliveira Jr. Mar 30 at 8:16
feedback

You need to use CTL+Shift+V to paste, copy as normal in the Host, and back in the VM add Shift as well if you wish to copy, so CTL+SHIFT+C ( then Cut with same + X ).

Cheers!

link|improve this answer
feedback

I don't think that you will be able to copy/paste in Ubuntu Server, mostly because:

  1. If you try to do Ctrl+V, the OS will see that as a ^V control sequence.
  2. You can't do a copy/paste with a right-click menu as there are no mouse daemons that support that. (As far as I know anyways, someone feel free to correct me.)
link|improve this answer
1  
The shortcut I'd expect to work is shift-insert. en.wikipedia.org/wiki/… – bukzor Oct 4 '10 at 3:46
feedback

This is probably not a "solution", but it's how I was able to get some data off my ubuntu server VM. I set up a simple php file upload script on one of my servers, then shot the file up to it via curl. As soon as I was done I removed it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.