I know there are about a million posts about sharing but after searching for a while I cannot find an answer that works for me.
Info:
Windows 7 x64 Host
Linux Mint Isadora x86 Guest
VirtualBox Version 3.2.8
Guest Additions have been installed (and re-installed today, followed by a restart)
The Problem:
I'm trying to mount a shared folder so that I can access code in my guest and edit it on my Windows IDE. I tried the following command in the terminal, which failed:
Code: Select all
sudo mount.vboxsf Share /Rails
mount.vboxsf: mounting failed with the error: No such file or directoryCode: Select all
modprobe vboxfs
FATAL: Module vboxfs not found.Code: Select all
modprobe vboxsf
FATAL: Could not read '/lib/modules/2.6.32-21-generic/misc/vboxsf.ko': Invalid argumentI've tried to provide as much info here as possible, but if I've missed anything just let me know. Any advice on the steps to take next would be hugely appreciated.