Chimay-Red icon indicating copy to clipboard operation
Chimay-Red copied to clipboard

how can upload file to /home/web

Open n4v3d opened this issue 6 years ago • 2 comments

hi how can upload file to /home/web or any change index page ? wget command say read-only file system can not chmod 777 in home/web any way ? thanks

n4v3d avatar Jun 27 '18 17:06 n4v3d

You can do it by mounting a tmpfs on the path where you want write files

BigNerd95 avatar Jun 27 '18 17:06 BigNerd95

i mounted use mount -t tmpfs mode=0777 /home/web it mounted in flash/rw/tmp/web when i use wget to download file in flash/rw/tmp/web say read-only file system why ?

n4v3d avatar Jun 28 '18 06:06 n4v3d