DietrichL3
Bit poster
Dear all,
I run Fedora 32 on a MAC and Parallels 16.
I compiled Parallels Tools for kernel 5.10, this worked fine. https://forum.parallels.com/threads...ools-on-linux-kernel-5-10.352162/#post-882949
However, I cannot execute files which are located on the shared folder.
Output from mount is:
When executing a executable
I tried without success:
a.) I added to /etc/fstab
b.) and tried things like
c.) I could not find information on the prl_fs system, e.g. prlfsmountd --help or man pages
Any help and suggestions are highly recommended.
Dietrich
I run Fedora 32 on a MAC and Parallels 16.
I compiled Parallels Tools for kernel 5.10, this worked fine. https://forum.parallels.com/threads...ools-on-linux-kernel-5-10.352162/#post-882949
However, I cannot execute files which are located on the shared folder.
Output from mount is:
Code:
root@fed30 Downloads]# mount | grep Home
Home on /media/psf/Home type prl_fs (rw,nosuid,nodev,noatime,sync,context=system_u:object_r:removable_t:s0,ttl=1000,share)
When executing a executable
Code:
$ cat test.tcsh ;
#!/usr/bin/tcsh
$ ./test.tcsh
./xx: Invalid argument.
I tried without success:
a.) I added to /etc/fstab
Code:
none /media/psf prl_fs user,rw,exec,noatime,share,context=system_u:object_r:removable_t:s0,nofail 0 0
Code:
sudo mount -v -t prl_fs -o sync,nodev,share,nofail,exec Home /media/psf/Home
Any help and suggestions are highly recommended.
Dietrich