Setting execute permission on a Fedora 11 (host and guest) shared folder file is not working for me.
Posted
by pmr
on Super User
See other posts from Super User
or by pmr
Published on 2009-09-05T21:20:10Z
Indexed on
2010/03/16
13:46 UTC
Read the original article
Hit count: 348
fedora11
|virtualbox
I have set up a VirtualBox Fedora 11 (i386) guest on my Fedora 11 (x86_64) host system with shared folders enabled. I mount the shared folder successfully with the recommended "mount -t vboxsf share /shareddir -o rw,exec,uid=500,gid=100" command. I can successfully read and write files in the share from the guest but I cannot set the execute bit on any file in the share from the guest system. Nothing in GoogleSpace seems to address my issue let alone provide a solution. fwiw, selinux is disabled on both the guest and host and the shared folder is an ext4 file system.
© Super User or respective owner