View Single Post
Posts: 19 | Thanked: 10 times | Joined on Apr 2013
#5
Originally Posted by szopin View Post
http://wiki.maemo.org/Startup_script
My script is as follows:

Code:
start on started hildon-desktop
stop on starting shutdown
console none
service

script

mount -o remount,rw /home/user/MyDocs

end script
however, it doesn't seem to work. I can't get the system mounted for write access. It is still in read-only mode. Is there a trick that I miss here?