How do I use a shared folder from a Windows host to a Linux guest?
Posted: 21. Jan 2017, 16:39
I am running Oracle VirtualBox 5.1 on Windows 7 Professional. I have an Ubuntu 16 virtual server as a guest. In Oracle VirtualBox I went to Devices -> Shared Folders -> Shared Folders Settings. I added a share. The folder name was delu. The path was to c:\del\ on my Windows machine. In Linux, I ran this as root:
mount -t ext3 delu ~/fun
I get "mount: special device delu does not exist." What should I do?
I tried rebooting the Linux guest, but that didn't help. I tried recreating the share as read-only with auto-mount and "make permanent" checked. The result is the same.
mount -t ext3 delu ~/fun
I get "mount: special device delu does not exist." What should I do?
I tried rebooting the Linux guest, but that didn't help. I tried recreating the share as read-only with auto-mount and "make permanent" checked. The result is the same.