I have a problem with making files executable if they are in a shared
folder, which is causing me a lot of problems so I would appreciate any
clues.
 
My setup is Windows XP host with Fedora guest, and I have a shared
folder from the host that is available in the guest using the command:
 
VboxManage sharedfolder add "Fedora" -name SdkShare  -hostpath
"C:\SDK\uk\com"
 
At Fedora I mount the share using:
mount -t vboxsf -o exec SdkShare /home/uk
 
I cannot make any of the files in the shared folder tree executable
using chmod 777, which does not return an error, but does not toggle the
executable flag.
 
I am the file owner, and logged in as root.
 
Laurence Harvey
_______________________________________________
vbox-users mailing list
vbox-users@virtualbox.org
http://vbox.innotek.de/mailman/listinfo/vbox-users

Reply via email to