Date: Fri, 16 Aug 2013 09:44:33 +0100 From: krad <kraduk@gmail.com> To: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Vbox shared folders and freebsd guests Message-ID: <CALfReyd4EFKqorRGw=niMr6LO4H6nTVifw1xiaS_afuhHpdpdw@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi,
Do shared folders from vbox hosts to freebsd guests work as i cant seem to
mount them? I have the guest additions installed fine.
s11 host
vbox@radical:~$ VBoxManage list runningvms
"router" {daa9e421-7730-4f77-b97c-d931c107e50d}
vbox@radical:~$ VBoxManage list runningvms -l| ggrep -iA 2 share
Shared folders:
Name: 'new', Host path: '/videos/new' (machine mapping), writable
vbox@radical:~$ uname -a
SunOS radical.intranet 5.11 11.1 i86pc i386 i86pc
bsd guest
[root@carrera /home/krad]# kldstat -v | grep -i vb
20 1 0xffffffff81c12000 22c77 vboxguest.ko
(/boot/modules/vboxguest.ko)
500 pci/vboxguest
[root@carrera /home/krad]# ls -l /| grep mnt
drwxrwxrwx 13 root wheel 512 Aug 12 2012 mnt
[root@carrera /home/krad]# mount -t vboxsf new /mnt
mount: new: Operation not supported by device
[root@carrera /home/krad]# ps auxwww| grep VB
root 1204 0.0 0.1 32200 2832 ?? Ss 9:19AM 0:00.16
/usr/local/sbin/VBoxService
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CALfReyd4EFKqorRGw=niMr6LO4H6nTVifw1xiaS_afuhHpdpdw>
