I'm trying to create a file in JFFS and using the following command
I always get this 'Read-only file system' error when trying to create any file. 'Enable JFFS partition' and 'Enable JFFS custom scripts and config' are ticked in the GUI.
What am I doing wrong?
Code:
admins@RT-N66U:/tmp/home/root# cat << EOF > /jffs/test.txt
> #!/bin/sh
> EOF
-sh: can't create /jffs/test.txt: Read-only file system
I always get this 'Read-only file system' error when trying to create any file. 'Enable JFFS partition' and 'Enable JFFS custom scripts and config' are ticked in the GUI.
What am I doing wrong?