Parallels Tools install in Kali Linux 2

DavidO2

Bit poster
Having trouble installing Parallels Tools in the new Kali Linux 2, I am running Parallels 11 latest build and get this error
sudo: unable to execute ./install: Permission denied
when I try to run the ./install from the mounted CD of the tools on a root terminal. Anyone got any ideas on how to fix?

ITDept
 
You should try to remount the cdrom with the "-o exec" option e.g. :
mount -o remount, exec /media/cdrom
(the last part depending on the actual mount point).
Or starting from scratch:
mount /dev/sr0 /media/cdrom -o exec
(still depending on your physical drive location and you system's mount conventions)
 
Back
Top