I have a Parallels installed on my Mac and I have created a Fedora 11 Virtual Machine. Everything works fine, except that the file sharing between my Mac and the VM doesn't work. On Parallels doc, they say I have to disable SELinux to make shared folders work.
How do I disable SELinux on Fedora 11?
Another thing the documentation says (and it doesn't work as well) is to configure in fstab:
none /media/psf prl_fs default,share 0 0
But when I try to mount this unit, I get a wrong fs type message.
Does anybody knows what I should do?