Hi,
I assume it's not possible to run Squeak all in one from a USB dongle under linux because one FAT does not have an executable flag. Or is there a way? Would be too cool to move a USB dongle from my Windows Laptop to the RasPi. Cheers, Herbert |
Hi You need to mount with the exec option (or the right umask). Then all files are executable. Best, Am 12.08.2016 22:51 schrieb "Herbert König" <[hidden email]>: Hi, |
Am Fri, 12 Aug 2016 23:53:58 +0200
schrieb Tim Felgentreff <[hidden email]>: > Hi > > You need to mount with the exec option (or the right umask). Then all > files are executable. > > Best, > Tim > Hi Tim, thanks for the hint but it seems my linux fu is lacking. USB dongles are auto mounted under Raspbian so I first did: sudo umount /media/pi/INTENSO then, after some searching: sudo mount -o exec /dev/disk/by-label/INTENSO /media/intenso That makes all scripts (i found :-)) and the VM executable but neither start in a terminal not start without a terminal works. For a very short time a window comes up and then closes so I don't see an error. It works on my Windows 7 laptop and for the experiment I use a Squeak 5.0 all in one. Cheers, Herbert > Am 12.08.2016 22:51 schrieb "Herbert König" <[hidden email]>: > > > Hi, > > > > I assume it's not possible to run Squeak all in one from a USB > > dongle under linux because one FAT does not have an executable flag. > > > > Or is there a way? Would be too cool to move a USB dongle from my > > Windows Laptop to the RasPi. > > > > Cheers, > > > > > > Herbert > > > > > > |
http://askubuntu.com/questions/49392/how-to-mark-allow-executing-file-as-program-on-an-external-drive
? On 8/14/16, Herbert König <[hidden email]> wrote: > Am Fri, 12 Aug 2016 23:53:58 +0200 > schrieb Tim Felgentreff <[hidden email]>: > >> Hi >> >> You need to mount with the exec option (or the right umask). Then all >> files are executable. >> >> Best, >> Tim >> > > Hi Tim, > > thanks for the hint but it seems my linux fu is lacking. > USB dongles are auto mounted under Raspbian so I first did: > sudo umount /media/pi/INTENSO > then, after some searching: > sudo mount -o exec /dev/disk/by-label/INTENSO /media/intenso > That makes all scripts (i found :-)) and the VM executable but neither > start in a terminal not start without a terminal works. > For a very short time a window comes up and then closes so I don't see > an error. > It works on my Windows 7 laptop and for the experiment I use a Squeak > 5.0 all in one. > > Cheers, > > Herbert > > > >> Am 12.08.2016 22:51 schrieb "Herbert König" <[hidden email]>: >> >> > Hi, >> > >> > I assume it's not possible to run Squeak all in one from a USB >> > dongle under linux because one FAT does not have an executable flag. >> > >> > Or is there a way? Would be too cool to move a USB dongle from my >> > Windows Laptop to the RasPi. >> > >> > Cheers, >> > >> > >> > Herbert >> > >> > >> > > > > |
Am Mon, 15 Aug 2016 10:14:17 +0200
schrieb "H. Hirzel" <[hidden email]>: > http://askubuntu.com/questions/49392/how-to-mark-allow-executing-file-as-program-on-an-external-drive > Hi Hannes, from there I tried this: sudo mount -o remount,fmask=027 /media/YOURDRIVE and this: sudo mount -o remount,fmask=027,id=$(id -u) /media/YOURDRIVE These don't even make the scripts executable. Meanwhile I tried with 5.0 and 5.1rc2. They both work if dowloaded to the SD card. Cheers, Herbert > On 8/14/16, Herbert König <[hidden email]> wrote: > > Am Fri, 12 Aug 2016 23:53:58 +0200 > > schrieb Tim Felgentreff <[hidden email]>: > > > >> Hi > >> > >> You need to mount with the exec option (or the right umask). Then > >> all files are executable. > >> > >> Best, > >> Tim > >> > > > > Hi Tim, > > > > thanks for the hint but it seems my linux fu is lacking. > > USB dongles are auto mounted under Raspbian so I first did: > > sudo umount /media/pi/INTENSO > > then, after some searching: > > sudo mount -o exec /dev/disk/by-label/INTENSO /media/intenso > > That makes all scripts (i found :-)) and the VM executable but > > neither start in a terminal not start without a terminal works. > > For a very short time a window comes up and then closes so I don't > > see an error. > > It works on my Windows 7 laptop and for the experiment I use a > > Squeak 5.0 all in one. > > > > Cheers, > > > > Herbert > > > > > > > >> Am 12.08.2016 22:51 schrieb "Herbert König" > >> <[hidden email]>: > >> > >> > Hi, > >> > > >> > I assume it's not possible to run Squeak all in one from a USB > >> > dongle under linux because one FAT does not have an executable > >> > flag. > >> > > >> > Or is there a way? Would be too cool to move a USB dongle from my > >> > Windows Laptop to the RasPi. > >> > > >> > Cheers, > >> > > >> > > >> > Herbert > >> > > >> > > >> > > > > > > > > |
Free forum by Nabble | Edit this page |