PDA

View Full Version : [all variants] Add to the 'megathread'?: USB hack for VirtualBox OSE


andrew.46
April 21st, 2009, 03:20 AM
Hi,

Can a suggest a small addition to the Virtualization 'mega-thread'? I am running VirtualBox OSE which of course does not offer USB support as stated in this guide. However there is a small trick I came across a while back that I use to access my USB drive which is to place a symbolic link to that drive in the 'shared' folder. This enables access to the USB drive from within the guest system even when using the OSE version.

Is this worth a footnote in the USB section of the mega-thread? Not suitable for syncing software etc but perfect for usb sticks, drives etc and you get the moral high ground of using the Open Source version :-).

Andrew

bodhi.zazen
April 21st, 2009, 04:41 PM
PM me the "hack" and I will add it ;)

bunty
November 23rd, 2010, 03:01 PM
Is a more explicit description of exactly what the "symlink" needs to be?

This sounds like very useful information . If it got added , a link?

TIA.

bodhi.zazen
November 23rd, 2010, 08:58 PM
Is a more explicit description of exactly what the "symlink" needs to be?

This sounds like very useful information . If it got added , a link?

TIA.

This is a very old thread and your question is a bit off topic.

I will answer, but in the future, I suggest you start a new thread.

A "symlink" is a link, and you can make one from teh command line or graphically (with nautilus).

ln -s /foo /bar

See man ln fo rdetails

See also:

http://www.cyberciti.biz/faq/creating-soft-link-or-symbolic-link/

http://lowfatlinux.com/linux-link-files-ln.html