Quantcast
Channel: SNBForums
Viewing all articles
Browse latest Browse all 94943

Help with creating file in JFFS

$
0
0
I'm trying to create a file in JFFS and using the following command

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?

Viewing all articles
Browse latest Browse all 94943

Trending Articles