Solved FTP'ing files, how to remove read-only permissions?
-
Im trying to use FileZilla to transfer some shaders over to the shader folder, 'shader directory /recalbox/share_init/shaders' but when i try and copy the files i get an error message ....
/recalbox/share_init/shaders/zfast_crt_standard.glslp: open for write: received failure with description 'Read-only file system Error: File transfer failed
how to i remove the read-only file permission?
-
Hello
https://github.com/recalbox/recalbox-os/wiki/Make-a-partition-writable-(EN)
mount -o remount,rw /
-
@acris said in FTP'ing files, how to remove read-only permissions?:
Hello
https://github.com/recalbox/recalbox-os/wiki/Make-a-partition-writable-(EN)
mount -o remount,rw /
Thank you, that worked