On Tue, Apr 7, 2020 at 3:51 PM Andrei POPESCU <andreimpope...@gmail.com> wrote:
> > > I tried that. I commented my line ( in /etc/fstab ) > > > > UUID=2E7B-BA02 /media/myflashdrive vfat > > > user,rw,noauto,uid=1000,gid=users,umask=0,dmask=0,fmask=0,users,exec,x-systemd.device-timeout=5s, > > 0 0 > > > > and executed > > > > bash ./run_game.sh > > > > it would'nt run. > > My crystal ball is clouded this morning. > > How about showing the error messages and the script? > kaye@laptop:/media/kaye/flashdrive/myfiles/games/SuperTuxKart-1.1-linux$ ./run_game.sh bash: ./run_game.sh: Permission denied kaye@laptop:/media/kaye/flashdrive/myfiles/games/SuperTuxKart-1.1-linux$ bash ./run_game.sh Running 64-bit version... ./run_game.sh: line 17: /media/kaye/flashdrive/myfiles/games/SuperTuxKart-1.1-linux/bin-64/supertuxkart: Permission denied kaye@laptop:/media/kaye/flashdrive/myfiles/games/SuperTuxKart-1.1-linux$ sudo bash ./run_game.sh [sudo] password for kaye: Running 64-bit version... ./run_game.sh: line 17: /media/kaye/flashdrive/myfiles/games/SuperTuxKart-1.1-linux/bin-64/supertuxkart: Permission denied kaye@laptop:/media/kaye/flashdrive/myfiles/games/SuperTuxKart-1.1-linux$ sudo ./run_game.sh sudo: ./run_game.sh: command not found Thank you!