In Ubuntu 12.04 Desktop, USB devices can be plugged in, and they just work for the most part.
In Ubuntu 12.04 Server, when I plug in a USB device it does nothing.
How can I setup server do act like desktop when it comes to adding USB devices such as printers, scanners, and thumb-drives?
Ultimately I will be forwarding this USB devices to a VirtualBox virtual machine. However, if Ubuntu server doesn't mount them in some way, I can't get VirtuaBox to see them either.
From the Ubuntu documentation, try installing
usbmount
.Here is the description from the repo:
When using automount, it will mount the storage devices at
/media/usb[0-7]
(there is no dialog).Printers/scanners are not "mounted" and would be configured differently. Although, if your end goal is to just pass these along to your Windows guest, you need to install the VirtualBox Extension Pack, from here https://www.virtualbox.org/wiki/Downloads. The devices to not need to be set up within your Ubuntu host prior to using them with your Windows guest.
Install usbmount
Allow users to access usb drives
Plug in and use
You can get some More Details.