Re: sh: 1: /media/mycomputer/Seagate: not found
- Posted by ChrisB (moderator) Jan 30, 2021
- 1564 views
Hi Tom.
As I see you`ve Linux before, I`m sure you`ve done these checks.
Does the USB drive exist
Is it mounted
Do you have write permission for the drive
does Hello.exe (or Hello) appear in the same folder as Hello.exw
Do you have execute permission on the usb drive
if hello.exe appears then try chmod +x Hello.exe Try copying Hello.exe to your home folder and see what happens when you try to run it
Try chmod +x on Hello.exe on the file in your home directory.
If you have hello.exe then post it somewhere for someone with a Linux machine to see if it works on theirs (I have many Linux machines, so happy to try)
the equivalent to procmon is top or bashtop , or ps -A (for all), or ps -u (for the user) - there are many other options, google or man.
If hello.exe isn`t appearing, is it being written out somewhere else?
That should give you a place or two to start.
Cheers
Chris