Question:
I’m not sure if This is related to the issue from last week or if I’m just doing something wrong. I uploaded a file into one of my Repl’s, and now need to move it to the folder that the script expects to find it in.
But when I try to do that in the shell, I get an error that the file system is read only. Except I just uploaded a file and then renamed it. And I can still rename the file
mv blue_dragoneer1.txt /users
mv: inter-device move failed: ‘blue_dragoneer1.txt’ to ‘/users’; unable to remove target: Read-only file system
Repl link/Link to where the bug appears:
https://replit.com/@ashrobertsdrago/ProsePal
Screenshots, links, or other helpful context:
code snippet