Mounting Virtualbox Shared Folders in Linux
Submitted by soccerfiend on Wed, 2012-05-30 10:02
Shared folders are pretty easy to access. It turns out that is also pretty easy to do under Linux as well.
- sudo mount -t vboxsf -o umask=000 sharename /path/to/mount/point
The only catch is that you need to create the mount point first, just like most other file systems.
»
- soccerfiend's blog
- Login to post comments