VBox 4.2.18, Win 7 64-bit host, Ubuntu 13.04 client.
Shared Folder was working until latest round of Ubuntu updates came out.
Now, shared folder shows up as empty.
UID is member of VBOXSF class.
Shared folder is accessible in Maint folder but it shows up as empty.
It is NOT empty in Windows 7.
Has something changed about access requirements?
Ubuntu Shared Folders Quit Working
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Ubuntu Shared Folders Quit Working
Sounds like the guest has had a kernel update and the guest additions need to be re-compiled.
Installing dkms will make the modules compile automatically on kernel updates.
Code: Select all
sudo /etc/init.d/vboxadd setup-
Wyeknottme
- Posts: 7
- Joined: 23. Nov 2012, 07:23
Re: Ubuntu Shared Folders Quit Working
I don't know how to install "dkms" or even what it is but your command solved the issue (following a restart of ubuntu).Perryg wrote:Sounds like the guest has had a kernel update and the guest additions need to be re-compiled.Installing dkms will make the modules compile automatically on kernel updates.Code: Select all
sudo /etc/init.d/vboxadd setup
Thanks
-
Perryg
- Site Moderator
- Posts: 34369
- Joined: 6. Sep 2008, 22:55
- Primary OS: Linux other
- VBox Version: OSE self-compiled
- Guest OSses: *NIX
Re: Ubuntu Shared Folders Quit Working
Then you should learn. If not this will happen again as soon as you have another kernel update, which happens about one a month it seems.I don't know how to install "dkms" or even what it is but your command solved the issue (following a restart of ubuntu).
Hint: apt-get install dkms