I am using VBox 4.3.6, on Windows 7 64 bit. I have a Centos guest. In the guest settings, I've created a permanent shared folder named "shared". This is using the G:\ directory on the Win7 machine.
In the guest, I've created a directory, /mnt/myoam. However, in the Centos guest, I cannot mount the shared folder.
Code: Select all
[root@oamoam log]# cd /mnt/
[root@oamoam mnt]# ls
myoam
[root@oamoam mnt]# mount -t vboxsf shared /mnt/myoam/
/sbin/mount.vboxsf: mounting failed with the error: Protocol error
[root@oamoam mnt]#
[root@oamoam mnt]#
[root@oamoam mnt]# mount.vboxsf shared /mnt/myoam/
mount.vboxsf: mounting failed with the error: Protocol error
Thanks,
Jim