I want to rename a file on my android device (running CyanogenMod 11) using the adb shell. I have access to the phone via adb, but when I go to the directory where the file is located and try to rename it with mv ./file.old ./file.new
I get mv ./file.old failed, Read-only file system
. Tried the same with su
but then I get /system/bin/sh: su: not found
Do I need to change something on my phone or somewhere else?