For info
adb remount
returns \"remount failed: Operation not permitted\"
\"remount failed: Operation not permitted\"
adb shell \'su -c mount -o rw,remo
mount -o rw,remount $(mount | grep /dev/root | awk '{print $3}')
this does the job for me, and should work for any android version.