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!!
Hi,
When I run the mount command I get the following error:
Any ideas?
Thanks,
Ed.