I have a Windows 7 Host and 2 Guests.
The VirtualBox version is 4.1.0 r73009
One is the 32 Bit OEL 5.5 Oracle Developer Days VM from Oracle Technology Network.
The Other one is a 64 Bit OEL 5.6 Guest I created.
On the 64 Bit OEL 5.6 Guest, I cannot get the Shared Folders to work even after completing the Guest Additions and rebooting the Guest as well as the Host.
The Problem seems to be from the vboxsf group not being present in the 64Bit OEL 5.6 Guest.
###
32 Bit OEL 5.5 Where it works:
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.18-194.0.0.0.4.el5 #1 SMP Thu Apr 8 18:20:19 EDT 2010 i686 i686 i386 GNU/Linux
[root@localhost ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.5 (Tikanga)
[root@localhost ~]# cat /etc/group |grep vboxsf <--------------The vboxsf group is present
vboxsf
64 Bit OEL 5.6 Where it does not work:
[root@dg1 ~]# uname -a
Linux dg1.ablugablu.com 2.6.32-100.26.2.el5 #1 SMP Tue Jan 18 20:11:49 EST 2011 x86_64 x86_64 x86_64 GNU/Linux
[root@dg1 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.6 (Tikanga)
[root@dg1 ~]# cat /etc/group |grep vboxsf <------------------The group that allows sharing to happen does not appear to be present
[root@dg1 ~]#
###
Am I missing some basic step. Or there are workarounds available to circumvent this problem.