I'm looking for a way to share files between my FreeBSD host and a FreeBSD guest.
So far, I've installed Virtualbox on host according to: FreeBSD Wiki and the FreeBSD Handbook.
I've created, and successfully run a few different VMs already so VirtualBox seems to work as it should. I've installed FreeBSD 9.0 as the guest OS, and it's up and running and nearly configured. I would like to share files between the host and guest and as far as I know, there are three options to do so:
1. VirtualBox shared folders and vboxfs
2. Samba Network shares.
3. NFS sharing
According to a few sources, the first option doesn't work on FreeBSD guests, even with the emulators/virtualbox-ose-additions installed on the guest:
1. The VirtualBox Manual
2. FreeBSD Wiki (vboxfs IS NOT mentioned as one of the features of guest additions).
3. VirtualBox "to do":
I think I can confirm this, because this is all I got:
Or something very close to that effect.
So that leaves options 2 and 3. I have experience with neither Samba nor NFS, especially in VirtualBox.
So I have two questions:
1. Is it possible to share files between host and guest using these services?
2. Is there a preferred method / technique for doing so?
Thanks.
So far, I've installed Virtualbox on host according to: FreeBSD Wiki and the FreeBSD Handbook.
I've created, and successfully run a few different VMs already so VirtualBox seems to work as it should. I've installed FreeBSD 9.0 as the guest OS, and it's up and running and nearly configured. I would like to share files between the host and guest and as far as I know, there are three options to do so:
1. VirtualBox shared folders and vboxfs
2. Samba Network shares.
3. NFS sharing
According to a few sources, the first option doesn't work on FreeBSD guests, even with the emulators/virtualbox-ose-additions installed on the guest:
1. The VirtualBox Manual
2. FreeBSD Wiki (vboxfs IS NOT mentioned as one of the features of guest additions).
3. VirtualBox "to do":
I think I can confirm this, because this is all I got:
Code:
# mount -t vboxfs /MYSHARE /mnt/SHARED
# mount: vboxfs - operation not supported
So that leaves options 2 and 3. I have experience with neither Samba nor NFS, especially in VirtualBox.
So I have two questions:
1. Is it possible to share files between host and guest using these services?
2. Is there a preferred method / technique for doing so?
Thanks.