Hi All
Like alot of people, not being an expert in all things Linux, I had some problems getting the shared folders to work between the Host and Guest OS's using the VBoxAdditions.
I've eventually sorted out the shared folder mounting in Ubuntu 7.10, using the following commands in a terminal window.
sudo mkdir sharename
sudo mount.vboxsf sharename ~/sharename
All other commands I had seen in other posts had refered to the mount -t command which resulted in Protocol errors.
For openSUSE 10.3, although the shared folders were also in the home folder, the commands were slightly different;
su [enter root password]
mkdir sharename
mount.vboxsf sharename sharename
I could then access files from the Host OS in the Guest OS. MP3 and Xvid files played with no problems.
Both Ubuntu and openSUSE seem to lose the mounting of the shares after a re-boot. I've created executable scripts to quickly get round this problem after I boot into them. Is this a general Linux issue or a Virtual Box one??
I have also setup a Windows 2003 Server Guest OS. The installation and setup of shares in this Guest is much simpler and the 'mapping' persists between re-boots. I have one problem though. I can't play MP3 or Xvid files when accessing them directly on the shared folder. Windows (WMP) errors saying it cant open the file. I can't copy and paste files to the local C drive with right mouse click or via the menus, but I can drag and drop them. Once copied over, they play. Viewing photos on the shared folders or even installing software from them works ok.
Any ideas??
Thanks.
Pete

