Android 2.3 : Read-Only file system stuck [closed] Android 2.3 : Read-Only file system stuck [closed] shell shell

Android 2.3 : Read-Only file system stuck [closed]


Try to use one of the following ways:
mount -o rw,remount -t rootfs /system
or
mount -o rw,remount -t rootfs rootfs /system

You also can use it for any folder that you need even root (/)


You can also try this:

adb rootadb remount

and this will also mount /system