I am trying to share a folder from windows 8 (host) with freebsd (guest) on virtualbox .
The folder mounts. Is writeable, but there are are several issues with each approach.
Errors with samba:
Mount command:
Errors with regular virtualbox share : ' directories shown as files' , 'directories go missing randomly' , 'messed up directory trees '. come and go..
Mount command:
Tried variations of several commands. permissions are all 777 . Don't know what else to do. Does anyone have success stories with this ? Is virtualbox guest folder sharing generally considered working on freebsd ?
Offtopic: Found freebsd to be Excellent! The docs are on point. love the ports. Got literally zero issues when setting it up...
The folder mounts. Is writeable, but there are are several issues with each approach.
Errors with samba:
General error: 10 disk I/O error
and segmentation faults
with commands such as cat log.txt . The errors come and go.Mount command:
mount_smbfs -f 777 -d 777 -U awindowsuser //pcName/shareName /var/www/mounthere
,Errors with regular virtualbox share : ' directories shown as files' , 'directories go missing randomly' , 'messed up directory trees '. come and go..
Mount command:
mount -w -t vboxvfs -o uid=$UID,gid=$(id -g) shareName /var/www/mounthere
Tried variations of several commands. permissions are all 777 . Don't know what else to do. Does anyone have success stories with this ? Is virtualbox guest folder sharing generally considered working on freebsd ?
Offtopic: Found freebsd to be Excellent! The docs are on point. love the ports. Got literally zero issues when setting it up...