Can't mount /system read-write
When I make install reaver in _termux_ the following error occurs:
./install.sh -D -m 755 wash /usr/local/bin/wash
mkdir: cannot create directory ‘/usr’: Read-only file system
make: *** [Makefile:140: install] Error 1
I tried to `mount -o remount,rw /system`:
mount: '/system' not in /proc/mounts
I also tried `mount -o rw,remount /`:
mount: '/dev/block/platform/soc/7824900.sdhci/by-name/system' not user mountable in fstab
None of them helped.