exec permission denied as root
Posted: 5. Aug 2013, 15:55
Hi,
i have a problem with running exec as root in Debian. When I tried to run exec command I received:
output of ls -la in /home/m/ shows:
output of ls -la in /media/ shows:
I have tried to mount folder manually using /etc/fstab i received:
So I have mount the folder through GUI Devices->Shared Folders. I have also noticed that during the startup following message occured:
Any idea what to do?
Thank you
i have a problem with running exec as root in Debian. When I tried to run exec command I received:
Code: Select all
exec: 131: /home/m/mcp# Permission deniedCode: Select all
lrwxrwxrwx 1 root root 39 Aug 5 13:50 mcp-> /media/sf_shared/Code: Select all
lrwxrwx--- 1 root vboxsf 4096 Jul 23 11:40 sf_sharedCode: Select all
mounting failed with the error: Protocol errorCode: Select all
ERROR: '/home/m/mcp' is not found, or does not have execute permissions.Thank you