VirtualBox shared folder guest access command
Enable shared folders
Add shared folder via “Devices” > “Shared Folder…”
Windows from virtualbox.org
net use x: \\vboxsvr\sharename
Linux from virtualbox.org
mount -t vboxsf [-o OPTIONS] sharename mountpoint
Sharename is for example (by default) if you shared your Hosts Desktop, it would be Desktop. Easy.
Related Posts
Posted on May 18, 2010 at 10:36 am by Jordan Carter · Permalink
In: Ubuntu Tricks · Tagged with: shared folder, VirtualBox
In: Ubuntu Tricks · Tagged with: shared folder, VirtualBox