modprobe vboxsf throwing Invalid argument
Posted: 8. Oct 2010, 11:47
Hello,
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:
Now I know that /Rails is a directory in the current location, and I've set up a Shared Folder in the Devices menu of VB, but this line didn't work. I then found and tried the following line to check if there is a problem:
Not sure if the advice that was given had a spelling mistake, I then tried the following:
I've tried multiple combinations, re-installing guest additions, restarts and the like. Since it's throwing an error with modprobe I'm assuming it has nothing to do with where the shared folder is on the Host, and possibly a corrupt file, but nothing I've read seems to prove this.
I'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.
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.