Tagged Questions
1
vote
2answers
197 views
Format SD card after playing with fdisk (No card reader)
After playing with partitioning using FDISK (from busybox) i finished and now i want to format it back to whatever is usable under Android.
Using same FDISK via Android console i deleted all ...
2
votes
0answers
466 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 ...