Parallels Tools install in Kali Linux 2

Discussion in 'Linux Virtual Machine' started by DavidO2, Oct 9, 2015.

  1. DavidO2

    DavidO2 Bit poster

    Messages:
    1
    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
     
  2. Aurélien Campéas

    Aurélien Campéas Junior Member

    Messages:
    16
    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)
     

Share This Page