shared folders feature in guest additions: no such device

Discussions about using Linux guests in VirtualBox.
Post Reply
ilan
Posts: 5
Joined: 27. Jun 2016, 21:28

shared folders feature in guest additions: no such device

Post by ilan »

Host is Windows 10, guest is Oracle Linux 7.
VirtualBox version is 5.04.
I installed guest additions, and the mounting worked fine at first with:
"mount -t vboxsf db_install .", where db_install is a shared folder configured in the VM.
From a certain point in time (don't know what I did exactly to cause this), this just stopped working, and with every shared folder I try to mount it throws:

"/sbin/mount.vboxsf: mounting failed with the error: No such device"

Suggestions?
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Windows, Linux

Re: shared folders feature in guest additions: no such device

Post by scottgus1 »

Sounds like a Linux Guest question to me, not a problem with the Windows host.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: shared folders feature in guest additions: no such device

Post by Perryg »

This kind of thing usually happens after a kernel update if you do not have dkms installed. Recompile or install the guest additions again and see if that helps.

Moving to Linux Guest
Post Reply