How to mount shared folder (qnx in virtualbox)

I am running qnx neutrino 6.4.1 in virtualbox.
Want to make a shared folder to share files back and forth, but can’t figure out how to mount a shared folder in qnx.

I’ve setup shared folder in virtualbox, but can’t figure out how to mount the folder to show up in qnx

You can’t mount a shared folder because there is no guest additions available for QNX.

virtualbox.org/wiki/Guest_OSes

The guest addition software is what enables the shared folder transfer of files.

Your choices are:

  1. Use 3rd party software like Samba. This is supported under QNX and we use it to share folders between QNX/Windows/Linux.
  2. Use ftp to transfer files.

Tim