Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I installed ubuntu12.10 arm64 version, then installed virtualbox 64bit and win7 32bit VM. I created /mnt/share folder and shared it with win7. In win7 share folder, some exe files could be executed, but the others couldn't. The error says, the path doesn't exist. But if I copied those files into win7's own folder, it could be executed. I'm confused. Could anyone help me?

Thanks, Lisa

share|improve this question

2 Answers

Could be completely off here but I have had files that were marked read/write not run because they didn't have the eXecute bit set on the host. From the terminal on the host, cd to the directory and try to chmod the file on the host with chmod +x filename.exe

share|improve this answer
It doesn't work. – lisa Feb 19 at 1:51

Are the .exe files that do run in the /mnt/share/ directory?

If you can't run anything from the /mnt/share/ directory then you haven't configured your VBox to look at the /mnt/share/ directory. This is how:

  1. Open the settings for that VM.
  2. Go to Shared Folders
  3. Click Add Shared Folder or press insert
  4. Type /mnt/share/ for the path and whatever you want for the name
  5. You should check the box that says Auto-mount
  6. Click OK twice and restart your VM.
share|improve this answer
She clearly stated some files run while others don't. – Eric Carvalho Feb 19 at 1:15
It's already auto-mount so that I could access the folder and execute some of the exe files. But why the others can't? – lisa Feb 19 at 1:35

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.