Add Comment
|
Related Links
|
TrackBack
Accessing VirtualBox Shared Folder in Ubuntu 12.10 GuestVirtualBox let you share folders, on the host side, that are accessible on the guest side. And it has the option to make share folders permanent and auto-mount. That's the easy part. But it's not terribly intuitive on how to access these auto-mounted shared folders on the guest. For Ubuntu 12.10 guest installation, the auto-mounted folder shows up in "/media". The name is usually "sf_[folder]", where "[folder]" is the name you gave to the shared folder. However, if you try to access that directory, you'll get a permission denied error. So what's the point of sharing the directory if you can't even access it? The reason you can't access it is because VirtualBox creates the folder using the root account with "vboxsf" group access. One way you can gain access to it is to add your user account to the group. You can do that with the following command: sudo usermod -a -G vboxsf [user name] Replace "[user name]" with your user name, obviously. Once you've done that, log out and back in (or reboot your virtual machine). Now you'll have no problem accessing the shared folder. Jake I have since installed Ubuntu 13.04. You still need to perform this step in Ubuntu 13.04 to gain access to the shared folders. Strangely, Oracle has automated the process of installing VirtualBox Guest Additions. Why don't they automate this part of the process? Jake
Add Comment
|
Related Links
|
TrackBack
Did your message disappear? Read the Forums FAQ. Add CommentSpam Control | * indicates required field TrackBackTrackBack only accepted from WebSite-X Suite web sites. Do not submit TrackBacks from other sites. Send Ping | TrackBack URL | Spam Control No TrackBacks yet. TrackBack can be used to link this thread to your weblog, or link your weblog to this thread. In addition, TrackBack can be used as a form of remote commenting. Rather than posting the comment directly on this thread, you can posts it on your own weblog. Then have your weblog sends a TrackBack ping to the TrackBack URL, so that your post would show up here. Messages, files, and images copyright by respective owners. |
Articles
|
Wiki
275 Users Online
|
Copyright © 2004 - 2024. All Rights Reserved. |