b5a0
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
hello folks,
finally i have a freebsd guest stable running in virtualbox. i like to use the feature of shared Folders as well. for this reason i installed the guest additions under Code:
/usr/ports/emulators/virtualbox-ose-additions/ Code:
mount -t vboxsf VBoxSharedFolderName /mnt/WhatEver Code:
Operation not supported by device regards, |
|
#2
|
||||
|
||||
|
Maybe you need to set vboxguest_enable="YES" in /etc/rc.conf and "start" it? Looks like that will load the vboxguest kernel module.
|
|
#3
|
|||
|
|||
|
Quote:
Code:
vboxguest_load="YES" regards, Last edited by eyebone; May 15th, 2010 at 15:58. |
|
#4
|
|||
|
|||
|
vboxsf does not exist for freeBSD guests.
Until it becomes available use smbfs - see the howto forum section. I just went through exactly what you are doing, I've explained the solution for XP host/FBSD guest - should be similar for other hosts too). Last edited by rden; May 15th, 2010 at 16:20. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| VirtualBox how to mount share folder | a129878 | Installing & Upgrading | 9 | May 15th, 2010 05:44 |
| best way to encrypt file and folder | mfaridi | General | 9 | March 9th, 2010 14:54 |
| [Solved] Change Folder permissions | jackocurly0074 | Web & Network Services | 26 | November 19th, 2009 17:53 |
| Folder Sharing | monty_hall | GNOME | 0 | November 5th, 2009 22:22 |
| How to mount shared ZFS partition | jwhendy | General | 3 | January 20th, 2009 04:01 |