You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just booted up linux to copy over some games directly, and noticed that I didn't have permissions to write to the roms folder. It was easy enough to fix (sudo chmod -R 777 roms), but I think we should just make that the default.
The text was updated successfully, but these errors were encountered:
FAT never respected permissions on drive, and anything printed with ls -a is just virtually non-existent (test with BOOT partition and see that even so u have only READ access you can still WRITE files). I believe BTRFS behaves here normally allowing only for root to have RW (was it anytime different for linux ex-drivers to behave opposite with auto-mount?).
I just booted up linux to copy over some games directly, and noticed that I didn't have permissions to write to the roms folder. It was easy enough to fix (
sudo chmod -R 777 roms
), but I think we should just make that the default.The text was updated successfully, but these errors were encountered: