View previous topic :: View next topic |
Author |
Message |
Moriah Advocate
Joined: 27 Mar 2004 Posts: 2383 Location: Kentucky
|
Posted: Fri Dec 25, 2020 11:53 pm Post subject: HELP - virtualbox shared folder problem |
|
|
I am running a gentoo vm in virtualbox on a windows-10 host.
I have installed the virtualbox-guest-additions per the wiki, but when I try to mount the shared folder, I get:
Code: |
gentoo ~ # mount -t vboxsf share /mnt/win
/sbin/mount.vboxsf: mounting failed with the error: No such device
gentoo ~ #
[gentoo ~ # ls -l /mnt
total 0
drwxr-xr-x 2 root root 6 Dec 25 21:36 cdrom
drwxr-xr-x 2 root root 6 Dec 25 21:47 win
gentoo ~ # ls -l /mnt/win/
total 0
gentoo ~ #
|
That mount command was the best I could figure from a little pop-up that vbox manager (w10 pgm) gives me, but it looks like a hokey mount command to me. What is the correct mount command?
I would expect mount /dev/<something> -t vboxsf share /mnt/win _________________ The MyWord KJV Bible tool is at http://www.elilabs.com/~myword
Foghorn Leghorn is a Warner Bros. cartoon character. |
|
Back to top |
|
|
apiaio Guru
Joined: 04 Dec 2008 Posts: 426
|
Posted: Sat Dec 26, 2020 12:51 pm Post subject: |
|
|
AFAIK, VirtualBox share folders should be mounted as network drives. In my local network I've always been
using cifs. Example:
Code: | mount -t cifs //192.168.x.x/VM /mnt/VM |
|
|
Back to top |
|
|
Moriah Advocate
Joined: 27 Mar 2004 Posts: 2383 Location: Kentucky
|
Posted: Sat Dec 26, 2020 4:56 pm Post subject: |
|
|
I cannot use a windows shared folder in the samba, etc. sense because I have sensitive information in the shared tree; therefore, I must use the vboxsf approach, since it does not go over the network. _________________ The MyWord KJV Bible tool is at http://www.elilabs.com/~myword
Foghorn Leghorn is a Warner Bros. cartoon character. |
|
Back to top |
|
|
|