I have an flash drive FAT32 and wanted to have atom on it for windows and linux since im often at different pcs and different os.
The folder structure on the drive is:
/media/me/usb1/atom
|- linux
|- .atom/electronUserData
|- windows
|- projects
/windows does contain the windows files from the .zip package
/linux does contain the files from the .tar.gz package
while the portable installation in windoes works fine, linux does refuse to start from the drive eighter with permission denied from terminal since FAT does not support the executable flag of linux permissions or some weird cannot start software: Software not found when running it by doubleclicking it.
However if i copy the atom folder onto my HDD I can start it just fine. Just not on the USB.
Am I missing something important?