How to access Virtualbox shared folders in Linux


Today I will show you how to access your Virtualbox shared folders in Linux.  In Windows you would just mount a network drive but in Linux it takes a bit more work (but not much).

First thing to do is to make a mount point for the shared folder so open up a terminal and type:

sudo mkdir /media/share

Change share to any name you choose.  Now we need to mount the Virtualbox shared folder so type:

sudo mount -t vboxsf sdc /media/share

changing sdc to the name of your Virtualbox shared folder.  To make the mount permanent enter the above mount command (leave out the sudo) into the /etc/rc.local file.

About the Author

Hi I am Chris the owner of ComTech. I provide IT Support, Laptop repairs and Computer repairs to both personal and business clients in and around Stirling. For a list of what I can offer you why not visit my website www.comtech247.net where you will find my blog, testimonials, services and much more.  Start supporting a local business today so I can start supporting you.

If you found this blog useful then why not sign up to my RSS Feed for news, tutorials, views and general techie stuff!!

 

 

This entry was posted in Blog and tagged access, computer repair, IT Support, laptop repair, linux, shared folders, stirling, virtualbox. Bookmark the permalink.

One Response to How to access Virtualbox shared folders in Linux

  1. Ed Syrett says:

    Hi,

    When I run the mount command I get the following error:

    mount: unknown filesystem type ‘vboxsf’

    Any ideas?

    Thanks,

    Ed.

Leave a Reply

Your email address will not be published.

* Copy This Password *

* Type Or Paste Password Here *

4,744 Spam Comments Blocked so far by Spam Free Wordpress

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>