0

I'm trying to remount system on a rooted Samsung GT-S6102 running Android 2.3.6:

# mount -o rw,remount,rw /system

Usage: mount [-r] [-w] [-o options] [-t type] device directory

This is exactly like in this other answer, so I'm not sure why I'm getting this usage error.

Robert S. Barnes
  • 171
  • 1
  • 2
  • 6

1 Answers1

2

So apparently the problem was that I needed to specify the target as per the answer to this other question:

mount -o remount,rw /system /system

Robert S. Barnes
  • 171
  • 1
  • 2
  • 6