Sun Virtual Box 2.2.2

2009-05-13 Thread Miguel Soares
ola Dfly users!

Scenario :  Host Windows Vista Ultimate
 Guest DragonFly2.2.1 CD version

Goal : Trying to mount a share to connect DF to Windows

Problem :  When i execute mount -t vboxsf  c:\DFShare /mnt/winI get an 
error saying vboxsf is not reconized.

Anyone knows a solution to this ?

thanks.




Re: Sun Virtual Box 2.2.2

2009-05-13 Thread Sascha Wildner

Miguel Soares schrieb:

ola Dfly users!

Scenario :  Host Windows Vista Ultimate
 Guest DragonFly2.2.1 CD version

Goal : Trying to mount a share to connect DF to Windows

Problem :  When i execute mount -t vboxsf  c:\DFShare /mnt/winI get an 
error saying vboxsf is not reconized.


Anyone knows a solution to this ?


AFAIK functionality to mount vboxsf type shares is part of VirtualBox' 
guest additions.


I haven't checked but I'd bet it is only available for Linux.

Sascha

--
http://yoyodyne.ath.cx


Re: Sun Virtual Box 2.2.2

2009-05-13 Thread Alex Hornung
Meh, I tried answering but didn't send it to the list... here we go
again:

As you may or may not know, VirtualBox does not provide guest additions
for DragonFly, so vboxsf is not a valid FS. If you want to access
windows stuff or DF stuff, you can either use samba or ssh fs (SftpDrive
or similar).

Cheers,
Alex

On Wed, 2009-05-13 at 11:53 +0100, Miguel Soares wrote:
 ola Dfly users!
 
 Scenario :  Host Windows Vista Ultimate
  Guest DragonFly2.2.1 CD version
 
 Goal : Trying to mount a share to connect DF to Windows
 
 Problem :  When i execute mount -t vboxsf  c:\DFShare /mnt/winI get an 
 error saying vboxsf is not reconized.
 
 Anyone knows a solution to this ?
 
 thanks.