Tagged Questions
2
votes
0answers
473 views
Remount writable by all users?
I want to remount a read-only partition in read-write mode, but I want it to be writable for all users.
So far I've got this:
mount -o bind /someplace /someplace_else
mount -o remount rw ...
1
vote
2answers
874 views
“mount” on 2.3.4 is Behaving Oddly
I'm on Nexus S, 2.3.4, stock and rooted. BusyBox is v1.18.4 (2011-03-20 15:16:04 CDT). When I try to remount ANYTHING it just
$ mount -o remount,rw /system
Usage: mount [-r] [-w] [-o options] [-t ...