Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how can upload file to /home/web #55

Open
n4v3d opened this issue Jun 27, 2018 · 2 comments
Open

how can upload file to /home/web #55

n4v3d opened this issue Jun 27, 2018 · 2 comments

Comments

@n4v3d
Copy link

n4v3d commented Jun 27, 2018

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

@BigNerd95
Copy link
Owner

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

@n4v3d
Copy link
Author

n4v3d commented Jun 28, 2018

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants